pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/fltk13 x11/fltk13: Update to 1.3.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3de7372efbc
branches:  trunk
changeset: 456336:f3de7372efbc
user:      micha <micha%pkgsrc.org@localhost>
date:      Mon Jul 26 11:00:33 2021 +0000

description:
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:

 x11/fltk13/Makefile |   4 ++--
 x11/fltk13/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r ea9a7943901b -r f3de7372efbc x11/fltk13/Makefile
--- a/x11/fltk13/Makefile       Mon Jul 26 06:37:28 2021 +0000
+++ b/x11/fltk13/Makefile       Mon Jul 26 11:00:33 2021 +0000
@@ -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 -r ea9a7943901b -r f3de7372efbc x11/fltk13/distinfo
--- a/x11/fltk13/distinfo       Mon Jul 26 06:37:28 2021 +0000
+++ b/x11/fltk13/distinfo       Mon Jul 26 11:00:33 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index