From owner-dev-commits-ports-main@freebsd.org Sun Aug 8 14:58:40 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DE6406585C5; Sun, 8 Aug 2021 14:58:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GjMmJ5NhMz4jfS; Sun, 8 Aug 2021 14:58:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2341B16AD4; Sun, 8 Aug 2021 14:58:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 178EweFq024383; Sun, 8 Aug 2021 14:58:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 178EwesZ024382; Sun, 8 Aug 2021 14:58:40 GMT (envelope-from git) Date: Sun, 8 Aug 2021 14:58:40 GMT Message-Id: <202108081458.178EwesZ024382@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 04c59ac97fbf - main - textproc/pdfoutline: Update to 5.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 04c59ac97fbf033bbebce864885fab9e13dab0c7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2021 14:58:41 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=04c59ac97fbf033bbebce864885fab9e13dab0c7 commit 04c59ac97fbf033bbebce864885fab9e13dab0c7 Author: Po-Chuan Hsieh AuthorDate: 2021-08-08 14:35:22 +0000 Commit: Po-Chuan Hsieh 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 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