aboutsummaryrefslogtreecommitdiff
path: root/www/caudium12/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-03-20 17:51:56 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-03-20 17:51:56 +0000
commit85f8ba094ad2b83b192f9393ce02cd24cb252874 (patch)
treebdbd9bf1d3bc7342cd3ef63f613eec6bd574e76b /www/caudium12/Makefile
parent929e95834a946e53d86cf1cbc08970a23d3338ee (diff)
downloadports-85f8ba094ad2b83b192f9393ce02cd24cb252874.tar.gz
ports-85f8ba094ad2b83b192f9393ce02cd24cb252874.zip
Notes
Diffstat (limited to 'www/caudium12/Makefile')
-rw-r--r--www/caudium12/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/www/caudium12/Makefile b/www/caudium12/Makefile
index 6adbea200531..55c275e16dd2 100644
--- a/www/caudium12/Makefile
+++ b/www/caudium12/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= caudium12
-PORTVERSION= 1.2.26
-PORTREVISION= 1
+PORTVERSION= 1.2.32
+PORTREVISION= 0
CATEGORIES= www
MASTER_SITES= ftp://ftp.oav.net/caudium/source/ \
ftp://ftp.caudium.net/caudium/source/ \
@@ -20,19 +20,19 @@ DISTNAME= caudium-${PORTVERSION}
MAINTAINER= kiwi@oav.net
COMMENT= A free webserver which is based on the Roxen Challenger 1.3 code base
-BUILD_DEPENDS= pike:${PORTSDIR}/lang/pike72/ \
- bash:${PORTSDIR}/shells/bash2/
+BUILD_DEPENDS= pike:${PORTSDIR}/lang/pike72/
LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron/
RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof/
DEPENDS= ${PORTSDIR}/lang/pexts/
WRKSRC= ${WRKDIR}/${DISTNAME}
-PIKEVERSION= 7.2.492
+PIKEVERSION= 7.2.570
-SH= ${PREFIX}/bin/bash
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --without-debug --with-PiXSL --prefix=${PREFIX} \
+# bash:${PORTSDIR}/shells/bash2/
+#SH= ${PREFIX}/bin/bash
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --without-debug --with-PiXSL --prefix=${PREFIX} \
--with-pike=${LOCALBASE}/bin/pike
USE_GMAKE= yes