diff options
author | micha <micha@pkgsrc.org> | 2021-07-26 11:00:33 +0000 |
---|---|---|
committer | micha <micha@pkgsrc.org> | 2021-07-26 11:00:33 +0000 |
commit | 9f892148195e1b99c3439915308d3ba8f6fd722c (patch) | |
tree | 84daeec212183a7f5a48c6e708a905135844b043 /x11/fltk13 | |
parent | c20d06a990fc9ce17823cb4f7808489263db3ad4 (diff) | |
download | pkgsrc-9f892148195e1b99c3439915308d3ba8f6fd722c.tar.gz |
x11/fltk13: Update to 1.3.7
This release does not contain new "ABI features". The ABI (Application
Binary Interface) is 100% compatible with releases 1.3.5 and 1.3.6.
CHANGES IN FLTK 1.3.7 RELEASED: Jul 25 2021
FLTK 1.3.7 is a maintenance release for macOS only. It fixes one
regression introduced in FLTK 1.3.6 and two long standing timer
issues on macOS.
Other platforms than macOS are not concerned.
Changes:
Avoid premature FL_RELEASE event at start of drag-n-drop operation
Fix a timer inconsistency and prevent a crash
Fl::add_timeout() must always create a new timer (#248)
Diffstat (limited to 'x11/fltk13')
-rw-r--r-- | x11/fltk13/Makefile | 4 | ||||
-rw-r--r-- | x11/fltk13/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/fltk13/Makefile b/x11/fltk13/Makefile index af269619a27..92f5cb3b306 100644 --- a/x11/fltk13/Makefile +++ b/x11/fltk13/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2021/05/29 09:53:58 thor Exp $ +# $NetBSD: Makefile,v 1.41 2021/07/26 11:00:33 micha Exp $ -DISTNAME= fltk-1.3.6-source +DISTNAME= fltk-1.3.7-source PKGNAME= ${DISTNAME:S/-source//} VERS= ${DISTNAME:S/fltk-//:S/-source//} CATEGORIES= x11 diff --git a/x11/fltk13/distinfo b/x11/fltk13/distinfo index 64011896f11..62d865eff8e 100644 --- a/x11/fltk13/distinfo +++ b/x11/fltk13/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.12 2021/05/17 10:38:48 micha Exp $ +$NetBSD: distinfo,v 1.13 2021/07/26 11:00:33 micha Exp $ -SHA1 (fltk-1.3.6-source.tar.bz2) = 758bc62ee7ecd9a80c962a8728abef6220462e4b -RMD160 (fltk-1.3.6-source.tar.bz2) = 15e5219c25b91a8055383ebabfceb0b17eb9ab42 -SHA512 (fltk-1.3.6-source.tar.bz2) = dd1e5f1c322c16391a00728b440a1035def3bc2e6796d22fd8ee65eab842824289cbacf6e9392a482a58410d072d2b8056a21169e482854afbdb332f1b505d2a -Size (fltk-1.3.6-source.tar.bz2) = 4569961 bytes +SHA1 (fltk-1.3.7-source.tar.bz2) = 735854764f3dcf4d82e97ce76db04b7315a91572 +RMD160 (fltk-1.3.7-source.tar.bz2) = 8d2831636287473b9d349403eae2b2ecf60d887d +SHA512 (fltk-1.3.7-source.tar.bz2) = e9a914b717c6711ee9567e9115ec8570ed01618acd96878358f0960b9a506b58e6272332e72bfdbeeb481d40347f825a1b03d94f39c9a76c238f51394ae9f75f +Size (fltk-1.3.7-source.tar.bz2) = 4571092 bytes SHA1 (patch-Makefile) = c10e99516649e8fc02b6041be162229baec7a550 SHA1 (patch-configure) = 4bc9690d9a18c1b3eca9c40dbe01d952cc3194a6 SHA1 (patch-documentation_Makefile) = 4c0c4243311c170d6c645db41b8bb1821d053712 |