diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/xshttpd-devel/Makefile | 10 | ||||
-rw-r--r-- | www/xshttpd-devel/distinfo | 6 |
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 |