From owner-svn-ports-all@FreeBSD.ORG Sun Mar 2 05:47:54 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EFAF15AE; Sun, 2 Mar 2014 05:47:54 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C21051D3E; Sun, 2 Mar 2014 05:47:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s225lsVV078508; Sun, 2 Mar 2014 05:47:54 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s225lsjk078504; Sun, 2 Mar 2014 05:47:54 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201403020547.s225lsjk078504@svn.freebsd.org> From: Thomas Abthorpe Date: Sun, 2 Mar 2014 05:47:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346738 - head/www/drood X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2014 05:47:55 -0000 Author: tabthorpe Date: Sun Mar 2 05:47:53 2014 New Revision: 346738 URL: http://svnweb.freebsd.org/changeset/ports/346738 QAT: https://qat.redports.org/buildarchive/r346738/ Log: - Update to 3.11 - Convert to STAGEDIR PR: ports/186083 Submitted by: James Bailie (maintainer) Modified: head/www/drood/Makefile head/www/drood/distinfo head/www/drood/pkg-descr head/www/drood/pkg-plist Modified: head/www/drood/Makefile ============================================================================== --- head/www/drood/Makefile Sun Mar 2 05:39:36 2014 (r346737) +++ head/www/drood/Makefile Sun Mar 2 05:47:53 2014 (r346738) @@ -2,17 +2,15 @@ # $FreeBSD$ PORTNAME= drood -PORTVERSION= 3.10 +PORTVERSION= 3.11 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ MAINTAINER= jimmy@mammothcheese.ca COMMENT= Lightweight kqueue-based http/1.1 server -MAN8= drood.8 - MANCOMPRESSED= yes -NO_STAGE= yes +INSTALL_TARGET=STAGEDIR=../stage/ install .include Modified: head/www/drood/distinfo ============================================================================== --- head/www/drood/distinfo Sun Mar 2 05:39:36 2014 (r346737) +++ head/www/drood/distinfo Sun Mar 2 05:47:53 2014 (r346738) @@ -1,2 +1,2 @@ -SHA256 (drood-3.10.tar.gz) = 53ed233e7fc1d9ea327cf873c38bb75fa5a46080e46e02f98d367e827304ede8 -SIZE (drood-3.10.tar.gz) = 64492 +SHA256 (drood-3.11.tar.gz) = b12933cf9a336f46736b01d736deb5c9cf0193b8e5cfbc171606aefb963a30ea +SIZE (drood-3.11.tar.gz) = 69683 Modified: head/www/drood/pkg-descr ============================================================================== --- head/www/drood/pkg-descr Sun Mar 2 05:39:36 2014 (r346737) +++ head/www/drood/pkg-descr Sun Mar 2 05:47:53 2014 (r346738) @@ -1,7 +1,7 @@ Drood is a lightweight, partially-compliant HTTP/1.1 server, intended as an alternative to more complex web servers for websites where the server requirements are simple. Drood supports name-based virtual hosting, CGI -and SCGI, gzipped content-encoding for static resources, and will service -both IPv4 and IPv6 connections. +and SCGI, local WebSocket forwarding, gzipped content-encoding for static +resources, and will service both IPv4 and IPv6 connections. WWW: http://www.mammothcheese.ca/ Modified: head/www/drood/pkg-plist ============================================================================== --- head/www/drood/pkg-plist Sun Mar 2 05:39:36 2014 (r346737) +++ head/www/drood/pkg-plist Sun Mar 2 05:47:53 2014 (r346738) @@ -1,5 +1,6 @@ bin/drood +man/man8/drood.8.gz etc/rc.d/drood -@unexec if cmp -s %D/etc/drood/types.tab %D/etc/drood/types.tab.dist; then rm -f %D/etc/drood/types.tab; fi +etc/drood/types.tab etc/drood/types.tab.dist @dirrm etc/drood