diff options
author | thierry <thierry@FreeBSD.org> | 2004-03-17 06:27:07 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-03-17 06:27:07 +0800 |
commit | 1e2b91b4da0ba83984d259f87e1f89e05a7ad826 (patch) | |
tree | 636764a12fc49b9ce2137ff75b62c0a87ddf738b /deskutils/horde-kronolith/Makefile | |
parent | c1bd6ffc6eb819193d2f236003aef6b2eb2cd295 (diff) | |
download | freebsd-ports-gnome-1e2b91b4da0ba83984d259f87e1f89e05a7ad826.tar.gz freebsd-ports-gnome-1e2b91b4da0ba83984d259f87e1f89e05a7ad826.tar.zst freebsd-ports-gnome-1e2b91b4da0ba83984d259f87e1f89e05a7ad826.zip |
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).
Diffstat (limited to 'deskutils/horde-kronolith/Makefile')
-rw-r--r-- | deskutils/horde-kronolith/Makefile | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/deskutils/horde-kronolith/Makefile b/deskutils/horde-kronolith/Makefile index 1f40b8fd4346..1d526af4d7f7 100644 --- a/deskutils/horde-kronolith/Makefile +++ b/deskutils/horde-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> |