Skip to content

Commit

Permalink
textproc/pdfoutline: Update to 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Aug 8, 2021
1 parent ec2923f commit 04c59ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions textproc/pdfoutline/Makefile
@@ -1,7 +1,7 @@
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>

PORTNAME= pdfoutline
PORTVERSION= 5.3
PORTVERSION= 5.4
DISTVERSIONPREFIX= release/
CATEGORIES= textproc

Expand All @@ -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
Expand All @@ -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/
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 04c59ac

Please sign in to comment.