From owner-svn-ports-head@freebsd.org Sun Sep 24 20:15:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D5C7E0027F; Sun, 24 Sep 2017 20:15:50 +0000 (UTC) (envelope-from jbeich@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 mx1.freebsd.org (Postfix) with ESMTPS id CE98917C8; Sun, 24 Sep 2017 20:15:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8OKFmpS022919; Sun, 24 Sep 2017 20:15:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8OKFmJE022917; Sun, 24 Sep 2017 20:15:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709242015.v8OKFmJE022917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 24 Sep 2017 20:15:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450548 - head/math/hfst X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/math/hfst X-SVN-Commit-Revision: 450548 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.23 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: Sun, 24 Sep 2017 20:15:50 -0000 Author: jbeich Date: Sun Sep 24 20:15:48 2017 New Revision: 450548 URL: https://svnweb.freebsd.org/changeset/ports/450548 Log: math/hfst: unbreak with gcc7 PR: 222567 Submitted by: rakuco Obtained from: upstream (hfst-3.13.0) Approved by: portmgr blanket Modified: head/math/hfst/Makefile (contents, props changed) head/math/hfst/distinfo (contents, props changed) Modified: head/math/hfst/Makefile ============================================================================== --- head/math/hfst/Makefile Sun Sep 24 19:22:29 2017 (r450547) +++ head/math/hfst/Makefile Sun Sep 24 20:15:48 2017 (r450548) @@ -3,9 +3,12 @@ PORTNAME= hfst PORTVERSION= 3.8.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/source + +PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ +PATCHFILES= 134d5a5aac3f.patch:-p1 MAINTAINER= demon@FreeBSD.org COMMENT= A toolkit for for processing natural language morphologies Modified: head/math/hfst/distinfo ============================================================================== --- head/math/hfst/distinfo Sun Sep 24 19:22:29 2017 (r450547) +++ head/math/hfst/distinfo Sun Sep 24 20:15:48 2017 (r450548) @@ -1,2 +1,4 @@ SHA256 (hfst-3.8.2.tar.gz) = bdae235271368a8d13db4a224fe8a53cf7266b8fce194cf63c96031e007e3d63 SIZE (hfst-3.8.2.tar.gz) = 3158251 +SHA256 (134d5a5aac3f.patch) = 9f7eacf517002af2cb1eb3d48d095d0f5d2f3100adfc4edf24279245f7d7d542 +SIZE (134d5a5aac3f.patch) = 1027