Date: Fri, 28 Mar 2014 08:40:54 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349395 - head/www/xshttpd-devel Message-ID: <201403280840.s2S8eskT070432@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Fri Mar 28 08:40:53 2014 New Revision: 349395 URL: http://svnweb.freebsd.org/changeset/ports/349395 QAT: https://qat.redports.org/buildarchive/r349395/ Log: Update XS-httpd to 3.7 beta 29 Modified: head/www/xshttpd-devel/Makefile head/www/xshttpd-devel/distinfo head/www/xshttpd-devel/pkg-plist Modified: head/www/xshttpd-devel/Makefile ============================================================================== --- head/www/xshttpd-devel/Makefile Fri Mar 28 08:13:36 2014 (r349394) +++ head/www/xshttpd-devel/Makefile Fri Mar 28 08:40:53 2014 (r349395) @@ -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}/deve 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 Modified: head/www/xshttpd-devel/distinfo ============================================================================== --- head/www/xshttpd-devel/distinfo Fri Mar 28 08:13:36 2014 (r349394) +++ head/www/xshttpd-devel/distinfo Fri Mar 28 08:40:53 2014 (r349395) @@ -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 Modified: head/www/xshttpd-devel/pkg-plist ============================================================================== --- head/www/xshttpd-devel/pkg-plist Fri Mar 28 08:13:36 2014 (r349394) +++ head/www/xshttpd-devel/pkg-plist Fri Mar 28 08:40:53 2014 (r349395) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403280840.s2S8eskT070432>