Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Apr 2010 10:27:51 -0400
From:      "James Bailie" <jimmy@mammothcheese.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/145408: Update Port: www/drood => 1.54
Message-ID:  <822520.52938.qm@smtp101.rog.mail.re2.yahoo.com>
Resent-Message-ID: <201004051430.o35EU8Bg004606@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         145408
>Category:       ports
>Synopsis:       Update Port: www/drood => 1.54
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 05 14:30:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     James Bailie
>Release:        FreeBSD 8.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD localhost 8.0-RELEASE FreeBSD 8.0-RELEASE #18: Sat Nov 21 10:49:01 EST 2009 jbailie@localhost:/usr/obj/usr/src/sys/LOCAL amd64


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- drood.diff begins here ---
diff -ruN /usr/ports/www/drood/Makefile ./drood/Makefile
--- /usr/ports/www/drood/Makefile	2010-01-11 09:38:54.000000000 -0500
+++ ./drood/Makefile	2010-04-05 08:44:24.000000000 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	drood
-PORTVERSION=	1.53
+PORTVERSION=	1.54
 CATEGORIES=	www
 MASTER_SITES=	http://www.mammothcheese.ca/
 
@@ -14,8 +14,11 @@
 COMMENT=	Lightweight kqueue-based http/1.1 server
 LIB_DEPENDS=	tre.5:${PORTSDIR}/textproc/libtre
 
-MAN8=           drood.8 scgid.8
+MAN8=           drood.8 plunger.8
 
 MANCOMPRESSED=	yes
 
+post-install:
+	/bin/cat pkg-message
+
 .include <bsd.port.mk>
diff -ruN /usr/ports/www/drood/distinfo ./drood/distinfo
--- /usr/ports/www/drood/distinfo	2010-01-11 09:38:54.000000000 -0500
+++ ./drood/distinfo	2010-04-05 09:12:56.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (drood-1.53.tar.gz) = 316d6d31f8b15758c72bd2354e2af0c8
-SHA256 (drood-1.53.tar.gz) = 3139c48d7e3d106e6b0304a67cfd3cdb8322a8cc5e74ead6e4fe18cd449053e8
-SIZE (drood-1.53.tar.gz) = 43834
+MD5 (drood-1.54.tar.gz) = 0d2dea95da3d422d62c7ee77d357edac
+SHA256 (drood-1.54.tar.gz) = 6894312fb2a4464f3cbe75517c8e5803d6bd976769e54b955fab84d35debea44
+SIZE (drood-1.54.tar.gz) = 46316
diff -ruN /usr/ports/www/drood/pkg-message ./drood/pkg-message
--- /usr/ports/www/drood/pkg-message	1969-12-31 19:00:00.000000000 -0500
+++ ./drood/pkg-message	2010-04-05 08:39:26.000000000 -0400
@@ -0,0 +1,6 @@
+*******************************************************************************
+
+NOTE: As of Drood 1.54, scgid has been replaced with plunger(8).  Read the
+      Plunger manual for details.
+
+*******************************************************************************
diff -ruN /usr/ports/www/drood/pkg-plist ./drood/pkg-plist
--- /usr/ports/www/drood/pkg-plist	2009-09-15 16:26:01.000000000 -0400
+++ ./drood/pkg-plist	2010-04-05 07:58:56.000000000 -0400
@@ -1,7 +1,7 @@
 bin/drood
-bin/scgid
+bin/plunger
 etc/rc.d/drood
-etc/rc.d/scgid
+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
--- drood.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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