Date: Tue, 8 Oct 2013 16:12:18 +0000 (UTC) From: Thomas Abthorpe <tabthorpe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329806 - head/www/drood Message-ID: <201310081612.r98GCI3I012433@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tabthorpe Date: Tue Oct 8 16:12:18 2013 New Revision: 329806 URL: http://svnweb.freebsd.org/changeset/ports/329806 Log: - Update to 3.8 PR: ports/182604 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) Deleted: head/www/drood/pkg-message Modified: head/www/drood/Makefile head/www/drood/distinfo head/www/drood/pkg-plist (contents, props changed) Modified: head/www/drood/Makefile ============================================================================== --- head/www/drood/Makefile Tue Oct 8 16:04:59 2013 (r329805) +++ head/www/drood/Makefile Tue Oct 8 16:12:18 2013 (r329806) @@ -2,19 +2,17 @@ # $FreeBSD$ PORTNAME= drood -PORTVERSION= 3.6 +PORTVERSION= 3.8 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ MAINTAINER= jimmy@mammothcheese.ca COMMENT= Lightweight kqueue-based http/1.1 server -MAN8= drood.8 plunger.8 +MAN8= drood.8 MANCOMPRESSED= yes NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> Modified: head/www/drood/distinfo ============================================================================== --- head/www/drood/distinfo Tue Oct 8 16:04:59 2013 (r329805) +++ head/www/drood/distinfo Tue Oct 8 16:12:18 2013 (r329806) @@ -1,2 +1,2 @@ -SHA256 (drood-3.6.tar.gz) = 48e6d43a7850245f0c69a5dbbd73807524fe5624a1b82f40ea2a31d95d3e7902 -SIZE (drood-3.6.tar.gz) = 49241 +SHA256 (drood-3.8.tar.gz) = d6e999c1b32bada840818fa5482818f9680770ed583cac659d3583ffe1e61b46 +SIZE (drood-3.8.tar.gz) = 50015 Modified: head/www/drood/pkg-plist ============================================================================== --- head/www/drood/pkg-plist Tue Oct 8 16:04:59 2013 (r329805) +++ head/www/drood/pkg-plist Tue Oct 8 16:12:18 2013 (r329806) @@ -1,7 +1,5 @@ bin/drood -bin/plunger etc/rc.d/drood -etc/rc.d/plunger @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.dist @dirrm etc/drood
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310081612.r98GCI3I012433>