diff options
Diffstat (limited to 'www/horde4-base')
-rw-r--r-- | www/horde4-base/Makefile | 1 | ||||
-rw-r--r-- | www/horde4-base/files/extra-patch-lib_Horde_NLS.php | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/www/horde4-base/Makefile b/www/horde4-base/Makefile index 84272cc637f7..c5851d9fddcd 100644 --- a/www/horde4-base/Makefile +++ b/www/horde4-base/Makefile @@ -9,6 +9,7 @@ PORTNAME= horde DISTVERSIONPREFIX= DISTVERSION= 3.2 DISTVERSIONSUFFIX= -rc2 +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= PKGNAMESUFFIX= -base diff --git a/www/horde4-base/files/extra-patch-lib_Horde_NLS.php b/www/horde4-base/files/extra-patch-lib_Horde_NLS.php index 4404276773d0..47daa0dcfec6 100644 --- a/www/horde4-base/files/extra-patch-lib_Horde_NLS.php +++ b/www/horde4-base/files/extra-patch-lib_Horde_NLS.php @@ -1,9 +1,10 @@ ---- lib/Horde/NLS.php.orig 2007-09-29 07:22:46.000000000 -0800 -+++ lib/Horde/NLS.php 2007-12-18 11:16:03.000000000 -0900 -@@ -119,6 +119,10 @@ +--- lib/Horde/NLS.php.orig 2008-01-22 10:08:06.000000000 -0900 ++++ lib/Horde/NLS.php 2008-02-29 09:50:02.000000000 -0900 +@@ -132,7 +132,10 @@ setlocale(LC_ALL, $lang_charset); } } +- + /* avoid FreeBSD issapce(3) bug */ + if(NLS::getCharset() == "UTF-8"){ + setlocale(LC_CTYPE,"C"); |