Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2022 18:14:18 GMT
From:      =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d2e4d483152c - main - graphics/bmeps: Update to 4.33.0
Message-ID:  <202202271814.21RIEI2v058370@gitrepo.freebsd.org>

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

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

commit d2e4d483152c852a8d1a8a32eac46010b1a98072
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2022-02-25 13:02:24 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2022-02-27 18:12:20 +0000

    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)
---
 UPDATING                |  6 ++++++
 graphics/bmeps/Makefile | 17 ++++++++---------
 graphics/bmeps/distinfo |  6 +++---
 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



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