View | Details | Raw Unified | Return to bug 223328 | Differences between
and this patch

Collapse All | Expand All

(-)converters/bibtexconv/Makefile (-8 / +10 lines)
Lines 2-24 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	bibtexconv
4
PORTNAME=	bibtexconv
5
PORTVERSION=	1.0.0
5
PORTVERSION=	1.1.11
6
PORTREVISION=	1
7
CATEGORIES=	converters
6
CATEGORIES=	converters
8
MASTER_SITES=	http://www.exp-math.uni-essen.de/~dreibh/bibtexconv/download/
7
MASTER_SITES=	https://www.uni-due.de/~be0001/bibtexconv/download/
9
8
10
MAINTAINER=	dreibh@iem.uni-due.de
9
MAINTAINER=	dreibh@iem.uni-due.de
11
COMMENT=	BibTeX Converter
10
COMMENT=	BibTeX Converter
12
11
13
LICENSE=	GPLv3
12
LICENSE=	GPLv3+
13
LICENSE_FILE=	${WRKSRC}/COPYING.GPL
14
14
15
LIB_DEPENDS=	libcurl.so:ftp/curl
15
LIB_DEPENDS=	libcurl.so:ftp/curl
16
16
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
USES=		gmake
18
USES=		gmake ssl python:3.4+
19
19
20
PLIST_FILES=	bin/bibtexconv bin/bibtexconv-odt \
20
PLIST_FILES=	bin/bibtexconv bin/bibtexconv-odt bin/ietf2bibtex \
21
		man/man1/bibtexconv.1.gz man/man1/bibtexconv-odt.1.gz
21
		man/man1/bibtexconv.1.gz man/man1/bibtexconv-odt.1.gz \
22
		man/man1/ietf2bibtex.1.gz
22
23
23
PORTEXAMPLES=	ExampleReferences.bib ODT-Template.odt odt-example.export \
24
PORTEXAMPLES=	ExampleReferences.bib ODT-Template.odt odt-example.export \
24
		web-example.export text-example.export
25
		web-example.export text-example.export
Lines 28-35 Link Here
28
pre-configure:
29
pre-configure:
29
	@${REINPLACE_CMD} -e 's|install-data-am: install-dist_examplesDATA|install-data-am:|' \
30
	@${REINPLACE_CMD} -e 's|install-data-am: install-dist_examplesDATA|install-data-am:|' \
30
	${WRKSRC}/src/Makefile.in
31
	${WRKSRC}/src/Makefile.in
32
	@${REINPLACE_CMD} -e 's|/usr/bin/python3|${PYTHON_CMD}|' ${WRKSRC}/src/ietf2bibtex
31
33
32
post-install:
34
post-install-EXAMPLES-on:
33
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
35
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
34
	${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/src/,} ${STAGEDIR}${EXAMPLESDIR}
36
	${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/src/,} ${STAGEDIR}${EXAMPLESDIR}
35
37
(-)converters/bibtexconv/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (bibtexconv-1.0.0.tar.gz) = b47979aac7e5aa4e4d4e45deabc59fda2f5c363d8fa67139b53b8e76e3fe4e9d
1
TIMESTAMP = 1509634898
2
SIZE (bibtexconv-1.0.0.tar.gz) = 442266
2
SHA256 (bibtexconv-1.1.11.tar.gz) = 1240c3011718d9ba95c165dbf908eab871153530b70bca0ef74dc2b9664e83f1
3
SIZE (bibtexconv-1.1.11.tar.gz) = 344966
(-)converters/bibtexconv/pkg-descr (-1 / +1 lines)
Lines 4-7 Link Here
4
check URLs (including MD5, size and MIME type computations)
4
check URLs (including MD5, size and MIME type computations)
5
and to verify ISBN and ISSN numbers.
5
and to verify ISBN and ISSN numbers.
6
6
7
WWW: http://www.iem.uni-due.de/~dreibh/bibtexconv/
7
WWW: https://www.uni-due.de/~be0001/bibtexconv/

Return to bug 223328