git: b887f1fe7f2c - main - converters/bibtexconv: Update to 1.4.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 Dec 2024 12:34:16 UTC
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=b887f1fe7f2c60420d6f3e9997b3613d443ec442 commit b887f1fe7f2c60420d6f3e9997b3613d443ec442 Author: Thomas Dreibholz <thomas.dreibholz@gmail.com> AuthorDate: 2024-12-22 12:31:34 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-12-22 12:33:20 +0000 converters/bibtexconv: Update to 1.4.0 Add src/get-author-url to SHEBANG_FILES. Pet portfmt. Changelog: https://github.com/dreibh/bibtexconv/blob/master/ChangeLog PR: 283440 Approved by: submitter is maintainer --- converters/bibtexconv/Makefile | 9 ++++----- converters/bibtexconv/distinfo | 6 +++--- converters/bibtexconv/pkg-plist | 9 ++++++--- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/converters/bibtexconv/Makefile b/converters/bibtexconv/Makefile index 66948362594c..84ce58c33ceb 100644 --- a/converters/bibtexconv/Makefile +++ b/converters/bibtexconv/Makefile @@ -1,21 +1,20 @@ PORTNAME= bibtexconv -PORTVERSION= 1.3.6 -PORTREVISION= 1 +DISTVERSION= 1.4.0 CATEGORIES= converters MASTER_SITES= https://www.nntb.no/~dreibh/bibtexconv/download/ MAINTAINER= thomas.dreibholz@gmail.com COMMENT= BibTeX Converter -WWW= https://www.nntb.no/~dreibh/bibtexconv/download/ +WWW= https://www.nntb.no/~dreibh/bibtexconv/download/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl -USES= bison cmake ssl python:3.9+ shebangfix tar:xz +USES= bison cmake python:3.9+ shebangfix ssl tar:xz -SHEBANG_FILES= src/ietf2bibtex +SHEBANG_FILES= src/get-author-url src/ietf2bibtex CMAKE_ARGS= -DCMAKE_INSTALL_DOCDIR=${EXAMPLESDIR} diff --git a/converters/bibtexconv/distinfo b/converters/bibtexconv/distinfo index 67ad04b55c4f..2c2a7671a75d 100644 --- a/converters/bibtexconv/distinfo +++ b/converters/bibtexconv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701944442 -SHA256 (bibtexconv-1.3.6.tar.xz) = 052059c1ce24284e8a29269392cbc665dccd79fc094a426196a82651ef3eb210 -SIZE (bibtexconv-1.3.6.tar.xz) = 261696 +TIMESTAMP = 1734703255 +SHA256 (bibtexconv-1.4.0.tar.xz) = e411c277ab1af81dfe587ff097bd014837bb7c4fa9edab5b405cf6d52a7a71b0 +SIZE (bibtexconv-1.4.0.tar.xz) = 273628 diff --git a/converters/bibtexconv/pkg-plist b/converters/bibtexconv/pkg-plist index 8c0cd0aa825a..b45f96fa09d2 100644 --- a/converters/bibtexconv/pkg-plist +++ b/converters/bibtexconv/pkg-plist @@ -1,9 +1,9 @@ bin/bibtexconv bin/bibtexconv-odt bin/ietf2bibtex -share/man/man1/bibtexconv-odt.1.gz -share/man/man1/bibtexconv.1.gz -share/man/man1/ietf2bibtex.1.gz +share/bash-completion/completions/bibtexconv +share/bash-completion/completions/bibtexconv-odt +share/bash-completion/completions/ietf2bibtex %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ExampleReferences.bib %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Images/ListItem-Collapsed.dia %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Images/ListItem-Collapsed.svg @@ -19,3 +19,6 @@ share/man/man1/ietf2bibtex.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/text-example.export %%PORTEXAMPLES%%%%EXAMPLESDIR%%/web-example.export %%PORTEXAMPLES%%%%EXAMPLESDIR%%/yaml-example.export +share/man/man1/bibtexconv-odt.1.gz +share/man/man1/bibtexconv.1.gz +share/man/man1/ietf2bibtex.1.gz