From owner-freebsd-perl@FreeBSD.ORG Sat Nov 28 17:22:12 2009 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6083110656A4; Sat, 28 Nov 2009 17:22:12 +0000 (UTC) (envelope-from sahil@spartan.hamla.org) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 4F2018FC28; Sat, 28 Nov 2009 17:22:12 +0000 (UTC) Received: by spartan.hamla.org (Postfix, from userid 1001) id E3F71170C0; Sat, 28 Nov 2009 12:22:11 -0500 (EST) To: FreeBSD-gnats-submit@freebsd.org From: Sahil Tandon X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20091128172211.E3F71170C0@spartan.hamla.org> Date: Sat, 28 Nov 2009 12:22:11 -0500 (EST) Cc: perl@FreeBSD.org Subject: [PATCH] devel/p5-MooseX-Getopt: update to 0.25 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 17:22:12 -0000 >Submitter-Id: current-users >Originator: Sahil Tandon >Organization: >Confidential: no >Synopsis: [PATCH] devel/p5-MooseX-Getopt: update to 0.25 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 7.2-RELEASE i386 >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 ---