Date: Mon, 16 Aug 2021 08:12:13 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 22c098befbe4 - main - textproc/bibclean: Update to 3.06 Message-ID: <202108160812.17G8CDxl001540@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=22c098befbe46c3f5a25c3bcf40dd7aac8c076db commit 22c098befbe46c3f5a25c3bcf40dd7aac8c076db Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-08-16 08:07:30 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-08-16 08:11:26 +0000 textproc/bibclean: Update to 3.06 - Tar .tar.gz distfile is not available at the moment. Let's use .tar.xz. for now. --- textproc/bibclean/Makefile | 6 +++++- textproc/bibclean/distinfo | 6 +++--- textproc/bibclean/files/patch-Makefile.in | 29 ----------------------------- textproc/bibclean/pkg-plist | 2 ++ 4 files changed, 10 insertions(+), 33 deletions(-) diff --git a/textproc/bibclean/Makefile b/textproc/bibclean/Makefile index 61dbcac665b3..02c960b2b983 100644 --- a/textproc/bibclean/Makefile +++ b/textproc/bibclean/Makefile @@ -1,5 +1,5 @@ PORTNAME= bibclean -DISTVERSION= 3.04 +DISTVERSION= 3.06 CATEGORIES= textproc MASTER_SITES= http://ftp.math.utah.edu/pub//bibclean/ @@ -9,8 +9,12 @@ COMMENT= Prettyprinter, portability verifier, and syntax checker for BibTeX LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +USES= tar:xz + GNU_CONFIGURE= yes +MAKE_ARGS= mandir=${PREFIX}/share/man/man1 + PLIST_SUB= VERSION=${DISTVERSION} .include <bsd.port.mk> diff --git a/textproc/bibclean/distinfo b/textproc/bibclean/distinfo index 8bf45639c60d..5703d698579f 100644 --- a/textproc/bibclean/distinfo +++ b/textproc/bibclean/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1600697423 -SHA256 (bibclean-3.04.tar.gz) = a0ad3655ed7c899e987de99e2ce058fa4407d472e093a19c499d757d5e5af7b0 -SIZE (bibclean-3.04.tar.gz) = 2712015 +TIMESTAMP = 1629052308 +SHA256 (bibclean-3.06.tar.xz) = 6574f9b8042ba8fa05eae5416b3738a35c38d129f48e733e25878ecfbaaade43 +SIZE (bibclean-3.06.tar.xz) = 1697732 diff --git a/textproc/bibclean/files/patch-Makefile.in b/textproc/bibclean/files/patch-Makefile.in deleted file mode 100644 index 08497c4df9b9..000000000000 --- a/textproc/bibclean/files/patch-Makefile.in +++ /dev/null @@ -1,29 +0,0 @@ ---- Makefile.in.orig 2020-09-21 14:24:41 UTC -+++ Makefile.in -@@ -94,10 +94,10 @@ BIBCLEANNAME = bibclean - prefix = @prefix@ - exec_prefix = ${prefix} - --bindir = ${exec_prefix}/bin --srcdir = @srcdir@ -+bindir = ${DESTDIR}/${exec_prefix}/bin -+srcdir = ${DESTDIR}/@srcdir@ - --datarootdir = @datarootdir@ -+datarootdir = ${DESTDIR}/@datarootdir@ - datadir = @datadir@ - bibcleandir = ${datadir}/${BIBCLEANNAME} - initdir = ${bibcleandir}/${VERSION} -@@ -117,10 +117,10 @@ LIBS = @LIBS@ - - OPT = - --VPATH = @srcdir@ -+VPATH = ${DESTDIR}/@srcdir@ - - ### Where to install the manual pages. --mandir = ${prefix}/man/man1 -+mandir = ${DESTDIR}${prefix}/share/man/man1 - ### Extension (not including `.') for the installed manual page filenames. - manext = 1 - diff --git a/textproc/bibclean/pkg-plist b/textproc/bibclean/pkg-plist index 09e0a4b9633c..2dff0fde372a 100644 --- a/textproc/bibclean/pkg-plist +++ b/textproc/bibclean/pkg-plist @@ -1,5 +1,7 @@ bin/bibclean bin/bibclean-%%VERSION%% +bin/bibisbn +bin/bibisbn-%%VERSION%% share/man/man1/bibclean.1.gz share/man/man1/bibclean-%%VERSION%%.1.gz %%DATADIR%%/%%VERSION%%/bibclean.ini
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108160812.17G8CDxl001540>