ports/136508: [PATCH] devel/p5-Moose: update to 0.87
Philip M. Gollucci
pgollucci at FreeBSD.org
Thu Jul 9 01:20:10 UTC 2009
>Number: 136508
>Category: ports
>Synopsis: [PATCH] devel/p5-Moose: update to 0.87
>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 Jul 09 01:20:08 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Philip M. Gollucci
>Release: FreeBSD 7.2-STABLE i386
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD freefall.freebsd.org 7.2-STABLE FreeBSD 7.2-STABLE #38 r194101: Sat Jun 13 11:12:24 UTC
>Description:
- Update to 0.87
Port maintainer (lbr at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- p5-Moose-0.87.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Moose/Makefile,v
retrieving revision 1.54
diff -u -u -r1.54 Makefile
--- Makefile 19 Jun 2009 16:24:11 -0000 1.54
+++ Makefile 9 Jul 2009 01:12:55 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= Moose
-PORTVERSION= 0.81
+PORTVERSION= 0.87
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/D/DR/DROLSKY
@@ -103,6 +103,7 @@
Moose::Meta::TypeCoercion::Union.3 \
Moose::Meta::TypeConstraint.3 \
Moose::Meta::TypeConstraint::Class.3 \
+ Moose::Meta::TypeConstraint::DuckType.3 \
Moose::Meta::TypeConstraint::Enum.3 \
Moose::Meta::TypeConstraint::Parameterizable.3 \
Moose::Meta::TypeConstraint::Parameterized.3 \
@@ -120,10 +121,10 @@
Test::Moose.3 \
oose.3
-post-install:
- @${CAT} ${PKGDIR}/pkg-message
-
post-extract:
@${PERL} -i -ne 'print unless m,^(test_requires|check_conflicts),' ${WRKSRC}/Makefile.PL
+post-install:
+ @${CAT} ${PKGDIR}/pkg-message
+
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Moose/distinfo,v
retrieving revision 1.51
diff -u -u -r1.51 distinfo
--- distinfo 19 Jun 2009 16:24:11 -0000 1.51
+++ distinfo 9 Jul 2009 01:12:55 -0000
@@ -1,3 +1,3 @@
-MD5 (Moose-0.81.tar.gz) = 7fe95bd9db76494340e87338e3d86899
-SHA256 (Moose-0.81.tar.gz) = 08759ee09cb8f6ba23872023a6aaee0460de869aaacc4013ff2d4b14d51a5b33
-SIZE (Moose-0.81.tar.gz) = 322128
+MD5 (Moose-0.87.tar.gz) = 4cb9069378a8a7cece7960953ec37ccb
+SHA256 (Moose-0.87.tar.gz) = 2ef9feed8a9daa21cddffab2e895bc8cd99113400270eaf0c671a7cb460e37ff
+SIZE (Moose-0.87.tar.gz) = 329309
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Moose/pkg-plist,v
retrieving revision 1.25
diff -u -u -r1.25 pkg-plist
--- pkg-plist 19 Jun 2009 16:24:11 -0000 1.25
+++ pkg-plist 9 Jul 2009 01:12:55 -0000
@@ -74,6 +74,7 @@
%%SITE_PERL%%/Moose/Meta/TypeCoercion/Union.pm
%%SITE_PERL%%/Moose/Meta/TypeConstraint.pm
%%SITE_PERL%%/Moose/Meta/TypeConstraint/Class.pm
+%%SITE_PERL%%/Moose/Meta/TypeConstraint/DuckType.pm
%%SITE_PERL%%/Moose/Meta/TypeConstraint/Enum.pm
%%SITE_PERL%%/Moose/Meta/TypeConstraint/Parameterizable.pm
%%SITE_PERL%%/Moose/Meta/TypeConstraint/Parameterized.pm
--- p5-Moose-0.87.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list