diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-11-04 03:49:10 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-11-04 03:49:10 +0000 |
commit | 317e9ea4a50414df7baf0c4d71535d6ac4bf05ba (patch) | |
tree | 89192091600e6a102410c5f4b0d82861663e6295 /www/caudium-devel/Makefile | |
parent | Update to 1.3.22. (diff) |
PR: 56948
Submitted by: maintainer, Xavier Beaudouin <kiwi@oav.net>
Update of Caudium-devel port to 1.3.19-20030917 snapshot.
Update to usage of Pike 7.4.28 as well, and unbreak it in Makefile.
Notes
Notes:
svn path=/head/; revision=93027
Diffstat (limited to 'www/caudium-devel/Makefile')
-rw-r--r-- | www/caudium-devel/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/caudium-devel/Makefile b/www/caudium-devel/Makefile index 669933e162e4..44cf3300587a 100644 --- a/www/caudium-devel/Makefile +++ b/www/caudium-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= caudium-devel -PORTVERSION= 1.3.18.20030711 +PORTVERSION= 1.3.19-20030917 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.oav.net/caudium/source/ \ @@ -20,8 +20,6 @@ DISTNAME= caudium-${PORTVERSION:S/.20/-20/}-cvs MAINTAINER= kiwi@oav.net COMMENT= A free webserver which is based on the Roxen Challenger 1.3 code base (development branch) -BROKEN= Does not build, will be removed after Feb 2 - USE_OPENSSL= YES BUILD_DEPENDS= pike:${PORTSDIR}/lang/pike74/ @@ -32,7 +30,7 @@ RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof/ WRKSRC= ${WRKDIR}/${DISTNAME} -PIKEVERSION= 7.4.25 +PIKEVERSION= 7.4.28 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-debug --with-PiXSL --prefix=${PREFIX} \ |