ports/164973: [PATCH] www/p5-Plack: add TEST_DEPENDS, other changes to make tests pass

Steve Wills swills at FreeBSD.org
Sat Feb 11 04:10:11 UTC 2012


>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:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 11 04:10:10 UTC 2012
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list