diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-02-29 19:00:49 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-02-29 19:00:49 +0000 |
commit | ce190c8ff6e109031be4a5cd7a0824af6b9f713a (patch) | |
tree | a5a744b5d57c03a9b60baa1f896a800e41e586c2 /www/horde4-base | |
parent | 4c72059a8c70d566d5bc27e6b1badcdeddb7f9b1 (diff) | |
download | ports-ce190c8ff6e109031be4a5cd7a0824af6b9f713a.tar.gz ports-ce190c8ff6e109031be4a5cd7a0824af6b9f713a.zip |
Notes
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"); |