View | Details | Raw Unified | Return to bug 230352
Collapse All | Expand All

(-)textproc/bibutils/Makefile (-5 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	bibutils
3
PORTNAME=	bibutils
4
PORTVERSION=	5.0
4
PORTVERSION=	6.6
5
CATEGORIES=	textproc
5
CATEGORIES=	textproc
6
MASTER_SITES=	SF/${PORTNAME}/
6
MASTER_SITES=	SF/${PORTNAME}/
7
DISTNAME=	${PORTNAME}_${PORTVERSION}_src
7
DISTNAME=	${PORTNAME}_${PORTVERSION}_src
Lines 11-17 Link Here
11
11
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
13
14
USES=	gmake tar:tgz
14
USES=		gmake tar:tgz
15
15
16
WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION}
16
WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION}
17
17
Lines 18-29 Link Here
18
HAS_CONFIGURE=	yes
18
HAS_CONFIGURE=	yes
19
19
20
test: all
20
test: all
21
	cd ${WRKSRC}/test && ${MAKE_CMD} all test
21
		cd ${WRKSRC}/test && ${MAKE_CMD} all test
22
22
23
BINARIES=	bib2xml biblatex2xml copac2xml ebi2xml end2xml endx2xml \
23
BINARIES=	bib2xml biblatex2xml copac2xml ebi2xml end2xml endx2xml \
24
		isi2xml med2xml modsclean ris2xml wordbib2xml xml2ads \
24
		isi2xml med2xml modsclean ris2xml wordbib2xml xml2ads \
25
		xml2bib xml2end xml2isi xml2ris xml2wordbib
25
		xml2bib xml2end xml2isi xml2ris xml2wordbib
26
26
27
PLIST_FILES=	${BINARIES:S,^,bin/,}
28
29
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)textproc/bibutils/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (bibutils_5.0_src.tgz) = 0a3f1dfc8f3ee98c2f6507e68358678fe355c5a3b3d0157dcab5d4fa2e6c662b
1
TIMESTAMP = 1533394345
2
SIZE (bibutils_5.0_src.tgz) = 458532
2
SHA256 (bibutils_6.6_src.tgz) = fa9ef12e6ecf756183a7ee0442552d58ceba973067342b6efbd4d967b5841cff
3
SIZE (bibutils_6.6_src.tgz) = 579564
(-)textproc/bibutils/files/patch-configure (-3 / +3 lines)
Lines 1-6 Link Here
1
--- ./configure.orig	2013-05-28 05:21:47.000000000 +0000
1
--- configure.orig	2018-07-02 16:30:34 UTC
2
+++ ./configure	2014-01-25 23:16:40.000000000 +0000
2
+++ configure
3
@@ -247,7 +247,7 @@
3
@@ -263,7 +263,7 @@ elif [ "$type" = "NetBSD" ] ; then
4
 	RANLIB='ranlib'
4
 	RANLIB='ranlib'
5
 	POSTFIX='_netbsd'
5
 	POSTFIX='_netbsd'
6
 elif [ "$type" = "FreeBSD" ] ; then
6
 elif [ "$type" = "FreeBSD" ] ; then
(-)textproc/bibutils/pkg-plist (+20 lines)
Line 0 Link Here
1
bin/bib2xml
2
bin/bibdiff
3
bin/biblatex2xml
4
bin/copac2xml
5
bin/ebi2xml
6
bin/end2xml
7
bin/endx2xml
8
bin/isi2xml
9
bin/med2xml
10
bin/modsclean
11
bin/nbib2xml
12
bin/ris2xml
13
bin/wordbib2xml
14
bin/xml2ads
15
bin/xml2bib
16
bin/xml2end
17
bin/xml2isi
18
bin/xml2nbib
19
bin/xml2ris
20
bin/xml2wordbib

Return to bug 230352