From steve@mouf.net  Sat Feb 11 04:03:42 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3DFE81065673;
	Sat, 11 Feb 2012 04:03:42 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2])
	by mx1.freebsd.org (Postfix) with ESMTP id CEFF98FC0C;
	Sat, 11 Feb 2012 04:03:41 +0000 (UTC)
Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236])
	by mouf.net (8.14.4/8.14.4) with ESMTP id q1B43V2k088783
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Fri, 10 Feb 2012 23:03:32 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1B43VcZ079640;
	Fri, 10 Feb 2012 23:03:31 -0500 (EST)
	(envelope-from steve)
Message-Id: <201202110403.q1B43VcZ079640@meatwad.mouf.net>
Date: Fri, 10 Feb 2012 23:03:31 -0500 (EST)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: kuriyama@freebsd.org
Subject: [PATCH] www/p5-Plack: add TEST_DEPENDS, other changes to make tests pass
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         164973
>Category:       ports
>Synopsis:       [PATCH] www/p5-Plack: add TEST_DEPENDS, other changes to make tests pass
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 11 04:10:10 UTC 2012
>Closed-Date:    Sun Mar 04 18:51:31 UTC 2012
>Last-Modified:  Sun Mar  4 19:00:22 UTC 2012
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb  3 23:48:36
>Description:
see patch

Port maintainer (kuriyama@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-Plack-0.9985.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-Plack/Makefile,v
retrieving revision 1.40
diff -u -u -r1.40 Makefile
--- Makefile	22 Nov 2011 01:40:10 -0000	1.40
+++ Makefile	11 Feb 2012 04:03:00 -0000
@@ -28,6 +28,8 @@
 	p5-URI>0:${PORTSDIR}/net/p5-URI \
 	p5-parent>0:${PORTSDIR}/devel/p5-parent
 BUILD_DEPENDS=	${RUN_DEPENDS}
+TEST_DEPENDS=	p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \
+		p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP
 
 PERL_CONFIGURE=	yes
 
@@ -111,7 +113,4 @@
 	Plack::Util.3 \
 	Plack::Util::Accessor.3
 
-post-extract:
-	${RM} ${WRKSRC}/share/\#foo
-
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/www/p5-Plack/pkg-plist,v
retrieving revision 1.20
diff -u -u -r1.20 pkg-plist
--- pkg-plist	5 Jul 2011 23:03:46 -0000	1.20
+++ pkg-plist	11 Feb 2012 04:03:00 -0000
@@ -82,6 +82,7 @@
 %%SITE_PERL%%/Plack/Test/Suite.pm
 %%SITE_PERL%%/Plack/Util.pm
 %%SITE_PERL%%/Plack/Util/Accessor.pm
+%%SITE_PERL%%/auto/share/dist/Plack/#foo
 %%SITE_PERL%%/auto/share/dist/Plack/baybridge.jpg
 %%SITE_PERL%%/auto/share/dist/Plack/face.jpg
 @dirrm %%SITE_PERL%%/auto/share/dist/Plack
--- p5-Plack-0.9985.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Feb 11 04:10:20 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164973 
Responsible-Changed-From-To: kuriyama->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Tue Feb 28 01:57:43 UTC 2012 
Responsible-Changed-Why:  
timeout 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164973 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Sun Mar 4 18:51:30 UTC 2012 
State-Changed-Why:  
Committed. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164973: commit references a PR
Date: Sun,  4 Mar 2012 18:51:29 +0000 (UTC)

 swills      2012-03-04 18:51:21 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/p5-Plack         Makefile pkg-plist 
   Log:
   - Add TEST_DEPENDS
   - Leave "#foo" file in place so that tests pass
   
   Note: passes tests now
   
   PR:             ports/164973
   Approved by:    maintainer timeout (kuriyama, > 2 weeks)
   
   Revision  Changes    Path
   1.41      +4 -4      ports/www/p5-Plack/Makefile
   1.21      +1 -0      ports/www/p5-Plack/pkg-plist
 _______________________________________________
 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"
 
>Unformatted:
