Date: Wed, 21 Apr 2021 10:51:57 GMT From: Sofian Brabez <sbz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 761a3bdd762f - main - sysutils/pax-utils: update to 1.3 Message-ID: <202104211051.13LApvko058122@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sbz: URL: https://cgit.FreeBSD.org/ports/commit/?id=761a3bdd762f5f30794fca02f4627271974091e6 commit 761a3bdd762f5f30794fca02f4627271974091e6 Author: Sofian Brabez <sbz@FreeBSD.org> AuthorDate: 2021-04-20 16:27:04 +0000 Commit: Sofian Brabez <sbz@FreeBSD.org> CommitDate: 2021-04-21 10:46:00 +0000 sysutils/pax-utils: update to 1.3 This update needed to add xmlto as build dependency in order to generate the manpages, also the project has moved to GitHub now. --- sysutils/pax-utils/Makefile | 27 ++++++++++++++++++++------- sysutils/pax-utils/distinfo | 6 +++--- 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/sysutils/pax-utils/Makefile b/sysutils/pax-utils/Makefile index 81e4984f4031..221384b96434 100644 --- a/sysutils/pax-utils/Makefile +++ b/sysutils/pax-utils/Makefile @@ -1,10 +1,9 @@ # Created by: Timothy Redaelli PORTNAME= pax-utils -PORTVERSION= 1.2.2 +PORTVERSION= 1.3 +DISTVERSIONPREFIX= v CATEGORIES= sysutils -MASTER_SITES= http://dev.gentoo.org/~vapier/dist/ \ - LOCAL/sbz MAINTAINER= sbz@FreeBSD.org COMMENT= Various ELF related utils for ELF32, ELF64 binaries @@ -12,15 +11,29 @@ COMMENT= Various ELF related utils for ELF32, ELF64 binaries LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake tar:xz +BUILD_DEPENDS= xmlto:textproc/xmlto -PLIST_FILES= bin/dumpelf bin/pspax bin/scanelf bin/scanmacho \ - man/man1/dumpelf.1.gz man/man1/pspax.1.gz \ - man/man1/scanelf.1.gz man/man1/scanmacho.1.gz +USES= gmake tar:xz +USE_GITHUB= yes + +GH_ACCOUNT= gentoo +GH_PROJECT= pax-utils + +PLIST_FILES= bin/dumpelf \ + bin/pspax \ + bin/scanelf \ + bin/scanmacho \ + man/man1/dumpelf.1.gz \ + man/man1/pspax.1.gz \ + man/man1/scanelf.1.gz \ + man/man1/scanmacho.1.gz PORTDOCS= BUGS COPYING README.md TODO OPTIONS_DEFINE= DOCS +pre-install: + @(cd ${WRKSRC}/man; ${GMAKE} man) + do-install: .for f in dumpelf pspax scanelf scanmacho ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin diff --git a/sysutils/pax-utils/distinfo b/sysutils/pax-utils/distinfo index 518b9f8cad19..061e4c0838e9 100644 --- a/sysutils/pax-utils/distinfo +++ b/sysutils/pax-utils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1487794841 -SHA256 (pax-utils-1.2.2.tar.xz) = 7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9 -SIZE (pax-utils-1.2.2.tar.xz) = 655964 +TIMESTAMP = 1618932493 +SHA256 (gentoo-pax-utils-v1.3_GH0.tar.gz) = e9a37280a20d8bf6e989642f836bbc4abb4b75d636afabe8a2d649121a0e9a14 +SIZE (gentoo-pax-utils-v1.3_GH0.tar.gz) = 150810
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104211051.13LApvko058122>