ports/126679: Update Port: www/drood => 1.32

James Bailie jimmy at mammothcheese.ca
Wed Aug 20 12:20:03 UTC 2008


>Number:         126679
>Category:       ports
>Synopsis:       Update Port: www/drood => 1.32
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 20 12:20:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     James Bailie
>Release:        FreeBSD 7.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD localhost 7.0-RELEASE FreeBSD 7.0-RELEASE #2: Tue Mar 11 12:58:28 EDT 2008 jbailie at localhost:/usr/obj/usr/src/sys/LOCAL amd64


	
>Description:
	Two bugs in the code forwarding of SCGI request bodies
to SCGI servers.
	Makefile no longer clobbers already-installed types.tab
	
>How-To-Repeat:
	
>Fix:

	

--- drood.diff begins here ---
diff -ruN /usr/ports/www/drood/Makefile ./drood/Makefile
--- /usr/ports/www/drood/Makefile	2008-08-19 10:31:10.000000000 -0400
+++ ./drood/Makefile	2008-08-19 20:57:29.000000000 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	drood
-PORTVERSION=	1.31
+PORTVERSION=	1.32
 CATEGORIES=	www
 MASTER_SITES=	http://www.mammothcheese.ca/
 
@@ -16,9 +16,4 @@
 MAN8=		drood.8
 MANCOMPRESSED=	yes
 
-PLIST_FILES=	bin/drood \
-		etc/drood/types.tab \
-		etc/rc.d/drood
-PLIST_DIRS=	etc/drood
-
 .include <bsd.port.mk>
diff -ruN /usr/ports/www/drood/distinfo ./drood/distinfo
--- /usr/ports/www/drood/distinfo	2008-08-19 10:31:10.000000000 -0400
+++ ./drood/distinfo	2008-08-20 08:12:27.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (drood-1.31.tar.gz) = d1715624d75afcacb0b2e381df0f38ba
-SHA256 (drood-1.31.tar.gz) = 078c7d6bd197ba69c4430aec3bd8c8378ae6f48b285a22c3db3e8c6c85b240f9
-SIZE (drood-1.31.tar.gz) = 27594
+MD5 (drood-1.32.tar.gz) = 168c7083bf0682cdb43dea36e7e216c4
+SHA256 (drood-1.32.tar.gz) = 590f6f3d047ae10e699cbe4bdc92459f395e1485c12e0137a863db59212d4ef9
+SIZE (drood-1.32.tar.gz) = 27790
diff -ruN /usr/ports/www/drood/pkg-plist ./drood/pkg-plist
--- /usr/ports/www/drood/pkg-plist	1969-12-31 19:00:00.000000000 -0500
+++ ./drood/pkg-plist	2008-08-18 20:33:09.000000000 -0400
@@ -0,0 +1,5 @@
+bin/drood
+etc/rc.d/drood
+ at unexec if cmp -s %D/etc/drood/types.tab %D/etc/drood/types.tab.dist; then rm -r %D/etc/drood/types.tab; fi
+etc/drood/types.tab.dist
+ at dirrm /etc/drood
--- drood.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list