From owner-dev-commits-ports-all@freebsd.org Mon Aug 16 08:12:13 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 E851466F316; Mon, 16 Aug 2021 08:12:13 +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 4Gp6Md639Pz3MlJ; Mon, 16 Aug 2021 08:12:13 +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 B800625DF4; Mon, 16 Aug 2021 08:12:13 +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 17G8CDYj001541; Mon, 16 Aug 2021 08:12:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17G8CDxl001540; Mon, 16 Aug 2021 08:12:13 GMT (envelope-from git) Date: Mon, 16 Aug 2021 08:12:13 GMT Message-Id: <202108160812.17G8CDxl001540@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: 22c098befbe4 - main - textproc/bibclean: Update to 3.06 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 22c098befbe46c3f5a25c3bcf40dd7aac8c076db Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2021 08:12:14 -0000 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 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