Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Dec 2023 03:46:44 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fbba4813ccc9 - main - x11-toolkits/fltk: update the port to version 1.3.9
Message-ID:  <202312270346.3BR3kinj088924@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fbba4813ccc9fb12d40eff8a019515127f5d9719

commit fbba4813ccc9fb12d40eff8a019515127f5d9719
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2023-12-27 03:45:44 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2023-12-27 03:45:44 +0000

    x11-toolkits/fltk: update the port to version 1.3.9
    
    This is a minor maintenance release and does not contain
    new ABI features.  While here, strip installed libraries
    in addition to the programs (subject to -DWITH_DEBUG).
---
 x11-toolkits/fltk/Makefile | 5 ++---
 x11-toolkits/fltk/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile
index fcbd4f5e26a4..035326f7622c 100644
--- a/x11-toolkits/fltk/Makefile
+++ b/x11-toolkits/fltk/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	fltk
-PORTVERSION=	1.3.8
-PORTREVISION=	1
+PORTVERSION=	1.3.9
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	https://www.fltk.org/pub/${PORTNAME}/${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-source
@@ -36,7 +35,7 @@ post-patch: .SILENT
 		${WRKSRC}/src/Fl_Preferences.cxx
 	${REINPLACE_CMD} -e 's,$$(docdir)/examples,${EXAMPLESDIR},' \
 		${WRKSRC}/test/Makefile
-	${REINPLACE_CMD} -e '/^INSTALL_BIN/s,-m,${STRIP} &, ; \
+	${REINPLACE_CMD} -e '/^INSTALL_[BL]I/s,-m,${STRIP} &, ; \
 		s,^\.SILENT,#&,' ${WRKSRC}/makeinclude.in
 
 post-install:
diff --git a/x11-toolkits/fltk/distinfo b/x11-toolkits/fltk/distinfo
index 9075c4ec3bcf..afc8a35d8ce2 100644
--- a/x11-toolkits/fltk/distinfo
+++ b/x11-toolkits/fltk/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1637433298
-SHA256 (fltk-1.3.8-source.tar.bz2) = 1d9832409fc08c908c64ab40ad9fd8b0e8af5d203651eb9690b810f41e2f412d
-SIZE (fltk-1.3.8-source.tar.bz2) = 4574725
+TIMESTAMP = 1702130542
+SHA256 (fltk-1.3.9-source.tar.bz2) = 103441134915402808fd45424d4061778609437e804334434e946cfd26b196c2
+SIZE (fltk-1.3.9-source.tar.bz2) = 4774284



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312270346.3BR3kinj088924>