ports/165712: [PATCH] devel/p5-MooseX-App-Cmd: update to 0.07
Steve Wills
swills at FreeBSD.org
Mon Mar 5 14:40:12 UTC 2012
>Number: 165712
>Category: ports
>Synopsis: [PATCH] devel/p5-MooseX-App-Cmd: update to 0.07
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Mar 05 14:40:11 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 #14 r232426: Fri Mar 2 21:54:42
>Description:
- Update to 0.07
- Add missing DEPENDS
- Add TEST_DEPENDS to enable testing
Port maintainer (gslin at gslin.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_3 (mode: update, diff: CVS)
>How-To-Repeat:
>Fix:
--- p5-MooseX-App-Cmd-0.07.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-MooseX-App-Cmd/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile 16 Nov 2010 02:53:09 -0000 1.1
+++ Makefile 5 Mar 2012 14:26:26 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= MooseX-App-Cmd
-PORTVERSION= 0.06
+PORTVERSION= 0.07
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,10 +14,13 @@
MAINTAINER= gslin at gslin.org
COMMENT= Mashes up MooseX::Getopt and App::Cmd
-RUN_DEPENDS= p5-App-Cmd>=0.3:${PORTSDIR}/devel/p5-App-Cmd \
+BUILD_DEPENDS= p5-App-Cmd>=0.3:${PORTSDIR}/devel/p5-App-Cmd \
p5-Getopt-Long-Descriptive>=0:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \
p5-Moose>=0.86:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-Getopt>=0.18:${PORTSDIR}/devel/p5-MooseX-Getopt
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \
+ p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output
PERL_CONFIGURE= yes
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-MooseX-App-Cmd/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo 16 Nov 2010 02:53:09 -0000 1.1
+++ distinfo 5 Mar 2012 14:26:26 -0000
@@ -1,2 +1,2 @@
-SHA256 (MooseX-App-Cmd-0.06.tar.gz) = ea4c2b8adba1160cd31b36e17d1fe33ca6e31c30b9af51661627b5f9d987f7d1
-SIZE (MooseX-App-Cmd-0.06.tar.gz) = 6447
+SHA256 (MooseX-App-Cmd-0.07.tar.gz) = f0c7cc55bc19a30b74ac9f1d02d7fe297b2b38aafc67552734f1800c200302d4
+SIZE (MooseX-App-Cmd-0.07.tar.gz) = 7345
--- p5-MooseX-App-Cmd-0.07.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list