Date: Wed, 29 Aug 2018 20:19:32 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478414 - head/textproc/ffe Message-ID: <201808292019.w7TKJWj7006165@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Aug 29 20:19:32 2018 New Revision: 478414 URL: https://svnweb.freebsd.org/changeset/ports/478414 Log: textproc/ffe: Update to 0.3.8 PR: 230992 Submitted by: Nathan <ndowens@yahoo.com> Modified: head/textproc/ffe/Makefile (contents, props changed) head/textproc/ffe/distinfo (contents, props changed) Modified: head/textproc/ffe/Makefile ============================================================================== --- head/textproc/ffe/Makefile Wed Aug 29 19:11:54 2018 (r478413) +++ head/textproc/ffe/Makefile Wed Aug 29 20:19:32 2018 (r478414) @@ -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> Modified: head/textproc/ffe/distinfo ============================================================================== --- head/textproc/ffe/distinfo Wed Aug 29 19:11:54 2018 (r478413) +++ head/textproc/ffe/distinfo Wed Aug 29 20:19:32 2018 (r478414) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808292019.w7TKJWj7006165>