1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Update to 2.8.8

This commit is contained in:
Baptiste Daroussin 2014-10-06 13:45:10 +00:00
parent ad47bd6c72
commit c68335c918
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370171
3 changed files with 3 additions and 16 deletions

View File

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

View File

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

View File

@ -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;