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

(-)b/Makefile (-3 / +6 lines)
Lines 2-18 Link Here
2
# $FreeBSD: head/textproc/ffe/Makefile 414054 2016-04-26 12:43:58Z mat $
2
# $FreeBSD: head/textproc/ffe/Makefile 414054 2016-04-26 12:43:58Z mat $
3
3
4
PORTNAME=	ffe
4
PORTNAME=	ffe
5
DISTVERSION=	0.3.6-1
5
DISTVERSION=	0.3.7-1
6
CATEGORIES=	textproc
6
CATEGORIES=	textproc
7
MASTER_SITES=	SF/ff-extractor/ff-extractor/${DISTVERSION}
7
MASTER_SITES=	SF/ff-extractor/ff-extractor/${DISTVERSION}
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	amutu@amutu.com
10
COMMENT=	Flat file extractor
10
COMMENT=	Flat file extractor
11
11
12
LICENSE=	GPLv2+
12
LICENSE=	GPLv2+
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
USES=		makeinfo
15
LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
16
		libgpg-error.so:security/libgpg-error
17
18
USES=		makeinfo localbase
16
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
17
CONFIGURE_ENV=	ac_cv_func_setmode=no # looks for wrong kind of setmode()
20
CONFIGURE_ENV=	ac_cv_func_setmode=no # looks for wrong kind of setmode()
18
21
(-)b/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (ffe-0.3.6-1.tar.gz) = 11da84f9e45fa20170a434d1587135c229771a192c97817b493035aeec33e886
1
TIMESTAMP = 1499332225
2
SIZE (ffe-0.3.6-1.tar.gz) = 304170
2
SHA256 (ffe-0.3.7-1.tar.gz) = 0266e65778b4e69ae65c5dad43577767612f0afe13dc8c3e2cd3c49f7c869689
3
SIZE (ffe-0.3.7-1.tar.gz) = 310941

Return to bug 220506