From owner-svn-ports-head@freebsd.org Wed Aug 29 20:19:33 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28BDB1095179; Wed, 29 Aug 2018 20:19:33 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D770380092; Wed, 29 Aug 2018 20:19:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B153F21FA2; Wed, 29 Aug 2018 20:19:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7TKJWqQ006169; Wed, 29 Aug 2018 20:19:32 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7TKJWj7006165; Wed, 29 Aug 2018 20:19:32 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201808292019.w7TKJWj7006165@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 29 Aug 2018 20:19:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478414 - head/textproc/ffe X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/textproc/ffe X-SVN-Commit-Revision: 478414 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2018 20:19:33 -0000 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 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 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