diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-29 11:18:35 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-29 11:18:35 +0800 |
commit | aa45af43bb93493148d8547c6511090a4ea1660c (patch) | |
tree | e6579673169527509c896f0f26f8007cec4f6b8a | |
parent | 89884fe58baeeb86c255903cde0b1da40ba56ee1 (diff) | |
download | freebsd-ports-gnome-aa45af43bb93493148d8547c6511090a4ea1660c.tar.gz freebsd-ports-gnome-aa45af43bb93493148d8547c6511090a4ea1660c.tar.zst freebsd-ports-gnome-aa45af43bb93493148d8547c6511090a4ea1660c.zip |
www/horde2: upgrading to 2.2.3.
Upgrading to the latest -stable release of Horde.
Removing a dependency on security/pear-Crypt_CBC.
The full list of changes can be viewed here:
<http://cvs.horde.org/co.php/horde/docs/CHANGES?r=1.207.2.77>;.
Note: this upgrade will be necessary to upgrade Kronolith to 1.1.
PR: ports/51390
Submitted by: Thierry Thomas <thierry@pompo.net>
-rw-r--r-- | www/horde2/Makefile | 14 | ||||
-rw-r--r-- | www/horde2/distinfo | 2 | ||||
-rw-r--r-- | www/horde2/files/patch-ab | 18 | ||||
-rw-r--r-- | www/horde2/pkg-plist | 18 |
4 files changed, 31 insertions, 21 deletions
diff --git a/www/horde2/Makefile b/www/horde2/Makefile index 3437665fcb6f..3bc67dee5ac9 100644 --- a/www/horde2/Makefile +++ b/www/horde2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= horde -PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTVERSION= 2.2.3 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/ \ ftp://ftp.au.horde.org/pub/horde/ \ @@ -31,8 +30,7 @@ LIB_DEPENDS+= intl.4:${PORTSDIR}/devel/gettext LIB_DEPENDS+= mcal.0:${PORTSDIR}/misc/libmcal .endif # Remark: pear-XML_sql2xml is included, but never used. -RUN_DEPENDS= ${PHP_LIB}/Crypt/CBC.php:${PORTSDIR}/security/pear-Crypt_CBC \ - ${PHP_LIB}/Date.php:${PORTSDIR}/devel/pear-Date \ +RUN_DEPENDS= ${PHP_LIB}/Date.php:${PORTSDIR}/devel/pear-Date \ ${PHP_LIB}/HTML/Select.php:${PORTSDIR}/devel/pear-HTML_Select_Common \ ${PHP_LIB}/Log.php:${PORTSDIR}/sysutils/pear-Log \ ${PHP_LIB}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime @@ -46,7 +44,7 @@ REINPLACE_ARGS= -i.beforeHorde DOCS= COPYING README docs/CHANGES docs/CODING_STANDARDS \ docs/CONTRIBUTING docs/CREDITS docs/HACKING docs/INSTALL \ docs/TRANSLATIONS -CONFFILE= html.php lang.php mime_drivers.php mime_mapping.php \ +CONFFILE= horde.php html.php lang.php mime_drivers.php mime_mapping.php \ motd.php prefs.php registry.php SUB_DIRS= config graphics lib locale po scripts templates util @@ -159,10 +157,10 @@ do-install: ${ECHO_CMD} "# Horde's include directory" >> ${APACHE_CONF} ; \ ${ECHO_CMD} "Include ${HORDE_INC}" >> ${APACHE_CONF} ; \ fi) - @${CHOWN} -R www:www ${HORDEDIR} +# @${CHOWN} -R www:www ${HORDEDIR} @${CHMOD} -R o-rwx ${CONFDIR} - @${TOUCH} ${LOG_FILE} - @${CHOWN} www:www ${LOG_FILE} +# @${TOUCH} ${LOG_FILE} +# @${CHOWN} www:www ${LOG_FILE} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} diff --git a/www/horde2/distinfo b/www/horde2/distinfo index 561e6f31380c..a3f3a9d318d9 100644 --- a/www/horde2/distinfo +++ b/www/horde2/distinfo @@ -1 +1 @@ -MD5 (horde-2.2.1.tar.gz) = 0a1e087f5017524a6b1b3d62204f49bb +MD5 (horde-2.2.3.tar.gz) = 27e5c190a6a22a6aa2201e6b714a653d diff --git a/www/horde2/files/patch-ab b/www/horde2/files/patch-ab index 1743baa81004..93f827469a27 100644 --- a/www/horde2/files/patch-ab +++ b/www/horde2/files/patch-ab @@ -1,15 +1,15 @@ ---- config/horde.php.dist.orig Tue Oct 29 22:21:36 2002 -+++ config/horde.php.dist Thu Jan 9 21:37:31 2003 -@@ -86,7 +86,7 @@ - +--- config/horde.php.dist.orig Tue Apr 22 20:45:22 2003 ++++ config/horde.php.dist Tue Apr 22 23:35:10 2003 +@@ -94,7 +94,7 @@ // What backend should we use for authenticating users to Horde? Valid - // options are currently 'imap', 'ldap', 'mcal', 'sql', 'ftp' and 'krb5'. + // options are currently 'imap', 'ldap', 'mcal', 'sql', 'ftp', 'smb', + // 'krb5' and 'radius'. -$conf['auth']['driver'] = ''; +$conf['auth']['driver'] = 'imap'; // An array holding any parameters that the Auth object will need to // function correctly. -@@ -145,7 +145,7 @@ +@@ -159,7 +159,7 @@ // (meaning use system defaults and don't save any user preferences), // 'session' (preferences only persist during the login), 'ldap', // and 'sql'. @@ -18,7 +18,7 @@ // Any parameters that the preferences driver needs. This includes // database or ldap server, username/password to connect with, etc. -@@ -154,12 +154,12 @@ +@@ -168,12 +168,12 @@ // This is an example configuration for a MySQL preference backend. // The SQL script to setup the preference database is placed in // horde/scripts/db/prefs.sql. @@ -37,7 +37,7 @@ // This is an example configuration for an LDAP preference backend. // The schemas needed for ldap are in horde/scripts/ldap. For more -@@ -209,7 +209,7 @@ +@@ -223,7 +223,7 @@ // SMTP authentication can be enabled by setting the 'auth' parameter // to true. $conf['mailer']['params'] = array(); @@ -46,7 +46,7 @@ // $conf['mailer']['params'] = array('host' => 'smtp.example.com'); -@@ -267,3 +267,9 @@ +@@ -328,3 +328,9 @@ // Should we use DHTML to display a floating menu of Horde appliation // links, instead of a frame? $conf['menu']['floating_bar'] = false; diff --git a/www/horde2/pkg-plist b/www/horde2/pkg-plist index 19412850f9e6..9d5265231a49 100644 --- a/www/horde2/pkg-plist +++ b/www/horde2/pkg-plist @@ -89,7 +89,9 @@ %%HORDEDIR%%/lib/Auth/krb5.php %%HORDEDIR%%/lib/Auth/ldap.php %%HORDEDIR%%/lib/Auth/mcal.php +%%HORDEDIR%%/lib/Auth/radius.php %%HORDEDIR%%/lib/Auth/sql.php +%%HORDEDIR%%/lib/Auth/smb.php %%HORDEDIR%%/lib/Browser.php %%HORDEDIR%%/lib/Cache.php %%HORDEDIR%%/lib/Cache/file.php @@ -110,6 +112,7 @@ %%HORDEDIR%%/lib/Help.php %%HORDEDIR%%/lib/Horde.php %%HORDEDIR%%/lib/Identity.php +%%HORDEDIR%%/lib/Image.php %%HORDEDIR%%/lib/Lang.php %%HORDEDIR%%/lib/MIME.php %%HORDEDIR%%/lib/MIME/Magic.php @@ -168,6 +171,7 @@ %%HORDEDIR%%/lib/version.php %%HORDEDIR%%/locale/.htaccess %%HORDEDIR%%/locale/bg_BG/LC_MESSAGES/horde.mo +%%HORDEDIR%%/locale/ca_ES/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/cs_CZ/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/da_DK/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/de_DE/LC_MESSAGES/horde.mo @@ -188,6 +192,7 @@ %%HORDEDIR%%/locale/nb_NO/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/nn_NO/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/pl_PL/LC_MESSAGES/horde.mo +%%HORDEDIR%%/locale/pl_PL/help.xml %%HORDEDIR%%/locale/pt_BR/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/pt_PT/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/ro_RO/LC_MESSAGES/horde.mo @@ -202,11 +207,13 @@ %%HORDEDIR%%/login.php %%HORDEDIR%%/maintenance.php %%HORDEDIR%%/menu.php +%%HORDEDIR%%/navbar.php %%HORDEDIR%%/po/.htaccess %%HORDEDIR%%/po/Makefile %%HORDEDIR%%/po/README %%HORDEDIR%%/po/wintokoi.pl %%HORDEDIR%%/po/bg_BG.po +%%HORDEDIR%%/po/ca_ES.po %%HORDEDIR%%/po/cs_CZ.po %%HORDEDIR%%/po/da_DK.po %%HORDEDIR%%/po/de_DE.po @@ -258,6 +265,7 @@ %%HORDEDIR%%/scripts/db/prefs.sql %%HORDEDIR%%/scripts/db/sessionhandler.sql %%HORDEDIR%%/scripts/db/sessionhandler_sapdb.sql +%%HORDEDIR%%/scripts/db/vfs.sql %%HORDEDIR%%/scripts/horde-rsync.sh %%HORDEDIR%%/scripts/ldap/horde.schema %%HORDEDIR%%/scripts/mime_mapping/Makefile @@ -292,6 +300,7 @@ %%HORDEDIR%%/templates/maintenance/confirm_middle.inc %%HORDEDIR%%/templates/maintenance/confirm_top.inc %%HORDEDIR%%/templates/maintenance/javascript.inc +%%HORDEDIR%%/templates/navbar/menu.inc %%HORDEDIR%%/templates/prefs/begin.inc %%HORDEDIR%%/templates/prefs/checkbox.inc %%HORDEDIR%%/templates/prefs/end.inc @@ -324,7 +333,6 @@ etc/horde/httpd.conf.horde %%PORTDOCS%%share/doc/horde/README %%PORTDOCS%%share/doc/horde/TRANSLATIONS %%PORTDOCS%%@dirrm share/doc/horde -@dirrm %%HORDEDIR%%/config @dirrm %%HORDEDIR%%/graphics/alerts @dirrm %%HORDEDIR%%/graphics/mime @dirrm %%HORDEDIR%%/graphics/tree @@ -344,6 +352,8 @@ etc/horde/httpd.conf.horde @dirrm %%HORDEDIR%%/lib @dirrm %%HORDEDIR%%/locale/bg_BG/LC_MESSAGES @dirrm %%HORDEDIR%%/locale/bg_BG +@dirrm %%HORDEDIR%%/locale/ca_ES/LC_MESSAGES +@dirrm %%HORDEDIR%%/locale/ca_ES @dirrm %%HORDEDIR%%/locale/cs_CZ/LC_MESSAGES @dirrm %%HORDEDIR%%/locale/cs_CZ @dirrm %%HORDEDIR%%/locale/da_DK/LC_MESSAGES @@ -415,7 +425,8 @@ etc/horde/httpd.conf.horde @dirrm %%HORDEDIR%%/templates/index @dirrm %%HORDEDIR%%/templates/javascript @dirrm %%HORDEDIR%%/templates/login -@dirrm %%HORDEDIR%%/templates/maintenance/ +@dirrm %%HORDEDIR%%/templates/maintenance +@dirrm %%HORDEDIR%%/templates/navbar @dirrm %%HORDEDIR%%/templates/prefs @dirrm %%HORDEDIR%%/templates/problem @dirrm %%HORDEDIR%%/templates/wml/login @@ -423,5 +434,6 @@ etc/horde/httpd.conf.horde @dirrm %%HORDEDIR%%/templates @dirrm %%HORDEDIR%%/util @dirrm %%HORDEDIR%%/po -@dirrm %%HORDEDIR%% +@unexec rmdir %D/%%HORDEDIR%%/config 2>/dev/null || true +@unexec rmdir %D/%%HORDEDIR%% 2>/dev/null || true @dirrm etc/horde |