git: 04c59ac97fbf - main - textproc/pdfoutline: Update to 5.4

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 8 14:58:41 UTC 2021


The branch main has been updated by sunpoet:

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

commit 04c59ac97fbf033bbebce864885fab9e13dab0c7
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-08-08 14:35:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-08-08 14:53:59 +0000

    textproc/pdfoutline: Update to 5.4
    
    Changes:        https://github.com/eugmes/fntsample/releases
---
 textproc/pdfoutline/Makefile | 10 +++++-----
 textproc/pdfoutline/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/textproc/pdfoutline/Makefile b/textproc/pdfoutline/Makefile
index 3cd615845ed8..62d49a36a338 100644
--- a/textproc/pdfoutline/Makefile
+++ b/textproc/pdfoutline/Makefile
@@ -1,7 +1,7 @@
 # Created by: Andrew Pantyukhin <infofarmer at FreeBSD.org>
 
 PORTNAME=	pdfoutline
-PORTVERSION=	5.3
+PORTVERSION=	5.4
 DISTVERSIONPREFIX=	release/
 CATEGORIES=	textproc
 
@@ -12,7 +12,7 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Locale-libintl>=0:devel/p5-Locale-libintl \
+xRUN_DEPENDS=	p5-Locale-libintl>=0:devel/p5-Locale-libintl \
 		p5-PDF-API2>=0:textproc/p5-PDF-API2
 
 USES=		perl5 shebangfix
@@ -28,11 +28,11 @@ GH_ACCOUNT=	eugmes
 GH_PROJECT=	fntsample
 USE_GITHUB=	yes
 
-SHEBANG_FILES=	pdfoutline.pl
+SHEBANG_FILES=	scripts/pdfoutline.pl
 
 post-patch:
-	@${SED} -e 's|@CMAKE_PROJECT_NAME@|fntsample|; s|@CMAKE_INSTALL_FULL_LOCALEDIR@|${LOCALBASE}/share/locale|' ${WRKSRC}/pdfoutline.pl > ${WRKSRC}/pdfoutline
-	@${SED} -e 's|@DATE@|2018-12-26|' ${WRKSRC}/pdfoutline.1.in > ${WRKSRC}/pdfoutline.1
+	@${SED} -e 's|@CMAKE_PROJECT_NAME@|fntsample|; s|@CMAKE_INSTALL_FULL_LOCALEDIR@|${LOCALBASE}/share/locale|' ${WRKSRC}/scripts/pdfoutline.pl > ${WRKSRC}/pdfoutline
+	@${SED} -e 's|@DATE@|2021-08-01|; s|@CMAKE_PROJECT_VERSION@|${PORTVERSION}|; s|@CMAKE_PROJECT_NAME@|fntsample|; s|@CMAKE_PROJECT_HOMEPAGE_URL@|https://github.com/eugmes/fntsample|' ${WRKSRC}/scripts/pdfoutline.1.in > ${WRKSRC}/pdfoutline.1
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/pdfoutline ${STAGEDIR}${PREFIX}/bin/
diff --git a/textproc/pdfoutline/distinfo b/textproc/pdfoutline/distinfo
index 576feb1d3440..3b43f1303d8d 100644
--- a/textproc/pdfoutline/distinfo
+++ b/textproc/pdfoutline/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1547659141
-SHA256 (eugmes-fntsample-release-5.3_GH0.tar.gz) = e4e8b50b0a5e984cfdaa32b7d133bd3bf0c62edb14f752f7df1190176023972b
-SIZE (eugmes-fntsample-release-5.3_GH0.tar.gz) = 56508
+TIMESTAMP = 1628103058
+SHA256 (eugmes-fntsample-release-5.4_GH0.tar.gz) = 69eb3d83bce78b6610f4a8f19d089059079ebc475c36d456ebcb4c8add431166
+SIZE (eugmes-fntsample-release-5.4_GH0.tar.gz) = 62162


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