ports/165511: [PATCH] textproc/p5-PPI: add missing DEPENDS
Steve Wills
swills at FreeBSD.org
Mon Feb 27 22:50:08 UTC 2012
>Number: 165511
>Category: ports
>Synopsis: [PATCH] textproc/p5-PPI: add missing DEPENDS
>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: Mon Feb 27 22:50:07 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 (lth at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:
--- p5-PPI-1.215_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-PPI/Makefile,v
retrieving revision 1.28
diff -u -u -r1.28 Makefile
--- Makefile 12 Jun 2011 16:02:17 -0000 1.28
+++ Makefile 27 Feb 2012 22:46:36 -0000
@@ -7,7 +7,7 @@
PORTNAME= PPI
PORTVERSION= 1.215
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ADAMK
@@ -21,8 +21,13 @@
p5-IO-String>=1.07:${PORTSDIR}/devel/p5-IO-String \
p5-List-MoreUtils>=0.16:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-Params-Util>=1.00:${PORTSDIR}/devel/p5-Params-Util \
- p5-Task-Weaken>0:${PORTSDIR}/devel/p5-Task-Weaken
+ p5-Task-Weaken>0:${PORTSDIR}/devel/p5-Task-Weaken \
+ p5-Class-Inspector>=1.22:${PORTSDIR}/devel/p5-Class-Inspector \
+ p5-File-Remove>=1.42:${PORTSDIR}/devel/p5-File-Remove
RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-NoWarnings>=0.084:${PORTSDIR}/devel/p5-Test-NoWarnings \
+ p5-Test-Object>=0.07:${PORTSDIR}/devel/p5-Test-Object \
+ p5-Test-SubCalls>=1.07:${PORTSDIR}/devel/p5-Test-SubCalls
PERL_CONFIGURE= yes
--- p5-PPI-1.215_2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list