diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-09-25 04:15:48 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-09-25 04:15:48 +0800 |
commit | 196f683c9dfbd8dcdf3011f77fd36a2d977590e3 (patch) | |
tree | 03b460471acccbfbe017ed51d6273e69c2edfe84 /math | |
parent | 8073c51d15132a8e1665b63798d79798e0e9b1f4 (diff) | |
download | freebsd-ports-gnome-196f683c9dfbd8dcdf3011f77fd36a2d977590e3.tar.gz freebsd-ports-gnome-196f683c9dfbd8dcdf3011f77fd36a2d977590e3.tar.zst freebsd-ports-gnome-196f683c9dfbd8dcdf3011f77fd36a2d977590e3.zip |
math/hfst: unbreak with gcc7
PR: 222567
Submitted by: rakuco
Obtained from: upstream (hfst-3.13.0)
Approved by: portmgr blanket
Diffstat (limited to 'math')
-rw-r--r-- | math/hfst/Makefile | 5 | ||||
-rw-r--r-- | math/hfst/distinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/math/hfst/Makefile b/math/hfst/Makefile index 80f273b0b81e..fe2a96df3525 100644 --- a/math/hfst/Makefile +++ b/math/hfst/Makefile @@ -3,10 +3,13 @@ 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 diff --git a/math/hfst/distinfo b/math/hfst/distinfo index e7cac0001136..fa60e0b41318 100644 --- a/math/hfst/distinfo +++ b/math/hfst/distinfo @@ -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 |