diff options
author | swills <swills@FreeBSD.org> | 2018-08-30 04:19:32 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-08-30 04:19:32 +0800 |
commit | 8cfad64067d765b53717374c6f8969b59ac6df75 (patch) | |
tree | 67eb0706f14d04e4741db65b8bfc2d12456b9b0d /textproc | |
parent | 0941b1964f01b58e869fb9006a7454896eb3b1c0 (diff) | |
download | freebsd-ports-gnome-8cfad64067d765b53717374c6f8969b59ac6df75.tar.gz freebsd-ports-gnome-8cfad64067d765b53717374c6f8969b59ac6df75.tar.zst freebsd-ports-gnome-8cfad64067d765b53717374c6f8969b59ac6df75.zip |
textproc/ffe: Update to 0.3.8
PR: 230992
Submitted by: Nathan <ndowens@yahoo.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ffe/Makefile | 12 | ||||
-rw-r--r-- | textproc/ffe/distinfo | 6 |
2 files changed, 7 insertions, 11 deletions
diff --git a/textproc/ffe/Makefile b/textproc/ffe/Makefile index c7b9f3149964..a3b7b44f6537 100644 --- a/textproc/ffe/Makefile +++ b/textproc/ffe/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ffe -DISTVERSION= 0.3.7-1 +DISTVERSION= 0.3.8 CATEGORIES= textproc MASTER_SITES= SF/ff-extractor/ff-extractor/${DISTVERSION} @@ -12,21 +12,17 @@ COMMENT= Flat file extractor LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_mips= fails to compile: unrecognized command line option "-Wmaybe-uninitialized" -BROKEN_mips64= fails to compile: unrecognized command line option "-Wmaybe-uninitialized" BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wmaybe-uninitialized" -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() INFO= ffe PORTDOCS= ffe.html PLIST_FILES= bin/ffe man/man1/ffe.1.gz -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS GCRYPT +GCRYPT_CONFIGURE_WITH= libgcrypt-prefix="${LOCALBASE}" +GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt .include <bsd.port.mk> diff --git a/textproc/ffe/distinfo b/textproc/ffe/distinfo index ad984ac1adfe..5f00d66e2380 100644 --- a/textproc/ffe/distinfo +++ b/textproc/ffe/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499332225 -SHA256 (ffe-0.3.7-1.tar.gz) = 0266e65778b4e69ae65c5dad43577767612f0afe13dc8c3e2cd3c49f7c869689 -SIZE (ffe-0.3.7-1.tar.gz) = 310941 +TIMESTAMP = 1535509242 +SHA256 (ffe-0.3.8.tar.gz) = 46f4e728e3f9bb73a021afc1080972356bbd6d6c883598d8fd7876ad44b60835 +SIZE (ffe-0.3.8.tar.gz) = 312743 |