diff options
| author | Thomas Dreibholz <thomas.dreibholz@gmail.com> | 2026-02-28 16:13:49 +0000 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2026-02-28 16:13:49 +0000 |
| commit | 592809bbe49795b08264424503773672b35110e7 (patch) | |
| tree | 02fdc13aee8421ce01d5803efcb6e2a8d995e9d1 | |
| parent | 698d68dcaa9b613cfc293d2988d3d808c97e17bf (diff) | |
converters/bibtexconv: Update 2.1.0 => 2.1.1
Changelog:
https://github.com/dreibh/bibtexconv/blob/bibtexconv-2.1.1/ChangeLog
Commit log:
https://github.com/dreibh/bibtexconv/compare/bibtexconv-2.1.0...bibtexconv-2.1.1
While here remove python version from USES.
PR: 293441 291526
| -rw-r--r-- | converters/bibtexconv/Makefile | 4 | ||||
| -rw-r--r-- | converters/bibtexconv/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/converters/bibtexconv/Makefile b/converters/bibtexconv/Makefile index 4866b7547cc8..b17286baa60f 100644 --- a/converters/bibtexconv/Makefile +++ b/converters/bibtexconv/Makefile @@ -1,5 +1,5 @@ PORTNAME= bibtexconv -DISTVERSION= 2.1.0 +DISTVERSION= 2.1.1 CATEGORIES= converters MASTER_SITES= https://www.nntb.no/~dreibh/bibtexconv/download/ @@ -14,7 +14,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl RUN_DEPENDS= pdfinfo:graphics/poppler-utils \ zip:archivers/zip -USES= bison cmake python:3.9+ shebangfix ssl tar:xz +USES= bison cmake python shebangfix ssl tar:xz SHEBANG_FILES= src/get-author-url src/ietf2bibtex diff --git a/converters/bibtexconv/distinfo b/converters/bibtexconv/distinfo index e3abe69539f8..4e6b41e26de2 100644 --- a/converters/bibtexconv/distinfo +++ b/converters/bibtexconv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765304684 -SHA256 (bibtexconv-2.1.0.tar.xz) = a649b352f5ceb666ceb93871635cb8f2887579af3f976dbb4ee8a5de7b8a7d79 -SIZE (bibtexconv-2.1.0.tar.xz) = 361768 +TIMESTAMP = 1772016825 +SHA256 (bibtexconv-2.1.1.tar.xz) = 96cdea13df5253d2ef30a8ec6031202239c1b9be4163823e270ea93e62caf890 +SIZE (bibtexconv-2.1.1.tar.xz) = 361956 |
