Date: Tue, 20 Oct 2009 16:58:17 +0200 (CEST) From: Anton Berezin <tobez@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/139800: [PATCH] Update devel/p5-MooseX-Traits-Pluggable to 0.08 Message-ID: <20091020145817.B379C6D401@heechee.tobez.org> Resent-Message-ID: <200910201500.n9KF04BP074268@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139800 >Category: ports >Synopsis: [PATCH] Update devel/p5-MooseX-Traits-Pluggable to 0.08 >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: Tue Oct 20 15:00:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Anton Berezin >Release: FreeBSD 7.2-STABLE amd64 >Organization: >Environment: System: FreeBSD heechee.tobez.org 7.2-STABLE FreeBSD 7.2-STABLE #9: Tue Jun 16 15:47:04 CEST 2009 root@heechee.tobez.org:/usr/obj/usr/src/sys/HEECHEE amd64 >Description: This update is required for updating www/p5-CatalystX-Component-Traits to the most recent version, which in turn is required to update www/p5-Catalyst-Model-DBIC-Schema to its most recent version, which is what I am ultimately trying to accomplish here. Apart from version number bump, the patch also rearranges the dependencies in the order it is listen in the original Makefile.PL, for easier tracking, as well as gets rid of one unneeded and one test dependency. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-MooseX-Traits-Pluggable/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 28 Jul 2009 17:13:44 -0000 1.1 +++ Makefile 20 Oct 2009 14:54:17 -0000 @@ -6,10 +6,9 @@ # PORTNAME= MooseX-Traits-Pluggable -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/R/RK/RKITOVER/ PKGNAMEPREFIX= p5- MAINTAINER= bill.brinzer@gmail.com @@ -17,18 +16,10 @@ BUILD_DEPENDS= \ p5-Class-MOP>=0.84:${PORTSDIR}/devel/p5-Class-MOP \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Moose-Autobox>=0:${PORTSDIR}/devel/p5-Moose-Autobox \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -RUN_DEPENDS= \ - p5-Class-MOP>=0.84:${PORTSDIR}/devel/p5-Class-MOP \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Moose-Autobox>=0:${PORTSDIR}/devel/p5-Moose-Autobox \ - p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ - p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception + p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.1+ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-MooseX-Traits-Pluggable/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 28 Jul 2009 17:13:44 -0000 1.1 +++ distinfo 20 Oct 2009 14:54:17 -0000 @@ -1,3 +1,3 @@ -MD5 (MooseX-Traits-Pluggable-0.07.tar.gz) = adb44da9c95292abdb178b7864e0fc64 -SHA256 (MooseX-Traits-Pluggable-0.07.tar.gz) = 6e029b7d4ae550dc9dd63b7d552debb922d47a2644101d6748f90a915748f6e0 -SIZE (MooseX-Traits-Pluggable-0.07.tar.gz) = 25278 +MD5 (MooseX-Traits-Pluggable-0.08.tar.gz) = a74230bcf3e624344d012cb50e057c0f +SHA256 (MooseX-Traits-Pluggable-0.08.tar.gz) = dcc98cce3699fbe44f7c879eab1f645d1af0beb79922960f9f163bd830471881 +SIZE (MooseX-Traits-Pluggable-0.08.tar.gz) = 25138 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091020145817.B379C6D401>