mirror of https://git.FreeBSD.org/ports.git
converters/bibtexconv: Update 2.0.3 => 2.0.4
Changelog: https://github.com/dreibh/bibtexconv/blob/bibtexconv-2.0.4/ChangeLog Commit log: https://github.com/dreibh/bibtexconv/compare/bibtexconv-2.0.3...bibtexconv-2.0.4 While here split long line. PR: 289762
This commit is contained in:
parent
9b274085f4
commit
fa7bd9cd64
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= bibtexconv
|
||||
DISTVERSION= 2.0.3
|
||||
DISTVERSION= 2.0.4
|
||||
CATEGORIES= converters
|
||||
MASTER_SITES= https://www.nntb.no/~dreibh/bibtexconv/download/
|
||||
|
||||
|
@ -24,6 +24,8 @@ OPTIONS_DEFINE= EXAMPLES
|
|||
|
||||
# Remove trailing subdir from CMAKE_INSTALL_DOCDIR
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/examples||' ${WRKSRC}/src/CMakeLists.txt ${WRKSRC}/src/Images/CMakeLists.txt
|
||||
@${REINPLACE_CMD} -e 's|/examples||' \
|
||||
${WRKSRC}/src/CMakeLists.txt \
|
||||
${WRKSRC}/src/Images/CMakeLists.txt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1750234721
|
||||
SHA256 (bibtexconv-2.0.3.tar.xz) = 94e060c9f0d719c3475140719cd6a283eada920a4143548f060eebcb056cf670
|
||||
SIZE (bibtexconv-2.0.3.tar.xz) = 346164
|
||||
TIMESTAMP = 1758565717
|
||||
SHA256 (bibtexconv-2.0.4.tar.xz) = 113bf19a9e1c0f0068a190b93319f9760658c5d21d709c5cbd44b144451c24ff
|
||||
SIZE (bibtexconv-2.0.4.tar.xz) = 359264
|
||||
|
|
|
@ -15,6 +15,7 @@ share/bash-completion/completions/ietf2bibtex
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/authors-fix.list
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/authors.list
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/get-author-url
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/md-example.export
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/odt-example.export
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/publication-list-treeview.js
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text-example.export
|
||||
|
|
Loading…
Reference in New Issue