diff options
author | shaun <shaun@FreeBSD.org> | 2006-07-21 06:40:51 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-07-21 06:40:51 +0800 |
commit | e3fccd4048c7e359c1927a1117f2cb009a7ab24b (patch) | |
tree | 464cd558027e821fd764c154921e3b3a782e9cc4 /www/horde4-base/Makefile | |
parent | 59b90ff4bba1c185dd8b31edc3e7cb60c81b3747 (diff) | |
download | freebsd-ports-gnome-e3fccd4048c7e359c1927a1117f2cb009a7ab24b.tar.gz freebsd-ports-gnome-e3fccd4048c7e359c1927a1117f2cb009a7ab24b.tar.zst freebsd-ports-gnome-e3fccd4048c7e359c1927a1117f2cb009a7ab24b.zip |
Upgrade to 3.1.2
ChangeLog:
http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.515.2.231&r2=1.515.2.252&ty=h
Approved by: ahze (mentor, implicit)
Diffstat (limited to 'www/horde4-base/Makefile')
-rw-r--r-- | www/horde4-base/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/www/horde4-base/Makefile b/www/horde4-base/Makefile index b8f65b59494b..7608f3cfb95c 100644 --- a/www/horde4-base/Makefile +++ b/www/horde4-base/Makefile @@ -6,8 +6,7 @@ # PORTNAME= horde -PORTVERSION= 3.1.1 -PORTREVISION= 2 +PORTVERSION= 3.1.2 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/ \ ftp://ftp.planetmirror.com/pub/horde/horde/ \ @@ -17,14 +16,10 @@ 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.uk.horde.org/mirrors/ftp.horde.org/pub/horde/ \ - http://ftp.horde.org/pub/horde/ \ - http://cvs.horde.org/co.php?r=1.146\&p=1\&f=horde/:patch1 \ - http://cvs.horde.org/co.php?r=2.26\&p=1\&f=horde/templates/problem/:patch2 + http://ftp.horde.org/pub/horde/ .if defined(WITH_PHP5) PKGNAMESUFFIX= -php5 .endif -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} test.php:patch1 problem.inc:patch2 -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= shaun@FreeBSD.org COMMENT= A common code-base used by Horde applications, written in PHP @@ -269,9 +264,6 @@ PLIST_SUB+= RMDIRINC="" .endif pre-configure: - @${CP} -p ${DISTDIR}/test.php ${WRKSRC} - @${CP} -p ${DISTDIR}/problem.inc ${WRKSRC}/templates/problem/ - @${RM} ${PATCHES2RM:S|^|${WRKSRC}/|:S|$|.orig|} @${SED} -e "s:/home/httpd/html/horde:${HORDEDIR}:" \ -e "s:php_value auto_prepend_file:# php_value auto_prepend_file:" \ |