pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/horde ------



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a2190726adb
branches:  trunk
changeset: 535380:5a2190726adb
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Thu Nov 15 22:11:36 2007 +0000

description:
------
v3.1.5
------

[cjh] Fix identity javascript when some fields are disabled
      (veikko@immonen%otaverkko.fi@localhost, Bug 5595).
[cjh] Disable the Turkish locale if using PHP 5 (see
      http://bugs.php.net/bug.php?id=35050).
[jan] Improved webroot detection (Request 4126).
[jan] Fix selecting the language on the login screen (Bug 5098).
[jan] Fix searching for single quotes in email headers (qa%cpanel.net@localhost, Bug
      4854).
[jan] Fix portal layouts with more than one horizontally expanded block per
      row.

diffstat:

 www/horde/Makefile |  14 ++++++++++++--
 www/horde/PLIST    |   5 +----
 www/horde/distinfo |   8 ++++----
 3 files changed, 17 insertions(+), 10 deletions(-)

diffs (76 lines):

diff -r 34145f9e6f26 -r 5a2190726adb www/horde/Makefile
--- a/www/horde/Makefile        Thu Nov 15 20:39:46 2007 +0000
+++ b/www/horde/Makefile        Thu Nov 15 22:11:36 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2007/07/04 20:55:04 jlam Exp $
+# $NetBSD: Makefile,v 1.51 2007/11/15 22:11:36 adrianp Exp $
 
-DISTNAME=      horde-3.1.4
+DISTNAME=      horde-3.1.5
 CATEGORIES=    www
 MASTER_SITES=  http://ftp.horde.org/pub/horde/ \
                ftp://ftp.horde.org/pub/horde/
@@ -40,6 +40,16 @@
 PKG_SYSCONFSUBDIR?=    httpd
 MESSAGE_SUBST+=                HORDEDIR=${HORDEDIR:Q}
 
+REPLACE_INTERPRETER+=  php
+REPLACE.php.old=       .*/bin/php
+REPLACE.php.new=       ${PREFIX}/bin/php
+REPLACE_FILES.php=     po/translation.php \
+                       scripts/count_sessions.php \
+                       scripts/create-symlinks.php \
+                       scripts/remove_prefs.php \
+                       scripts/upgrades/migrate_user_categories.php \
+                       scripts/upgrades/move_history_out_of_datatree.php
+
 CONF_FILES+=           ${EGDIR}/horde.conf ${PKG_SYSCONFDIR}/horde.conf
 CONF_FILES_PERMS+=     ${HORDEDIR}/config/conf.php.dist \
                        ${HORDEDIR}/config/conf.php \
diff -r 34145f9e6f26 -r 5a2190726adb www/horde/PLIST
--- a/www/horde/PLIST   Thu Nov 15 20:39:46 2007 +0000
+++ b/www/horde/PLIST   Thu Nov 15 22:11:36 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2007/03/18 12:24:13 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.16 2007/11/15 22:11:36 adrianp Exp $
 @exec ${MKDIR} %D/share/horde/lib/docs
 share/doc/horde/CHANGES
 share/doc/horde/CODING_STANDARDS
@@ -33,7 +33,6 @@
 share/horde/admin/setup/index.php
 share/horde/admin/setup/scripts.php
 share/horde/admin/sqlshell.php
-share/horde/admin/templates.php
 share/horde/admin/user.php
 share/horde/config/conf.php.dist
 share/horde/config/conf.xml.dist
@@ -101,7 +100,6 @@
 share/horde/lib/Horde/Auth/imap.php
 share/horde/lib/Horde/Auth/imsp.php
 share/horde/lib/Horde/Auth/ipbasic.php
-share/horde/lib/Horde/Auth/ipmap.php
 share/horde/lib/Horde/Auth/kolab.php
 share/horde/lib/Horde/Auth/krb5.php
 share/horde/lib/Horde/Auth/ldap.php
@@ -423,7 +421,6 @@
 share/horde/lib/VFS/smb.php
 share/horde/lib/VFS/sql.php
 share/horde/lib/VFS/sql_file.php
-share/horde/lib/XML/SVG.php
 share/horde/lib/XML/WBXML.php
 share/horde/lib/XML/WBXML/ContentHandler.php
 share/horde/lib/XML/WBXML/DTD.php
diff -r 34145f9e6f26 -r 5a2190726adb www/horde/distinfo
--- a/www/horde/distinfo        Thu Nov 15 20:39:46 2007 +0000
+++ b/www/horde/distinfo        Thu Nov 15 22:11:36 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2007/03/18 12:24:14 adrianp Exp $
+$NetBSD: distinfo,v 1.18 2007/11/15 22:11:36 adrianp Exp $
 
-SHA1 (horde-3.1.4.tar.gz) = 3b008b7976b501f86df3d0d556ba831fe222395d
-RMD160 (horde-3.1.4.tar.gz) = 2b8df7ef0cf9b986b08d4a56414b6ca9219272f0
-Size (horde-3.1.4.tar.gz) = 5262198 bytes
+SHA1 (horde-3.1.5.tar.gz) = 8d03da45cc5a086ebeb57c181892b66f72242ef5
+RMD160 (horde-3.1.5.tar.gz) = de40cb6e4b1a812ca4bfb2f52d9aecbaffcce4b1
+Size (horde-3.1.5.tar.gz) = 5285660 bytes
 SHA1 (patch-aa) = 9edb110586805d5efd84541b9d3821889967e785



Home | Main Index | Thread Index | Old Index