diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-06 13:45:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-06 13:45:10 +0000 |
commit | c68335c918e6d0afbd3a6a3e12a9f23555c0184c (patch) | |
tree | 366dd28ee9e95a7bf41f19bec1b7f68de2b8c9d7 /textproc | |
parent | ad47bd6c72866576a4147717812143a369b89699 (diff) | |
download | ports-c68335c918e6d0afbd3a6a3e12a9f23555c0184c.tar.gz ports-c68335c918e6d0afbd3a6a3e12a9f23555c0184c.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hyphen/Makefile | 4 | ||||
-rw-r--r-- | textproc/hyphen/distinfo | 4 | ||||
-rw-r--r-- | textproc/hyphen/files/patch-hyphen.h | 11 |
3 files changed, 3 insertions, 16 deletions
diff --git a/textproc/hyphen/Makefile b/textproc/hyphen/Makefile index 04b338513e34..612f84d1589b 100644 --- a/textproc/hyphen/Makefile +++ b/textproc/hyphen/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= hyphen -PORTVERSION= 2.8.7 -PORTREVISION= 1 +PORTVERSION= 2.8.8 CATEGORIES= textproc MASTER_SITES= SF/hunspell/Hyphen/${PORTVERSION:R}/ DIST_SUBDIR= ${PORTNAME} @@ -29,7 +28,6 @@ PLIST_FILES= bin/substrings.pl \ lib/libhyphen.so.0 \ lib/libhyphen.so.0.3.0 \ %%DATADIR%%/hyph_en_US.dic -PLIST_DIRSTRY= %%DATADIR%% USALIASES= en_AG en_AU en_BS en_BW en_BZ en_CA en_DK en_GB en_GH en_HK \ en_IE en_IN en_JM en_NA en_NZ en_PH en_SG en_TT en_ZA en_ZW diff --git a/textproc/hyphen/distinfo b/textproc/hyphen/distinfo index 4f6d8c71d17e..25af0f21e8a7 100644 --- a/textproc/hyphen/distinfo +++ b/textproc/hyphen/distinfo @@ -1,2 +1,2 @@ -SHA256 (hyphen/hyphen-2.8.7.tar.gz) = c3e66de07f06125536f1fa03a121fa8a4c1b246a3b28a6ccd3cda24bb296f3a7 -SIZE (hyphen/hyphen-2.8.7.tar.gz) = 638214 +SHA256 (hyphen/hyphen-2.8.8.tar.gz) = 304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705 +SIZE (hyphen/hyphen-2.8.8.tar.gz) = 638369 diff --git a/textproc/hyphen/files/patch-hyphen.h b/textproc/hyphen/files/patch-hyphen.h deleted file mode 100644 index b92232a01925..000000000000 --- a/textproc/hyphen/files/patch-hyphen.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./hyphen.h.orig 2013-03-18 11:49:03.000000000 +0100 -+++ ./hyphen.h 2014-06-30 09:22:00.804214782 +0200 -@@ -55,6 +55,8 @@ - extern "C" { - #endif /* __cplusplus */ - -+#include <stdio.h> -+ - typedef struct _HyphenDict HyphenDict; - typedef struct _HyphenState HyphenState; - typedef struct _HyphenTrans HyphenTrans; |