aboutsummaryrefslogtreecommitdiff
path: root/converters/bibtexconv
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2017-11-18 13:37:20 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2017-11-18 13:37:20 +0000
commit6ccb294669e7e42259b75fb0e6a9a58c03fa283b (patch)
treec741769e55b617114c609ad68572b07d67aa4884 /converters/bibtexconv
parentcb7413561fed4169ff9367dc9bccc2315c9be130 (diff)
downloadports-6ccb294669e7e42259b75fb0e6a9a58c03fa283b.tar.gz
ports-6ccb294669e7e42259b75fb0e6a9a58c03fa283b.zip
converters/bibtexconv: Update to 1.1.11 [1]
Update MASTER_SITES and WWW. [1] Improve LICENSE. Switch to options helper (EXAMPLES). Include script ietf2bibtex (Python 3 dependency) and USES=ssl. PR: 223328 Submitted by: dreibh@iem.uni-due.de (maintainer) [1]
Notes
Notes: svn path=/head/; revision=454431
Diffstat (limited to 'converters/bibtexconv')
-rw-r--r--converters/bibtexconv/Makefile18
-rw-r--r--converters/bibtexconv/distinfo5
-rw-r--r--converters/bibtexconv/pkg-descr2
3 files changed, 14 insertions, 11 deletions
diff --git a/converters/bibtexconv/Makefile b/converters/bibtexconv/Makefile
index 2bc94eba8987..3c832e80bf2f 100644
--- a/converters/bibtexconv/Makefile
+++ b/converters/bibtexconv/Makefile
@@ -2,23 +2,24 @@
# $FreeBSD$
PORTNAME= bibtexconv
-PORTVERSION= 1.0.0
-PORTREVISION= 1
+PORTVERSION= 1.1.11
CATEGORIES= converters
-MASTER_SITES= http://www.exp-math.uni-essen.de/~dreibh/bibtexconv/download/
+MASTER_SITES= https://www.uni-due.de/~be0001/bibtexconv/download/
MAINTAINER= dreibh@iem.uni-due.de
COMMENT= BibTeX Converter
-LICENSE= GPLv3
+LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/COPYING.GPL
LIB_DEPENDS= libcurl.so:ftp/curl
GNU_CONFIGURE= yes
-USES= gmake
+USES= gmake ssl python:3.4+
-PLIST_FILES= bin/bibtexconv bin/bibtexconv-odt \
- man/man1/bibtexconv.1.gz man/man1/bibtexconv-odt.1.gz
+PLIST_FILES= bin/bibtexconv bin/bibtexconv-odt bin/ietf2bibtex \
+ man/man1/bibtexconv.1.gz man/man1/bibtexconv-odt.1.gz \
+ man/man1/ietf2bibtex.1.gz
PORTEXAMPLES= ExampleReferences.bib ODT-Template.odt odt-example.export \
web-example.export text-example.export
@@ -28,8 +29,9 @@ OPTIONS_DEFINE= EXAMPLES
pre-configure:
@${REINPLACE_CMD} -e 's|install-data-am: install-dist_examplesDATA|install-data-am:|' \
${WRKSRC}/src/Makefile.in
+ @${REINPLACE_CMD} -e 's|/usr/bin/python3|${PYTHON_CMD}|' ${WRKSRC}/src/ietf2bibtex
-post-install:
+post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/src/,} ${STAGEDIR}${EXAMPLESDIR}
diff --git a/converters/bibtexconv/distinfo b/converters/bibtexconv/distinfo
index a2453a045e4b..2117d95b274c 100644
--- a/converters/bibtexconv/distinfo
+++ b/converters/bibtexconv/distinfo
@@ -1,2 +1,3 @@
-SHA256 (bibtexconv-1.0.0.tar.gz) = b47979aac7e5aa4e4d4e45deabc59fda2f5c363d8fa67139b53b8e76e3fe4e9d
-SIZE (bibtexconv-1.0.0.tar.gz) = 442266
+TIMESTAMP = 1509634898
+SHA256 (bibtexconv-1.1.11.tar.gz) = 1240c3011718d9ba95c165dbf908eab871153530b70bca0ef74dc2b9664e83f1
+SIZE (bibtexconv-1.1.11.tar.gz) = 344966
diff --git a/converters/bibtexconv/pkg-descr b/converters/bibtexconv/pkg-descr
index 59e5012714f9..137a5035eb9b 100644
--- a/converters/bibtexconv/pkg-descr
+++ b/converters/bibtexconv/pkg-descr
@@ -4,4 +4,4 @@ text output. Furthermore, it provides the possibility to
check URLs (including MD5, size and MIME type computations)
and to verify ISBN and ISSN numbers.
-WWW: http://www.iem.uni-due.de/~dreibh/bibtexconv/
+WWW: https://www.uni-due.de/~be0001/bibtexconv/