aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakefu <takefu@airport.fm>2021-09-24 06:41:35 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2021-09-24 06:41:35 +0000
commit34167d7d65ec2a878d93fe434c4625f1274ce124 (patch)
tree9a0452420a3b00f01e8994ce66753ccd63281dae
parent294229d6e0f1d48d7431b4172941cf835ace9065 (diff)
downloadports-34167d7d65ec2a878d93fe434c4625f1274ce124.tar.gz
ports-34167d7d65ec2a878d93fe434c4625f1274ce124.zip
graphics/bmeps: Update to 4.31.1
- Remove devel/gmake build dependency since port builds fine without it - Pet portfmt (alphabical order fixes and PLIST_FILES list formating) ChangeLog: https://sourceforge.net/p/dktools/wiki/change%20log/ PR: 258654
-rw-r--r--graphics/bmeps/Makefile14
-rw-r--r--graphics/bmeps/distinfo6
2 files changed, 11 insertions, 9 deletions
diff --git a/graphics/bmeps/Makefile b/graphics/bmeps/Makefile
index c99e130a6643..8ac7d9fd64ca 100644
--- a/graphics/bmeps/Makefile
+++ b/graphics/bmeps/Makefile
@@ -1,5 +1,5 @@
PORTNAME= bmpp
-DISTVERSION= 4.30.10
+DISTVERSION= 4.31.1
CATEGORIES= graphics perl5
MASTER_SITES= SF/dktools/dktools/dktools-${PORTVERSION}
DISTNAME= dktools-${PORTVERSION}
@@ -13,17 +13,19 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libpng.so:graphics/png \
libtiff.so:graphics/tiff
-USES= gmake jpeg localbase:ldflags
+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_sys_termios_h=no\
- ac_cv_header_db_h=no
-ALL_TARGET= bmpp
+CONFIGURE_ENV= ac_cv_header_db_h=no \
+ ac_cv_header_sys_termios_h=no
+
+ALL_TARGET= bmpp
CONFLICTS_INSTALL= dktools[0-9]*
-PLIST_FILES= bin/bmpp man/man1/bmpp.1.gz
+PLIST_FILES= bin/bmpp \
+ man/man1/bmpp.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bmpp ${STAGEDIR}${PREFIX}/bin
diff --git a/graphics/bmeps/distinfo b/graphics/bmeps/distinfo
index cca1661b81a4..46588b51dc6e 100644
--- a/graphics/bmeps/distinfo
+++ b/graphics/bmeps/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1621479773
-SHA256 (dktools-4.30.10.tar.gz) = 88c8fb17d973ef2030998e56691d31b34c8059c45abcdcdf40cf3becf5c7f2f8
-SIZE (dktools-4.30.10.tar.gz) = 15617509
+TIMESTAMP = 1632196982
+SHA256 (dktools-4.31.1.tar.gz) = 072db537d279059a8b08d23ff2d82173ef2e5d4d857a61b9e3681d79cc10478b
+SIZE (dktools-4.31.1.tar.gz) = 16066445