aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2006-09-22 01:28:30 +0800
committerjohans <johans@FreeBSD.org>2006-09-22 01:28:30 +0800
commit3dff170db986e5866fd6910c7ad4842a86524072 (patch)
tree180c565810722bd1f22f56ee0ddc13f9c09b303c /www
parent8f69d276899c8b884440c7c60114d894a7ca1046 (diff)
downloadfreebsd-ports-gnome-3dff170db986e5866fd6910c7ad4842a86524072.tar.gz
freebsd-ports-gnome-3dff170db986e5866fd6910c7ad4842a86524072.tar.zst
freebsd-ports-gnome-3dff170db986e5866fd6910c7ad4842a86524072.zip
- Update to 3.4b15
Diffstat (limited to 'www')
-rw-r--r--www/xshttpd-devel/Makefile10
-rw-r--r--www/xshttpd-devel/distinfo6
2 files changed, 12 insertions, 4 deletions
diff --git a/www/xshttpd-devel/Makefile b/www/xshttpd-devel/Makefile
index 4359bf123c65..33392139a5a3 100644
--- a/www/xshttpd-devel/Makefile
+++ b/www/xshttpd-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xshttpd
-DISTVERSION= 3.4b10
+DISTVERSION= 3.4b15
CATEGORIES= www ipv6
MASTER_SITES= ftp://ftp.stack.nl/pub/xs-httpd/release/ \
ftp://mud.stack.nl/pub/xs-httpd/release/
@@ -32,6 +32,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
OPTIONS= SSL "Enable https support" On \
LDAP "Enable ldap support" Off \
PCRE "Enable pcre rewriting support" Off \
+ CURL "Enable curl (proxy) support" Off \
PERSISTENT_PERL "Enable persistent perl interpreter" Off
PORTDOCS= README BUGS COPYING ChangeLog
@@ -72,6 +73,13 @@ CONFIGURE_ARGS+=--with-pcre=yes
CONFIGURE_ARGS+=--with-pcre=no
.endif
+.if defined(WITH_CURL)
+LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl
+CONFIGURE_ARGS+=--with-curl=yes
+.else
+CONFIGURE_ARGS+=--with-curl=no
+.endif
+
post-patch:
.for i in man/httpd.1 man/httpd.conf.5 config/httpd.conf.sample \
contrib/SSL-Makefile contrib/logrotate.sh
diff --git a/www/xshttpd-devel/distinfo b/www/xshttpd-devel/distinfo
index 4bf908e605a9..1b5cc81a04f8 100644
--- a/www/xshttpd-devel/distinfo
+++ b/www/xshttpd-devel/distinfo
@@ -1,3 +1,3 @@
-MD5 (xshttpd-34b10.tar.bz2) = 197e61d9df6d3790b5188e3e6b84062e
-SHA256 (xshttpd-34b10.tar.bz2) = f358d9fac2e1bd0a2638924239d4d0326c2986e92ab1b2cc9a98b746553f81c8
-SIZE (xshttpd-34b10.tar.bz2) = 192208
+MD5 (xshttpd-34b15.tar.bz2) = aee26c7fa0ae8431f4d4c724ffb4a563
+SHA256 (xshttpd-34b15.tar.bz2) = cad752bf639a34a96d441ab9083ca2f848937cc99d91fed8a4918e59197e796c
+SIZE (xshttpd-34b15.tar.bz2) = 195244