summaryrefslogtreecommitdiff
path: root/deskutils/horde4-kronolith/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-03-16 22:27:07 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-03-16 22:27:07 +0000
commitf8fff7291d157ca9984c7193aafdd2d1d661344c (patch)
tree675dd0ef68a4bb3e508838c1119b7d24cd787c9a /deskutils/horde4-kronolith/Makefile
parentnet/isc-dhcp3-* now use rc.conf. (diff)
Upgrading to Kronolith 1.1.1.
The full list of changes (from version 1.1) can be viewed here: <http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.69.2.22&r2=1.69.2.29&ty=h>. Approved by: mat (mentor).
Notes
Notes: svn path=/head/; revision=104224
Diffstat (limited to 'deskutils/horde4-kronolith/Makefile')
-rw-r--r--deskutils/horde4-kronolith/Makefile28
1 files changed, 17 insertions, 11 deletions
diff --git a/deskutils/horde4-kronolith/Makefile b/deskutils/horde4-kronolith/Makefile
index 1f40b8fd4346..1d526af4d7f7 100644
--- a/deskutils/horde4-kronolith/Makefile
+++ b/deskutils/horde4-kronolith/Makefile
@@ -6,15 +6,17 @@
#
PORTNAME= kronolith
-PORTVERSION= 1.1
-PORTREVISION= 2
+PORTVERSION= 1.1.1
CATEGORIES= deskutils www
-MASTER_SITES= ftp://ftp.horde.org/pub/kronolith/ \
- ftp://ftp.au.horde.org/pub/horde/kronolith/ \
- ftp://ftp.es.horde.org/pub/kronolith/ \
- ftp://ftp.it.horde.org/pub/mirror/horde.org/kronolith/ \
- ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/kronolith/ \
- ftp://ftp.pt.horde.org/pub/horde-ftp/kronolith/
+MASTER_SITES= ftp://ftp.horde.org/pub/kronolith/ \
+ ftp://ftp.planetmirror.com/pub/horde/kronolith/ \
+ ftp://ftp.au.horde.org/pub/horde/kronolith/ \
+ ftp://ftp.be.horde.org/kronolith/ \
+ ftp://ftp.es.horde.org/pub/kronolith/ \
+ ftp://ftp.it.horde.org/pub/mirror/horde.org/kronolith/ \
+ ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/kronolith/ \
+ ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/kronolith/ \
+ http://ftp.horde.org/pub/kronolith/
MAINTAINER= thierry@pompo.net
COMMENT= Kronolith is the Horde calendar application
@@ -33,7 +35,8 @@ HTPASSWD= ${LOCALBASE}/bin/htpasswd
.endif
REINPLACE_ARGS= -i.beforeKronolith
-DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL
+DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL \
+ docs/RELEASE_NOTES
CONFFILE= conf.php html.php keywords.php menu.php prefs.php
SUB_DIRS= config graphics lib locale po scripts templates util
@@ -49,6 +52,9 @@ VAR_CAL= /var/calendar
HORDE_INC= ${LOCALBASE}/etc/horde
+post-patch:
+ @${RM} ${WRKSRC}/config/conf.php.dist.orig
+
pre-install:
@if ! ${LDCONFIG} -r | ${GREP} -q -e "mcal.0" ; then \
${ECHO_MSG} "" ; \
@@ -112,8 +118,8 @@ post-install:
@${RM} ${CONFDIR}/conf.php.beforeKronolith
.endif
@${ECHO_MSG}
- @${CAT} ${PKGMESSAGE} | \
- ${SED} -e "s:%%KRONOLITHDIR%%:${KRONOLITHDIR}:g;s:%%PORTSDIR%%:${PORTSDIR}:g;s:%%CONFDIR%%:${CONFDIR}:g;s:%%LOCALBASE%%:${LOCALBASE}:"
+ @${SED} -e "s:%%KRONOLITHDIR%%:${KRONOLITHDIR}:g;s:%%PORTSDIR%%:${PORTSDIR}:g" \
+ -e "s:%%CONFDIR%%:${CONFDIR}:g;s:%%LOCALBASE%%:${LOCALBASE}:" ${PKGMESSAGE}
@${ECHO_MSG}
.include <bsd.port.mk>