Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Nov 2009 12:22:11 -0500 (EST)
From:      Sahil Tandon <sahil@tandon.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        perl@FreeBSD.org
Subject:   ports/140977: [PATCH] devel/p5-MooseX-Getopt: update to 0.25
Message-ID:  <20091128172211.E3F71170C0@spartan.hamla.org>
Resent-Message-ID: <200911281730.nASHU1Tu001817@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091128172211.E3F71170C0>