ports/135758: [PATCH] devel/p5-MooseX-Types: update to 0.12
Philip M. Gollucci
pgollucci at FreeBSD.org
Thu Jun 18 23:30:37 UTC 2009
>Number: 135758
>Category: ports
>Synopsis: [PATCH] devel/p5-MooseX-Types: update to 0.12
>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: Thu Jun 18 23:30:22 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Philip M. Gollucci
>Release: FreeBSD 8.0-CURRENT amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD frieza.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu Jun 4 00:22:57 EDT
>Description:
- Update to 0.12
Port maintainer (lbr at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- p5-MooseX-Types-0.12.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-MooseX-Types/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile 22 Mar 2009 00:36:35 -0000 1.5
+++ Makefile 18 Jun 2009 22:13:26 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= MooseX-Types
-PORTVERSION= 0.10
+PORTVERSION= 0.12
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,17 +14,19 @@
MAINTAINER= lbr at FreeBSD.org
COMMENT= Organise your Moose types in libraries
-RUN_DEPENDS= p5-Moose>=0.61:${PORTSDIR}/devel/p5-Moose \
+BUILD_DEPENDS= p5-Moose>=0.61:${PORTSDIR}/devel/p5-Moose \
p5-Sub-Install>=0.924:${PORTSDIR}/devel/p5-Sub-Install \
p5-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean \
p5-Carp-Clan>=6.00:${PORTSDIR}/devel/p5-Carp-Clan \
p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils
-BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= 5.8.0+
MAN3= MooseX::Types.3 \
MooseX::Types::Base.3 \
+ MooseX::Types::CheckedUtilExports.3 \
+ MooseX::Types::Combine.3 \
MooseX::Types::Moose.3 \
MooseX::Types::TypeDecorator.3 \
MooseX::Types::UndefinedType.3 \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-MooseX-Types/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo 22 Mar 2009 00:36:35 -0000 1.5
+++ distinfo 18 Jun 2009 03:08:50 -0000
@@ -1,3 +1,3 @@
-MD5 (MooseX-Types-0.10.tar.gz) = 82f64e1b7c267926060e56b39de3d74d
-SHA256 (MooseX-Types-0.10.tar.gz) = 4865fc91d78765decd0722888fe1a7f7348fb214bbc57785bf1eea38e5ef5b8d
-SIZE (MooseX-Types-0.10.tar.gz) = 38630
+MD5 (MooseX-Types-0.12.tar.gz) = dcf283a722ff2bf059aaf20545a0276e
+SHA256 (MooseX-Types-0.12.tar.gz) = e735350ad4cbf35dbf8b6dd693a5981ec03454c4fcf1f879dd4d22e70837ef82
+SIZE (MooseX-Types-0.12.tar.gz) = 42604
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-MooseX-Types/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist 26 Oct 2008 11:12:21 -0000 1.2
+++ pkg-plist 18 Jun 2009 22:30:06 -0000
@@ -1,5 +1,7 @@
%%SITE_PERL%%/MooseX/Types.pm
%%SITE_PERL%%/MooseX/Types/Base.pm
+%%SITE_PERL%%/MooseX/Types/CheckedUtilExports.pm
+%%SITE_PERL%%/MooseX/Types/Combine.pm
%%SITE_PERL%%/MooseX/Types/Moose.pm
%%SITE_PERL%%/MooseX/Types/TypeDecorator.pm
%%SITE_PERL%%/MooseX/Types/UndefinedType.pm
--- p5-MooseX-Types-0.12.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list