Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2014 05:47:53 +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: r346738 - head/www/drood
Message-ID:  <201403020547.s225lsjk078504@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <jimmy@mammothcheese.ca> (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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403020547.s225lsjk078504>