git: 75f3b1c30144 - main - graphics/bmeps: Update to 4.34.1

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Thu, 29 Sep 2022 05:51:49 UTC
The branch main has been updated by fernape:

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

commit 75f3b1c301441cc5d7ce1e40901154836f8d5d3f
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2022-09-28 05:18:50 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-09-29 05:48:00 +0000

    graphics/bmeps: Update to 4.34.1
    
    https://sourceforge.net/p/dktools/wiki/change%20log/#4330-2022-02-18
    
    The former bmpp program was renamed to bitmap2pp, the former dkct program was
    renamed to dkcpre.
    
    Add UPDATING entry.
    
    PR:             266652
    Reported by:    takefu@airport.fm (maintainer)
---
 UPDATING                 |  6 ++++++
 graphics/bmeps/Makefile  | 10 ++++------
 graphics/bmeps/distinfo  |  6 +++---
 graphics/bmeps/pkg-descr |  9 ++++++++-
 4 files changed, 21 insertions(+), 10 deletions(-)

diff --git a/UPDATING b/UPDATING
index 92127b5de62b..5d0f2a746c98 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.
 
+20220929:
+  AFFECTS: users of graphics/bmeps
+  AUTHOR: takefu@airport.fm
+
+  The executable name has been changed from this edition from bmpp to bitmap2pp
+
 20220925:
   AFFECTS: users of security/libressl
   AUTHOR: brnrd@FreeBSD.org
diff --git a/graphics/bmeps/Makefile b/graphics/bmeps/Makefile
index b3c9f832ef57..ec012f25f170 100644
--- a/graphics/bmeps/Makefile
+++ b/graphics/bmeps/Makefile
@@ -1,12 +1,12 @@
 PORTNAME=	bitmap2pp
-DISTVERSION=	4.33.0
+DISTVERSION=	4.34.1
 CATEGORIES=	graphics perl5
 MASTER_SITES=	SF/dktools/dktools/dktools-${PORTVERSION}
 DISTNAME=	dktools-${PORTVERSION}
 
 MAINTAINER=	takefu@airport.fm
 COMMENT=	Convert PNG/JPEG/TIFF to PDF/EPS
-WWW=		https://sourceforge.net/p/dktools/wiki/bmpp%20manual/
+WWW=		https://sourceforge.net/p/dktools/wiki/bitmap2pp/
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
@@ -23,12 +23,10 @@ CONFIGURE_ENV=	ac_cv_header_db_h=no
 
 ALL_TARGET=		${PORTNAME}
 CONFLICTS_INSTALL=	dktools[0-9]*
-
-PLIST_FILES=	bin/${PORTNAME} \
-		man/man1/${PORTNAME}.1.gz
+PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/man/man/man1/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/
+	${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 bc97e626f9cf..72121394ae96 100644
--- a/graphics/bmeps/distinfo
+++ b/graphics/bmeps/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1645548003
-SHA256 (dktools-4.33.0.tar.gz) = 5bd2c5ffb7d976e28afffd5b15adefe20907048e536f5633ce665f922d84699f
-SIZE (dktools-4.33.0.tar.gz) = 23459431
+TIMESTAMP = 1660287395
+SHA256 (dktools-4.34.1.tar.gz) = 9fa0a090237c124bb7eaa2c04a9e5d9e1b43827fa38dfb85475b633a2825a601
+SIZE (dktools-4.34.1.tar.gz) = 15842545
diff --git a/graphics/bmeps/pkg-descr b/graphics/bmeps/pkg-descr
index ecd5e002465f..fe707ca8566b 100644
--- a/graphics/bmeps/pkg-descr
+++ b/graphics/bmeps/pkg-descr
@@ -1 +1,8 @@
-bmpp - Converter from PNG/JPEG/NetPBM/TIFF to PDF/PS/EPS
+bmpp - Convert PNG/JPEG/NetPBM/TIFF to PDF/EPS
+
+The program converts bitmap image files from PNG, JPEG, NetPBM and TIFF to PDF
+and PS/EPS.
+In this text "bitmap image" refers to bitmap, graymap and pixmap images.
+
+For each input file specified on the command line the program creates a
+corresponding output file with file name suffix ".pdf", ".eps", ".ps" or ".bb".