diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-24 18:22:45 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-24 18:22:45 +0800 |
commit | f76439e6be68b3f1caa1258ddbb4545d1d98b1ab (patch) | |
tree | a366bd98aa39e1b4abf997fd0838fd5623ba47ce /www/horde2 | |
parent | 180af16ce1c19084c9eb1250db9e93f270082918 (diff) | |
download | freebsd-ports-gnome-f76439e6be68b3f1caa1258ddbb4545d1d98b1ab.tar.gz freebsd-ports-gnome-f76439e6be68b3f1caa1258ddbb4545d1d98b1ab.tar.zst freebsd-ports-gnome-f76439e6be68b3f1caa1258ddbb4545d1d98b1ab.zip |
www/horde2: upgrading to 2.2.4 final & removing IS_INTERACTIVE.
- upgrading to 2.2.4 final;
- removing IS_INTERACTIVE.
PR: ports/57112
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'www/horde2')
-rw-r--r-- | www/horde2/Makefile | 22 | ||||
-rw-r--r-- | www/horde2/distinfo | 2 | ||||
-rw-r--r-- | www/horde2/pkg-plist | 1 |
3 files changed, 11 insertions, 14 deletions
diff --git a/www/horde2/Makefile b/www/horde2/Makefile index b07c56172b5f..b110531c82fa 100644 --- a/www/horde2/Makefile +++ b/www/horde2/Makefile @@ -7,7 +7,7 @@ PORTNAME= horde PORTVERSION= 2.2.4 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/ \ ftp://ftp.au.horde.org/pub/horde/ \ @@ -15,31 +15,27 @@ MASTER_SITES= ftp://ftp.horde.org/pub/horde/ \ ftp://ftp.it.horde.org/pub/mirror/horde.org/horde/ \ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/horde/ \ ftp://ftp.pt.horde.org/pub/horde-ftp/horde/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-RC2 MAINTAINER= thierry@pompo.net COMMENT= A common code-base used by Horde applications, written in PHP -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - #----------------------------------------------------------------------- -# You may define this option: +# You may define these options: +# +# - WITH_APACHE2: if you run Apache2; # -# - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree; +# - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree. # #----------------------------------------------------------------------- -LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext -.if !defined(WITHOUT_MCAL) -LIB_DEPENDS+= mcal.0:${PORTSDIR}/misc/libmcal -.endif +BUILD_DEPENDS= pear:${PORTSDIR}/lang/php4-horde # Remark: pear-XML_sql2xml is included, but never used. -RUN_DEPENDS= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \ +RUN_DEPENDS= ${BUILD_DEPENDS} \ + ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \ ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common \ ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime -IS_INTERACTIVE= 'need to build php4 with XML support.' NO_BUILD= yes USE_REINPLACE= yes @@ -48,7 +44,7 @@ LDD= /usr/bin/ldd REINPLACE_ARGS= -i.beforeHorde DOCS= COPYING README docs/CHANGES docs/CODING_STANDARDS \ docs/CONTRIBUTING docs/CREDITS docs/HACKING docs/INSTALL \ - docs/TRANSLATIONS + docs/TRANSLATIONS docs/SECURITY 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 diff --git a/www/horde2/distinfo b/www/horde2/distinfo index 2d3a364780f4..91e47af2711b 100644 --- a/www/horde2/distinfo +++ b/www/horde2/distinfo @@ -1 +1 @@ -MD5 (horde-2.2.4-RC2.tar.gz) = 90e8eb3fac042ead2c55a6ab04d266b8 +MD5 (horde-2.2.4.tar.gz) = b1d70da4ec4e06344abe88670e29b093 diff --git a/www/horde2/pkg-plist b/www/horde2/pkg-plist index 58d80bf9067c..006420db6e1c 100644 --- a/www/horde2/pkg-plist +++ b/www/horde2/pkg-plist @@ -331,6 +331,7 @@ etc/horde/httpd.conf.horde %%PORTDOCS%%share/doc/horde/HACKING %%PORTDOCS%%share/doc/horde/INSTALL %%PORTDOCS%%share/doc/horde/README +%%PORTDOCS%%share/doc/horde/SECURITY %%PORTDOCS%%share/doc/horde/TRANSLATIONS %%PORTDOCS%%@dirrm share/doc/horde @dirrm %%HORDEDIR%%/graphics/alerts |