Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 2009 01:23:25 -0500 (EST)
From:      Sahil Tandon <sahil@tandon.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        perl@FreeBSD.org
Subject:   ports/140735: [PATCH] devel/p5-Moose: update to 0.93 + adopt port
Message-ID:  <20091121062325.AA1A61708C@spartan.hamla.org>
Resent-Message-ID: <200911210630.nAL6U1oQ019483@freefall.freebsd.org>

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

>Number:         140735
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Moose: update to 0.93 + adopt port
>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 21 06:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sahil Tandon
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>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 <bsd.port.mk>
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 ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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