diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-11-15 22:11:36 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-11-15 22:11:36 +0000 |
commit | 48115bb35cc9bd22c4deadc0d286fb168b266a06 (patch) | |
tree | 74a33ca77918230c4f9e2cfc3ef6e5abaf8a5a81 /www/horde | |
parent | 30256857444e0cce86b9914c44dada17cb800c26 (diff) | |
download | pkgsrc-48115bb35cc9bd22c4deadc0d286fb168b266a06.tar.gz |
------
v3.1.5
------
[cjh] Fix identity javascript when some fields are disabled
(veikko@immonen@otaverkko.fi, 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, Bug
4854).
[jan] Fix portal layouts with more than one horizontally expanded block per
row.
Diffstat (limited to 'www/horde')
-rw-r--r-- | www/horde/Makefile | 14 | ||||
-rw-r--r-- | www/horde/PLIST | 5 | ||||
-rw-r--r-- | www/horde/distinfo | 8 |
3 files changed, 17 insertions, 10 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile index bf5d1ce0128..fee37a1541e 100644 --- a/www/horde/Makefile +++ b/www/horde/Makefile @@ -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_USERS_VARS+=APACHE_USER 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 --git a/www/horde/PLIST b/www/horde/PLIST index 132b7509e8f..b42156ad1aa 100644 --- a/www/horde/PLIST +++ b/www/horde/PLIST @@ -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/diff.php 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/http.php 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/musql.php 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 --git a/www/horde/distinfo b/www/horde/distinfo index 387c12a9772..53b04dec981 100644 --- a/www/horde/distinfo +++ b/www/horde/distinfo @@ -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 |