From owner-svn-ports-head@FreeBSD.ORG Sat Dec 6 15:45:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F812BF2; Sat, 6 Dec 2014 15:45:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71F67FA4; Sat, 6 Dec 2014 15:45:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB6FjP5x070146; Sat, 6 Dec 2014 15:45:25 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB6FjOgc070143; Sat, 6 Dec 2014 15:45:24 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201412061545.sB6FjOgc070143@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sat, 6 Dec 2014 15:45:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374117 - head/www/xshttpd-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2014 15:45:25 -0000 Author: johans Date: Sat Dec 6 15:45:24 2014 New Revision: 374117 URL: https://svnweb.freebsd.org/changeset/ports/374117 QAT: https://qat.redports.org/buildarchive/r374117/ Log: Update to XS-httpd 3.7 beta 32 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 Sat Dec 6 15:44:14 2014 (r374116) +++ head/www/xshttpd-devel/Makefile Sat Dec 6 15:45:24 2014 (r374117) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xshttpd -DISTVERSION= 3.7b31 +DISTVERSION= 3.7b32 CATEGORIES= www ipv6 MASTER_SITES= ftp://ftp.stack.nl/pub/xs-httpd/release/ \ ftp://mud.stack.nl/pub/xs-httpd/release/ Modified: head/www/xshttpd-devel/distinfo ============================================================================== --- head/www/xshttpd-devel/distinfo Sat Dec 6 15:44:14 2014 (r374116) +++ head/www/xshttpd-devel/distinfo Sat Dec 6 15:45:24 2014 (r374117) @@ -1,2 +1,2 @@ -SHA256 (xshttpd-37b31.tar.bz2) = 23c049e2c67379b989d04568486bf0098aa643b7c54e2857de4d5f3d4f7da846 -SIZE (xshttpd-37b31.tar.bz2) = 291250 +SHA256 (xshttpd-37b32.tar.bz2) = 6e6ed2b990161b4fdb7e1b96d056630f6ad0214169fcea82f26cd23c12ff8d5b +SIZE (xshttpd-37b32.tar.bz2) = 292393 Modified: head/www/xshttpd-devel/pkg-plist ============================================================================== --- head/www/xshttpd-devel/pkg-plist Sat Dec 6 15:44:14 2014 (r374116) +++ head/www/xshttpd-devel/pkg-plist Sat Dec 6 15:45:24 2014 (r374117) @@ -88,15 +88,7 @@ man/man5/xsredir.5.gz man/man5/xsscripts.5.gz man/man7/httpd_cgi.7.gz man/man7/httpd_ssi.7.gz -@dirrm %%DATADIR%%/contrib -@dirrm %%DATADIR%%/gfxcount -@dirrmtry %%DATADIR%%/icons -@dirrmtry %%DATADIR%% -@dirrmtry %%WWWDIR%%/cgi-bin -@dirrmtry %%WWWDIR%%/htdocs -@dirrmtry %%WWWDIR%% -@dirrmtry %%ETCDIR%% -@dirrmtry libexec/xshttpd -@dirrmtry /var/log/xshttpd -@dirrmtry /var/db/xshttpd/sessions -@dirrmtry /var/db/xshttpd +@dir %%WWWDIR%%/htdocs +@dir /var/db/xshttpd/sessions +@dir /var/db/xshttpd +@dir /var/log/xshttpd