diff options
author | antoine <antoine@FreeBSD.org> | 2016-07-07 06:00:44 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-07-07 06:00:44 +0800 |
commit | 8f6d2e7fecddc55a1373ceb4ee1cfd1baf6d342c (patch) | |
tree | 216ea5e34170f6e7174910dd6b2b08823601fcf3 /devel/icu | |
parent | 98b520ef37f0dcbff7903bd7c318336f9b1b7b9d (diff) | |
download | freebsd-ports-graphics-8f6d2e7fecddc55a1373ceb4ee1cfd1baf6d342c.tar.gz freebsd-ports-graphics-8f6d2e7fecddc55a1373ceb4ee1cfd1baf6d342c.tar.zst freebsd-ports-graphics-8f6d2e7fecddc55a1373ceb4ee1cfd1baf6d342c.zip |
Revert update to version 57.1, it wasn't tested
PR: 205120
With hat: portmgr
Diffstat (limited to 'devel/icu')
-rw-r--r-- | devel/icu/Makefile | 6 | ||||
-rw-r--r-- | devel/icu/distinfo | 5 | ||||
-rw-r--r-- | devel/icu/files/patch-config__mh-bsd-gcc | 6 | ||||
-rw-r--r-- | devel/icu/pkg-plist | 4 |
4 files changed, 10 insertions, 11 deletions
diff --git a/devel/icu/Makefile b/devel/icu/Makefile index 923346d670a..8f6211a1943 100644 --- a/devel/icu/Makefile +++ b/devel/icu/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= icu -PORTVERSION= 57.1 +PORTVERSION= 55.1 +PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= http://download.icu-project.org/files/icu4c/${PORTVERSION}/ \ SF/${PORTNAME}/ICU4C/${PORTVERSION}/ @@ -36,6 +37,7 @@ CONFIGURE_ARGS+= --with-data-packaging=library \ CONFIGURE_ARGS+= --with-cross-build .endif + USES= gmake pathfix ICUMAJOR= ${PORTVERSION:C/\..*//} @@ -75,6 +77,6 @@ post-stage: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/* @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libicuda*.so.* -do-test regression-test: iotest cintltst intltest +test regression-test: iotest cintltst intltest .include <bsd.port.mk> diff --git a/devel/icu/distinfo b/devel/icu/distinfo index 26b29c40a62..57f78850bb0 100644 --- a/devel/icu/distinfo +++ b/devel/icu/distinfo @@ -1,3 +1,2 @@ -TIMESTAMP = 1464596691 -SHA256 (icu4c-57_1-src.tgz) = ff8c67cb65949b1e7808f2359f2b80f722697048e90e7cfc382ec1fe229e9581 -SIZE (icu4c-57_1-src.tgz) = 22360664 +SHA256 (icu4c-55_1-src.tgz) = e16b22cbefdd354bec114541f7849a12f8fc2015320ca5282ee4fd787571457b +SIZE (icu4c-55_1-src.tgz) = 25600847 diff --git a/devel/icu/files/patch-config__mh-bsd-gcc b/devel/icu/files/patch-config__mh-bsd-gcc index 13c6acd6e4a..d5576fd7511 100644 --- a/devel/icu/files/patch-config__mh-bsd-gcc +++ b/devel/icu/files/patch-config__mh-bsd-gcc @@ -1,6 +1,6 @@ ---- config/mh-bsd-gcc.orig 2016-03-23 20:50:50 UTC -+++ config/mh-bsd-gcc -@@ -23,9 +23,6 @@ LD_RPATH_PRE= -Wl,-rpath, +--- ./config/mh-bsd-gcc.orig 2011-10-19 01:13:00.000000000 +0200 ++++ ./config/mh-bsd-gcc 2012-01-14 21:01:17.083384507 +0100 +@@ -23,9 +23,6 @@ ## Compiler switch to embed a library name LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET)) diff --git a/devel/icu/pkg-plist b/devel/icu/pkg-plist index 268bd6b9769..1e52caaec70 100644 --- a/devel/icu/pkg-plist +++ b/devel/icu/pkg-plist @@ -132,7 +132,6 @@ include/unicode/schriter.h include/unicode/scientificnumberformatter.h include/unicode/search.h include/unicode/selfmt.h -include/unicode/simpleformatter.h include/unicode/simpletz.h include/unicode/smpdtfmt.h include/unicode/sortkey.h @@ -203,7 +202,6 @@ include/unicode/uobject.h include/unicode/upluralrules.h include/unicode/uregex.h include/unicode/uregion.h -include/unicode/ureldatefmt.h include/unicode/urename.h include/unicode/urep.h include/unicode/ures.h @@ -257,5 +255,5 @@ man/man8/gencmn.8.gz man/man8/gensprep.8.gz man/man8/icupkg.8.gz %%DATADIR%%/%%ICUVER%%/mkinstalldirs -%%DATADIR%%/%%ICUVER%%/LICENSE +%%DATADIR%%/%%ICUVER%%/license.html %%DATADIR%%/%%ICUVER%%/config/mh-bsd-gcc |