Skip to content

Commit

Permalink
x11-toolkits/fltk: update the port to version 1.3.9
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Dec 27, 2023
1 parent 01fea31 commit fbba481
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions 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
Expand Down Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit fbba481

Please sign in to comment.