diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-24 10:22:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-24 10:22:45 +0000 |
commit | e94913493aaeecacc42a2827e8bbd937da763ef8 (patch) | |
tree | a300bd073da16f2b9fc1aef7fec218ebfa7be539 /www | |
parent | 2d197967ce99e516e6fb8295f024dcb81a17c8b8 (diff) |
Notes
Diffstat (limited to 'www')
-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 |