svn commit: r450548 - head/math/hfst

Jan Beich jbeich at FreeBSD.org
Sun Sep 24 20:15:50 UTC 2017


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 at 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


More information about the svn-ports-all mailing list