diff options
author | johans <johans@FreeBSD.org> | 2014-03-28 16:40:53 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2014-03-28 16:40:53 +0800 |
commit | df6272a155440f875995096dc7666bb3484a64d9 (patch) | |
tree | efd993324e962820a20905bbe94e933780ff58d9 /www | |
parent | c0ee4fd48f5d2fe2955093ab01dc49a06dc12dd4 (diff) | |
download | freebsd-ports-gnome-df6272a155440f875995096dc7666bb3484a64d9.tar.gz freebsd-ports-gnome-df6272a155440f875995096dc7666bb3484a64d9.tar.zst freebsd-ports-gnome-df6272a155440f875995096dc7666bb3484a64d9.zip |
Update XS-httpd to 3.7 beta 29
Diffstat (limited to 'www')
-rw-r--r-- | www/xshttpd-devel/Makefile | 5 | ||||
-rw-r--r-- | www/xshttpd-devel/distinfo | 4 | ||||
-rw-r--r-- | www/xshttpd-devel/pkg-plist | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/www/xshttpd-devel/Makefile b/www/xshttpd-devel/Makefile index d8dc26f2fa72..52b0e8dbd283 100644 --- a/www/xshttpd-devel/Makefile +++ b/www/xshttpd-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xshttpd -DISTVERSION= 3.7b28 +DISTVERSION= 3.7b29 CATEGORIES= www ipv6 MASTER_SITES= ftp://ftp.stack.nl/pub/xs-httpd/release/ \ ftp://mud.stack.nl/pub/xs-httpd/release/ @@ -18,7 +18,7 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre CONFLICTS_INSTALL= xshttpd-[0-9]* publicfile-[0-9]* -USE_BZIP2= yes +USES= tar:bzip2 USE_OPENSSL= yes USE_RC_SUBR= xshttpd GNU_CONFIGURE= yes @@ -46,7 +46,6 @@ PORTDOCS= README ChangeLog post-patch: @${REINPLACE_CMD} \ -e 's|\(MIME_TYPES\).*|\1 "${LOCALBASE}/etc/mime.types"|' \ - -e 's|httpd\.pid|xs&|' \ ${WRKSRC}/src/constants.h @${REINPLACE_CMD} -e 's|mime.types ||g' \ ${WRKSRC}/config/Makefile.in diff --git a/www/xshttpd-devel/distinfo b/www/xshttpd-devel/distinfo index 49ff6b5bb936..32aaefe8a099 100644 --- a/www/xshttpd-devel/distinfo +++ b/www/xshttpd-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (xshttpd-37b28.tar.bz2) = 6d4a288bed6d5608f24396dceb2549cf18721fa1a969e50fefd35fb4ca5b79c9 -SIZE (xshttpd-37b28.tar.bz2) = 288728 +SHA256 (xshttpd-37b29.tar.bz2) = e29d09aaca592302f3c77992900b01aa6f8d67d98b072b859b8fc1ab703f9abc +SIZE (xshttpd-37b29.tar.bz2) = 288803 diff --git a/www/xshttpd-devel/pkg-plist b/www/xshttpd-devel/pkg-plist index ab80e63d8cf3..bb14a33cd46d 100644 --- a/www/xshttpd-devel/pkg-plist +++ b/www/xshttpd-devel/pkg-plist @@ -98,5 +98,5 @@ man/man7/httpd_ssi.7.gz @dirrmtry %%ETCDIR%% @dirrmtry libexec/xshttpd @cwd / -@unexec rmdir var/log/xshttpd 2>/dev/null || true -@exec mkdir -p var/log/xshttpd +@unexec rmdir var/log/xshttpd var/db/xshttpd/sessions var/db/xshttpd 2>/dev/null || true +@exec mkdir -p var/log/xshttpd var/db/xshttpd/sessions |