aboutsummaryrefslogtreecommitdiffstats
path: root/www/horde-base
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2008-03-01 03:00:49 +0800
committerbeech <beech@FreeBSD.org>2008-03-01 03:00:49 +0800
commit8c9bc467342328494f8f4d389732eeccff452a87 (patch)
tree941bf5aa3f8eed25a690d1369b184effce59e29d /www/horde-base
parentd2a6cbbf8d396add73fc818d02ccfc61cdb1d3f1 (diff)
downloadfreebsd-ports-graphics-8c9bc467342328494f8f4d389732eeccff452a87.tar.gz
freebsd-ports-graphics-8c9bc467342328494f8f4d389732eeccff452a87.tar.zst
freebsd-ports-graphics-8c9bc467342328494f8f4d389732eeccff452a87.zip
- Fix NLS.php patch
- Bump portrevision
Diffstat (limited to 'www/horde-base')
-rw-r--r--www/horde-base/Makefile1
-rw-r--r--www/horde-base/files/extra-patch-lib_Horde_NLS.php7
2 files changed, 5 insertions, 3 deletions
diff --git a/www/horde-base/Makefile b/www/horde-base/Makefile
index 84272cc637f..c5851d9fddc 100644
--- a/www/horde-base/Makefile
+++ b/www/horde-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/horde-base/files/extra-patch-lib_Horde_NLS.php b/www/horde-base/files/extra-patch-lib_Horde_NLS.php
index 4404276773d..47daa0dcfec 100644
--- a/www/horde-base/files/extra-patch-lib_Horde_NLS.php
+++ b/www/horde-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");