git: 34167d7d65ec - main - graphics/bmeps: Update to 4.31.1

Nuno Teixeira eduardo at FreeBSD.org
Fri Sep 24 06:45:17 UTC 2021


The branch main has been updated by eduardo:

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

commit 34167d7d65ec2a878d93fe434c4625f1274ce124
Author:     Takefu <takefu at airport.fm>
AuthorDate: 2021-09-24 06:41:35 +0000
Commit:     Nuno Teixeira <eduardo at FreeBSD.org>
CommitDate: 2021-09-24 06:41:35 +0000

    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
---
 graphics/bmeps/Makefile | 14 ++++++++------
 graphics/bmeps/distinfo |  6 +++---
 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


More information about the dev-commits-ports-main mailing list