ports/140977: [PATCH] devel/p5-MooseX-Getopt: update to 0.25
Sahil Tandon
sahil at tandon.net
Sat Nov 28 17:30:02 UTC 2009
>Number: 140977
>Category: ports
>Synopsis: [PATCH] devel/p5-MooseX-Getopt: update to 0.25
>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: Sat Nov 28 17:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Sahil Tandon
>Release: FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to 0.25
- Flip RUN_DEPENDS and BUILD_DEPENDS
>How-To-Repeat:
>Fix:
--- p5-MooseX-Getopt.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-MooseX-Getopt/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile 24 Oct 2009 02:03:32 -0000 1.10
+++ Makefile 28 Nov 2009 17:19:44 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= MooseX-Getopt
-PORTVERSION= 0.24
+PORTVERSION= 0.25
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,9 +14,9 @@
MAINTAINER= perl at FreeBSD.org
COMMENT= A Moose role for processing command line options
-BUILD_DEPENDS= p5-Getopt-Long-Descriptive>=0.077:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \
+RUN_DEPENDS= p5-Getopt-Long-Descriptive>=0.077:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \
p5-Moose>=0.56:${PORTSDIR}/devel/p5-Moose
-RUN_DEPENDS= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= 5.8.0+
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-MooseX-Getopt/distinfo,v
retrieving revision 1.9
diff -u -r1.9 distinfo
--- distinfo 24 Oct 2009 02:03:32 -0000 1.9
+++ distinfo 28 Nov 2009 17:19:44 -0000
@@ -1,3 +1,3 @@
-MD5 (MooseX-Getopt-0.24.tar.gz) = 7957285a9b9f2646a62a3dce51180c7e
-SHA256 (MooseX-Getopt-0.24.tar.gz) = b103b4bc16920e33e307f0fe9071316ba09a43051c3f0de53b3c0568012b04ce
-SIZE (MooseX-Getopt-0.24.tar.gz) = 28926
+MD5 (MooseX-Getopt-0.25.tar.gz) = 9495a077b1fd1323a2fe7870e255b740
+SHA256 (MooseX-Getopt-0.25.tar.gz) = ebd63864a0ebe2def4e1e30e46157f27c0df8cea34afb6589ecf700d9d1599e6
+SIZE (MooseX-Getopt-0.25.tar.gz) = 29254
--- p5-MooseX-Getopt.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list