diff options
author | bapt <bapt@FreeBSD.org> | 2010-12-15 19:37:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2010-12-15 19:37:49 +0800 |
commit | 2a77d826d08facbbb6c50f2d171926595e19fe6a (patch) | |
tree | d06d478abbc4eecb65e8e86d699ea70a88734547 /devel | |
parent | d5c2583b75fe66ae378dbf18e1b608aed28787f6 (diff) | |
download | freebsd-ports-gnome-2a77d826d08facbbb6c50f2d171926595e19fe6a.tar.gz freebsd-ports-gnome-2a77d826d08facbbb6c50f2d171926595e19fe6a.tar.zst freebsd-ports-gnome-2a77d826d08facbbb6c50f2d171926595e19fe6a.zip |
Chase devel/icu upgrade
Add an updating note
Diffstat (limited to 'devel')
-rw-r--r-- | devel/boost-libs/Makefile | 2 | ||||
-rw-r--r-- | devel/pecl-intl/Makefile | 4 | ||||
-rw-r--r-- | devel/py-icu/Makefile | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile index f45d736f8a3a..483ce9b00df8 100644 --- a/devel/boost-libs/Makefile +++ b/devel/boost-libs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= boost-libs -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Free portable C++ libraries (without Boost.Python) USE_BZIP2= yes diff --git a/devel/pecl-intl/Makefile b/devel/pecl-intl/Makefile index fe7480389b8c..bd2b3b656493 100644 --- a/devel/pecl-intl/Makefile +++ b/devel/pecl-intl/Makefile @@ -7,7 +7,7 @@ PORTNAME= intl PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -17,7 +17,7 @@ DIST_SUBDIR= PECL MAINTAINER= miwi@FreeBSD.org COMMENT= A PECL extension to support Internationalization(ICU) -LIB_DEPENDS= icui18n.38:${PORTSDIR}/devel/icu +LIB_DEPENDS= icui18n.46:${PORTSDIR}/devel/icu USE_PHP= yes USE_PHPEXT= yes diff --git a/devel/py-icu/Makefile b/devel/py-icu/Makefile index cb27b969c4fc..699afbbd51e8 100644 --- a/devel/py-icu/Makefile +++ b/devel/py-icu/Makefile @@ -7,7 +7,7 @@ PORTNAME= icu PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_CHEESESHOP} MASTER_SITE_SUBDIR= source/P/PyICU @@ -28,7 +28,7 @@ MAKE_ENV+= \ PYICU_LFLAGS="-L${PREFIX}/lib" \ PYICU_LIBRARIES="icui18n:icuuc:icudata" -OPTIONS= ICU4 "Use ICU 4.x instead of 3.8" off +OPTIONS= ICU4 "Use ICU 4.x instead of 4.6" off .include <bsd.port.pre.mk> |