From pgollucci@frieza.p6m7g8.net  Tue Dec 15 06:47:05 2009
Return-Path: <pgollucci@frieza.p6m7g8.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1D6F9106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Dec 2009 06:47:05 +0000 (UTC)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239])
	by mx1.freebsd.org (Postfix) with ESMTP id CF5798FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Dec 2009 06:47:04 +0000 (UTC)
Received: from frieza.p6m7g8.net (localhost [127.0.0.1])
	by frieza.p6m7g8.net (8.14.3/8.14.3) with ESMTP id nBF6l4w2069548;
	Tue, 15 Dec 2009 06:47:04 GMT
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: (from pgollucci@localhost)
	by frieza.p6m7g8.net (8.14.3/8.14.3/Submit) id nBF6l3GC069547;
	Tue, 15 Dec 2009 06:47:03 GMT
	(envelope-from pgollucci)
Message-Id: <200912150647.nBF6l3GC069547@frieza.p6m7g8.net>
Date: Tue, 15 Dec 2009 06:47:03 GMT
From: "Philip M. Gollucci" <pgollucci@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: peter@vereshagin.org
Subject: [PATCH] www/p5-FCGI-Spawn: update to 0.15
X-Send-Pr-Version: 3.113
X-GNATS-Notify: peter@vereshagin.org

>Number:         141556
>Category:       ports
>Synopsis:       [PATCH] www/p5-FCGI-Spawn: update to 0.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 15 06:50:50 UTC 2009
>Closed-Date:    Wed Dec 16 19:12:07 UTC 2009
>Last-Modified:  Wed Dec 16 19:12:07 UTC 2009
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Dec  8 02:25:55 UTC
>Description:
- Update to 0.15

Port maintainer (peter@vereshagin.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-FCGI-Spawn-0.15.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-FCGI-Spawn/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	14 Aug 2009 19:47:18 -0000	1.4
+++ Makefile	15 Dec 2009 06:02:10 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	FCGI-Spawn
-PORTVERSION=	0.14
+PORTVERSION=	0.15
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,6 +18,8 @@
 
 PERL_CONFIGURE=	yes
 
+WRKSRC=	${WRKDIR}/${PORTNAME}
+
 MAN3=		FCGI::Spawn.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-FCGI-Spawn/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	14 Aug 2009 19:47:18 -0000	1.4
+++ distinfo	14 Dec 2009 06:47:27 -0000
@@ -1,3 +1,3 @@
-MD5 (FCGI-Spawn-0.14.tar.gz) = 62971f5e24ced5f070641c0fa2cf8e6a
-SHA256 (FCGI-Spawn-0.14.tar.gz) = 6e4dadd6744604b4b00322711b47076a8e67dab9ecf691a65c57d0371daeeeea
-SIZE (FCGI-Spawn-0.14.tar.gz) = 18312
+MD5 (FCGI-Spawn-0.15.tar.gz) = a8128d47b98d269d1d3b566cadc942bd
+SHA256 (FCGI-Spawn-0.15.tar.gz) = e408dbb6afdea98dd70e76747cfa72c460691f5a4e5326a2118b2689f4139402
+SIZE (FCGI-Spawn-0.15.tar.gz) = 22322
--- p5-FCGI-Spawn-0.15.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Dec 15 06:57:31 UTC 2009 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141556 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Dec 15 06:57:34 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141556 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: peter@vereshagin.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/141556: [PATCH] www/p5-FCGI-Spawn: update to 0.15
Date: Tue, 15 Dec 2009 06:57:33 UT

 Maintainer of www/p5-FCGI-Spawn,
 
 Please note that PR ports/141556 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/141556
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Peter Vereshagin <peter@vereshagin.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/141556: [PATCH] www/p5-FCGI-Spawn: update to 0.15
Date: Tue, 15 Dec 2009 16:26:54 +0400

 Our A&R man said, "I don't hear a single", bug-followup!
 
 Will take on this tomorrow. v0.15 is still under-developed as I don't mark it as a significant milestone or security-critical, just minor features requested upon continued usage. Thank you.
 
 2009/12/15 06:57:33 +0000 Edwin Groothuis <edwin@FreeBSD.org> => To peter@vereshagin.org :
 EG> Please note that PR ports/141556 has just been submitted.
 
 73! Peter pgp: A0E26627 (4A42 6841 2871 5EA7 52AB  12F8 0CE1 4AAC A0E2 6627)
 -- 
 http://vereshagin.org
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Wed Dec 16 15:26:40 UTC 2009 
State-Changed-Why:  
From misfiled PR ports/141684: 

Date: Wed, 16 Dec 2009 19:06:33 +0400 
From: Peter Vereshagin <peter@vereshagin.org> 
To: "Philip M. Gollucci" <pgollucci@freebsd.org> 
Cc: FreeBSD-gnats-submit@freebsd.org 
Subject: Re: [PATCH] www/p5-FCGI-Spawn: update to 0.15 

The error about this: 

PMG> +WRKSRC=	${WRKDIR}/${PORTNAME} 

was mine. I have fixed it in 0.15.1: 

=== 
diff -u p5-FCGI-Spawn-0.14/Makefile p5-FCGI-Spawn/Makefile 
--- p5-FCGI-Spawn-0.14/Makefile 2009-08-15 00:47:18.000000000 +0500 
+++ p5-FCGI-Spawn/Makefile      2009-12-16 18:57:40.651481214 +0400 
@@ -2,17 +2,17 @@ 
# Date created:                2007-12-28 
# Whom:                        Peter <peter@vereshagin.org> 
# 
-# $FreeBSD: ports/www/p5-FCGI-Spawn/Makefile,v 1.4 2009/08/14 19:47:18 araujo Exp $ 
+# $FreeBSD$ 
# 

PORTNAME=      FCGI-Spawn 
-PORTVERSION=   0.14 
+PORTVERSION=   0.15.1 
CATEGORIES=    www perl5 
MASTER_SITES=  CPAN 
PKGNAMEPREFIX= p5- 

MAINTAINER=    peter@vereshagin.org 
-COMMENT=       Process manager/application server for FastCGI protocol 
+COMMENT=       Process manager/(CGI-like)application server for FastCGI protocol 

RUN_DEPENDS=   ${SITE_PERL}/FCGI/ProcManager.pm:${PORTSDIR}/www/p5-FCGI-ProcManager 

diff -u p5-FCGI-Spawn-0.14/distinfo p5-FCGI-Spawn/distinfo 
--- p5-FCGI-Spawn-0.14/distinfo 2009-08-15 00:47:18.000000000 +0500 
+++ p5-FCGI-Spawn/distinfo      2009-12-16 18:47:39.713070047 +0400 
@@ -1,3 +1,3 @@ 
-MD5 (FCGI-Spawn-0.14.tar.gz) = 62971f5e24ced5f070641c0fa2cf8e6a 
-SHA256 (FCGI-Spawn-0.14.tar.gz) = 6e4dadd6744604b4b00322711b47076a8e67dab9ecf691a65c57d0371daeeeea 
-SIZE (FCGI-Spawn-0.14.tar.gz) = 18312 
+MD5 (FCGI-Spawn-0.15.1.tar.gz) = 4fbc9d3779c4f3b4d7b95386fed2fc48 
+SHA256 (FCGI-Spawn-0.15.1.tar.gz) = fcf8dbeae55b486f845330b37643619566e0f7bd9373167b8e378fba6c82c3ca 
+SIZE (FCGI-Spawn-0.15.1.tar.gz) = 22409 
=== 

The file itself is uploaded and being processed with CPAN and Sourceforge, the git reps of github and sf.net are updated accordingly. Thanks all. :) 

--  
http://vereshagin.org 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141556 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/141556: commit references a PR
Date: Wed, 16 Dec 2009 19:04:21 +0000 (UTC)

 pgollucci    2009-12-16 19:04:11 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/p5-FCGI-Spawn    Makefile distinfo 
   Log:
   - Update to 0.15
   
   PR:             ports/141556
   Approved by:    maintainer
   Submitted by:   myself (pgollucci@)
   
   Revision  Changes    Path
   1.5       +2 -2      ports/www/p5-FCGI-Spawn/Makefile
   1.5       +3 -3      ports/www/p5-FCGI-Spawn/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Wed Dec 16 19:12:06 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141556 
>Unformatted:
