aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-02-25 13:02:24 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-02-27 18:12:20 +0000
commitd2e4d483152c852a8d1a8a32eac46010b1a98072 (patch)
tree44e6f7a7650b2c65da91a40c3b24e002e9b00136
parent9aaa08959389f3fee2f88483ce4a81555f12d1ee (diff)
downloadports-d2e4d483152c852a8d1a8a32eac46010b1a98072.tar.gz
ports-d2e4d483152c852a8d1a8a32eac46010b1a98072.zip
graphics/bmeps: Update to 4.33.0
ChangeLog: https://sourceforge.net/p/dktools/wiki/change%20log/ NOTE: The binary file and the man page have been renamed. PR: 262132 Reported by: takefu@airport.fm (maintainer)
-rw-r--r--UPDATING6
-rw-r--r--graphics/bmeps/Makefile17
-rw-r--r--graphics/bmeps/distinfo6
3 files changed, 17 insertions, 12 deletions
diff --git a/UPDATING b/UPDATING
index 5f71bb4aafa2..8144db70b5ef 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,12 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20220227:
+ AFFECTS: users of graphics/bmeps
+ AUTHOR: takefu@airport.fm
+
+ The binary and man page have been renamed from bmpp{.1.gz} to bitmap2pp{.1.gz}
+
20220225:
AFFECTS: users of x11-toolkits/py-wxPython40
AUTHOR: lbartoletti@FreeBSD.org
diff --git a/graphics/bmeps/Makefile b/graphics/bmeps/Makefile
index 8ac7d9fd64ca..b2e58b76d42c 100644
--- a/graphics/bmeps/Makefile
+++ b/graphics/bmeps/Makefile
@@ -1,5 +1,5 @@
-PORTNAME= bmpp
-DISTVERSION= 4.31.1
+PORTNAME= bitmap2pp
+DISTVERSION= 4.33.0
CATEGORIES= graphics perl5
MASTER_SITES= SF/dktools/dktools/dktools-${PORTVERSION}
DISTNAME= dktools-${PORTVERSION}
@@ -18,17 +18,16 @@ USES= jpeg localbase:ldflags
GNU_CONFIGURE= yes
# We do not want to include sys/termios.h even if it exists, and we do not want
# to depend on BDB for db.h (it is used by other parts of dktools).
-CONFIGURE_ENV= ac_cv_header_db_h=no \
- ac_cv_header_sys_termios_h=no
+CONFIGURE_ENV= ac_cv_header_db_h=no
-ALL_TARGET= bmpp
+ALL_TARGET= ${PORTNAME}
CONFLICTS_INSTALL= dktools[0-9]*
-PLIST_FILES= bin/bmpp \
- man/man1/bmpp.1.gz
+PLIST_FILES= bin/${PORTNAME} \
+ man/man1/${PORTNAME}.1.gz
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bmpp ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/man/man/man1/bmpp.1 ${STAGEDIR}${PREFIX}/man/man1/
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/man/man/man1/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/
.include <bsd.port.mk>
diff --git a/graphics/bmeps/distinfo b/graphics/bmeps/distinfo
index 46588b51dc6e..bc97e626f9cf 100644
--- a/graphics/bmeps/distinfo
+++ b/graphics/bmeps/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1632196982
-SHA256 (dktools-4.31.1.tar.gz) = 072db537d279059a8b08d23ff2d82173ef2e5d4d857a61b9e3681d79cc10478b
-SIZE (dktools-4.31.1.tar.gz) = 16066445
+TIMESTAMP = 1645548003
+SHA256 (dktools-4.33.0.tar.gz) = 5bd2c5ffb7d976e28afffd5b15adefe20907048e536f5633ce665f922d84699f
+SIZE (dktools-4.33.0.tar.gz) = 23459431