diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-16 02:22:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-16 02:22:38 +0800 |
commit | b09091c47a9f1f8631e4e54a3260bf4217ace876 (patch) | |
tree | 8abaa9b894253448f64f5a6f57d0a53e1368ed64 /textproc | |
parent | 8a884ab8b1711b630ca6f7dad7464036c07cb5be (diff) | |
download | freebsd-ports-gnome-b09091c47a9f1f8631e4e54a3260bf4217ace876.tar.gz freebsd-ports-gnome-b09091c47a9f1f8631e4e54a3260bf4217ace876.tar.zst freebsd-ports-gnome-b09091c47a9f1f8631e4e54a3260bf4217ace876.zip |
- Update to 0.3.6
PR: 206256
Submitted by: tkato432@yahoo.com
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ffe/Makefile | 11 | ||||
-rw-r--r-- | textproc/ffe/distinfo | 4 |
2 files changed, 6 insertions, 9 deletions
diff --git a/textproc/ffe/Makefile b/textproc/ffe/Makefile index 90d19a6d5793..18bc93fba416 100644 --- a/textproc/ffe/Makefile +++ b/textproc/ffe/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ffe -PORTVERSION= 0.3.5 +PORTVERSION= 0.3.6 CATEGORIES= textproc MASTER_SITES= SF/ff-extractor/ff-extractor/${PORTVERSION} @@ -14,15 +14,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= makeinfo GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_func_setmode=no # looks for wrong kind of setmode() INFO= ffe -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz -PORTDOCS= ${PORTNAME}.html +PORTDOCS= ffe.html +PLIST_FILES= bin/ffe man/man1/ffe.1.gz OPTIONS_DEFINE= DOCS -post-patch: - @${REINPLACE_CMD} -e \ - 's|setmode |setmode123 |' ${WRKSRC}/configure - .include <bsd.port.mk> diff --git a/textproc/ffe/distinfo b/textproc/ffe/distinfo index 85a8665a2a4f..2ca3c9e8206a 100644 --- a/textproc/ffe/distinfo +++ b/textproc/ffe/distinfo @@ -1,2 +1,2 @@ -SHA256 (ffe-0.3.5.tar.gz) = 5ed5b4bf04bd8e2e438d8c37d3cec8ec681844b5318da8ac14565838c19c41da -SIZE (ffe-0.3.5.tar.gz) = 300596 +SHA256 (ffe-0.3.6.tar.gz) = f508a0698d9ebdfefd41f150634ee97b2c4b3831577dd27d0156893d0c5f0b3c +SIZE (ffe-0.3.6.tar.gz) = 304095 |