Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Sep 2017 20:15:48 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450548 - head/math/hfst
Message-ID:  <201709242015.v8OKFmJE022917@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709242015.v8OKFmJE022917>