aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-07-23 05:50:14 +0800
committerbapt <bapt@FreeBSD.org>2011-07-23 05:50:14 +0800
commitb4d16d6f38b863dac7f1d36a72878df8798ab46b (patch)
tree12074060be57d2dc5aaeccb93e3f540de68bea6e /devel
parentb83d77abc508f6f944de6639639f9ae6121690aa (diff)
downloadfreebsd-ports-gnome-b4d16d6f38b863dac7f1d36a72878df8798ab46b.tar.gz
freebsd-ports-gnome-b4d16d6f38b863dac7f1d36a72878df8798ab46b.tar.zst
freebsd-ports-gnome-b4d16d6f38b863dac7f1d36a72878df8798ab46b.zip
- update to 4.8.1
- maintenance only release - pet portlint
Diffstat (limited to 'devel')
-rw-r--r--devel/icu/Makefile14
-rw-r--r--devel/icu/distinfo4
-rw-r--r--devel/icu/files/patch-pkg_gencmn.c11
3 files changed, 9 insertions, 20 deletions
diff --git a/devel/icu/Makefile b/devel/icu/Makefile
index 532dea69bf9c..8d5aaf804310 100644
--- a/devel/icu/Makefile
+++ b/devel/icu/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= icu
-PORTVERSION= 4.8
+PORTVERSION= 4.8.1
CATEGORIES= devel
MASTER_SITES= http://download.icu-project.org/files/icu4c/${PORTVERSION}/
DISTNAME= icu4c-${PORTVERSION:S/./_/g}
@@ -15,18 +15,18 @@ EXTRACT_SUFX= -src.tgz
MAINTAINER= office@FreeBSD.org
COMMENT= International Components for Unicode (from IBM)
+LICENSE= ICU
+LICENSE_NAME= ICU license
+LICENSE_FILE= ${WRKSRC}/../unicode-license.txt
+LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
+
+GNU_CONFIGURE= yes
OPTIONS= THREADS "Build thread-safe version of the library" on
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/icu/source
-LICENSE= ICU
-LICENSE_NAME= ICU license
-LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
-LICENSE_FILE= ${WRKSRC}/../unicode-license.txt
-
-GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= runConfigureICU
CONFIGURE_ARGS+= ${OPSYS} \
--enable-shared \
diff --git a/devel/icu/distinfo b/devel/icu/distinfo
index 4ca12a85b0a2..4cc764d90f20 100644
--- a/devel/icu/distinfo
+++ b/devel/icu/distinfo
@@ -1,2 +1,2 @@
-SHA256 (icu4c-4_8-src.tgz) = 45e17667b5c6886b49b43e98b8a3f6684e77e5dceda8e939af6f5c8bebd7a939
-SIZE (icu4c-4_8-src.tgz) = 18620856
+SHA256 (icu4c-4_8_1-src.tgz) = 19a4cd6e94187a03bca7514d694c5a5a666567e2884ce008ca9f14fa400af88f
+SIZE (icu4c-4_8_1-src.tgz) = 18677882
diff --git a/devel/icu/files/patch-pkg_gencmn.c b/devel/icu/files/patch-pkg_gencmn.c
deleted file mode 100644
index eb3d75e457f6..000000000000
--- a/devel/icu/files/patch-pkg_gencmn.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- tools/toolutil/pkg_gencmn.c.orig 2011-05-23 23:56:16.000000000 +0200
-+++ tools/toolutil/pkg_gencmn.c 2011-06-21 12:19:03.995937644 +0200
-@@ -18,7 +18,7 @@
- #include "putilimp.h"
- #include "pkg_gencmn.h"
-
--#define STRING_STORE_SIZE 100000
-+#define STRING_STORE_SIZE 131072
-
- #define COMMON_DATA_NAME U_ICUDATA_NAME
- #define DATA_TYPE "dat"