mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Update to 2.8.8
This commit is contained in:
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
|
@ -1,8 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= hyphen
|
PORTNAME= hyphen
|
||||||
PORTVERSION= 2.8.7
|
PORTVERSION= 2.8.8
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= SF/hunspell/Hyphen/${PORTVERSION:R}/
|
MASTER_SITES= SF/hunspell/Hyphen/${PORTVERSION:R}/
|
||||||
DIST_SUBDIR= ${PORTNAME}
|
DIST_SUBDIR= ${PORTNAME}
|
||||||
|
@ -29,7 +28,6 @@ PLIST_FILES= bin/substrings.pl \
|
||||||
lib/libhyphen.so.0 \
|
lib/libhyphen.so.0 \
|
||||||
lib/libhyphen.so.0.3.0 \
|
lib/libhyphen.so.0.3.0 \
|
||||||
%%DATADIR%%/hyph_en_US.dic
|
%%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 \
|
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
|
en_IE en_IN en_JM en_NA en_NZ en_PH en_SG en_TT en_ZA en_ZW
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (hyphen/hyphen-2.8.7.tar.gz) = c3e66de07f06125536f1fa03a121fa8a4c1b246a3b28a6ccd3cda24bb296f3a7
|
SHA256 (hyphen/hyphen-2.8.8.tar.gz) = 304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705
|
||||||
SIZE (hyphen/hyphen-2.8.7.tar.gz) = 638214
|
SIZE (hyphen/hyphen-2.8.8.tar.gz) = 638369
|
||||||
|
|
|
@ -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;
|
|
Loading…
Add table
Reference in a new issue