From owner-freebsd-perl@FreeBSD.ORG Sat Nov 21 06:23:26 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 1B9A0106566B; Sat, 21 Nov 2009 06:23:26 +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 094538FC12; Sat, 21 Nov 2009 06:23:25 +0000 (UTC) Received: by spartan.hamla.org (Postfix, from userid 1001) id AA1A61708C; Sat, 21 Nov 2009 01:23:25 -0500 (EST) To: FreeBSD-gnats-submit@freebsd.org From: Sahil Tandon X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20091121062325.AA1A61708C@spartan.hamla.org> Date: Sat, 21 Nov 2009 01:23:25 -0500 (EST) Cc: perl@FreeBSD.org Subject: [PATCH] devel/p5-Moose: update to 0.93 + adopt port 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, 21 Nov 2009 06:23:26 -0000 >Submitter-Id: current-users >Originator: Sahil Tandon >Organization: >Confidential: no >Synopsis: [PATCH] devel/p5-Moose: update to 0.93 + adopt port >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 7.2-RELEASE i386 >Environment: >Description: - Update to 0.93 - Assume maintainership from perl@ >How-To-Repeat: >Fix: --- p5-Moose.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Moose/Makefile,v retrieving revision 1.62 diff -u -r1.62 Makefile --- Makefile 23 Sep 2009 10:14:57 -0000 1.62 +++ Makefile 21 Nov 2009 06:18:16 -0000 @@ -6,18 +6,18 @@ # PORTNAME= Moose -PORTVERSION= 0.92 +PORTVERSION= 0.93 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../by-authors/id/D/DR/DROLSKY +MASTER_SITE_SUBDIR= ../by-authors/id/F/FL/FLORA PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sahil@tandon.net COMMENT= A complete modern object system for Perl 5 BUILD_DEPENDS= \ p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - p5-Class-MOP>=0.93:${PORTSDIR}/devel/p5-Class-MOP \ + p5-Class-MOP>=0.94:${PORTSDIR}/devel/p5-Class-MOP \ p5-List-MoreUtils>=0.12:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Sub-Exporter>=0.980:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ @@ -141,6 +141,6 @@ @${PERL} -i -ne 'print unless m,^(test_requires|check_conflicts),' ${WRKSRC}/Makefile.PL post-install: - @${CAT} ${PKGDIR}/pkg-message + @${CAT} ${PKGMESSAGE} .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Moose/distinfo,v retrieving revision 1.57 diff -u -r1.57 distinfo --- distinfo 23 Sep 2009 10:14:57 -0000 1.57 +++ distinfo 21 Nov 2009 06:18:16 -0000 @@ -1,3 +1,3 @@ -MD5 (Moose-0.92.tar.gz) = c6dfb7bc8b3ae2bb677e0ce53818348e -SHA256 (Moose-0.92.tar.gz) = 93df55a43e96ca08aa6102ec18695f2d614badb11158bcf74e6e76c3d55fd0a0 -SIZE (Moose-0.92.tar.gz) = 364208 +MD5 (Moose-0.93.tar.gz) = 65fdfbc996ce60ced46aa1ca9b45fdcb +SHA256 (Moose-0.93.tar.gz) = 4505581e127f40ffddaafb0ec00beb8ded7bd2bc1d5f557c5506da6071ad58bd +SIZE (Moose-0.93.tar.gz) = 366396 Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/devel/p5-Moose/pkg-message,v retrieving revision 1.4 diff -u -r1.4 pkg-message --- pkg-message 4 May 2009 04:42:18 -0000 1.4 +++ pkg-message 21 Nov 2009 06:18:16 -0000 @@ -1,12 +1,14 @@ -This release has an incompatible change regarding how roles add methods -to a class! +Note that this release of p5-Moose is incompatible with +older versions of these modules: -Note that the release is incompatible with older versions of these modules: - - - MooseX::ClassAttribute <= 0.07 - - MooseX::Singleton <= 0.15 - - MooseX::StrictConstructor <= 0.07 - - MooseX::Params::Validate <= 0.05 - - Fey::ORM <= 0.23 + - Fey::ORM <= 0.23 + - MooseX::AttributeHelpers <= 0.21 + - MooseX::ClassAttribute <= 0.09 + - MooseX::MethodAttributes <= 0.15 + - MooseX::Params::Validate <= 0.05 + - MooseX::Singleton <= 0.19 + - MooseX::StrictConstructor <= 0.07 + - MooseX::Types <= 0.19 + - namespace::autoclean <= 0.08 They will need to be updated. --- p5-Moose.diff ends here ---