diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2017-09-09 14:05:13 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2017-09-09 14:05:13 +0000 |
commit | 676ef7582d142ff87e2810705217481471ba0d1c (patch) | |
tree | d667999d9ee4f39929ba6b575ee6dd524ac75a74 /textproc/ffe | |
parent | d465d5e687b9d12e367f4511ab43e044ee518077 (diff) |
Notes
Diffstat (limited to 'textproc/ffe')
-rw-r--r-- | textproc/ffe/Makefile | 9 | ||||
-rw-r--r-- | textproc/ffe/distinfo | 5 |
2 files changed, 9 insertions, 5 deletions
diff --git a/textproc/ffe/Makefile b/textproc/ffe/Makefile index 442cbc1b48e0..047985c07b8a 100644 --- a/textproc/ffe/Makefile +++ b/textproc/ffe/Makefile @@ -2,17 +2,20 @@ # $FreeBSD$ PORTNAME= ffe -DISTVERSION= 0.3.6-1 +DISTVERSION= 0.3.7-1 CATEGORIES= textproc MASTER_SITES= SF/ff-extractor/ff-extractor/${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amutu@amutu.com COMMENT= Flat file extractor LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= makeinfo +LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ + libgpg-error.so:security/libgpg-error + +USES= makeinfo localbase GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_func_setmode=no # looks for wrong kind of setmode() diff --git a/textproc/ffe/distinfo b/textproc/ffe/distinfo index 1c1f4be10a43..ad984ac1adfe 100644 --- a/textproc/ffe/distinfo +++ b/textproc/ffe/distinfo @@ -1,2 +1,3 @@ -SHA256 (ffe-0.3.6-1.tar.gz) = 11da84f9e45fa20170a434d1587135c229771a192c97817b493035aeec33e886 -SIZE (ffe-0.3.6-1.tar.gz) = 304170 +TIMESTAMP = 1499332225 +SHA256 (ffe-0.3.7-1.tar.gz) = 0266e65778b4e69ae65c5dad43577767612f0afe13dc8c3e2cd3c49f7c869689 +SIZE (ffe-0.3.7-1.tar.gz) = 310941 |