svn commit: r325052 - head/devel/p5-Class-C3-Componentised
Mathieu Arnold
mat at FreeBSD.org
Tue Aug 20 14:24:48 UTC 2013
Author: mat
Date: Tue Aug 20 14:24:46 2013
New Revision: 325052
URL: http://svnweb.freebsd.org/changeset/ports/325052
Log:
Update to 1.0010
Modified:
head/devel/p5-Class-C3-Componentised/Makefile
head/devel/p5-Class-C3-Componentised/distinfo (contents, props changed)
head/devel/p5-Class-C3-Componentised/pkg-plist (contents, props changed)
Modified: head/devel/p5-Class-C3-Componentised/Makefile
==============================================================================
--- head/devel/p5-Class-C3-Componentised/Makefile Tue Aug 20 14:14:53 2013 (r325051)
+++ head/devel/p5-Class-C3-Componentised/Makefile Tue Aug 20 14:24:46 2013 (r325052)
@@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= Class-C3-Componentised
-PORTVERSION= 1.0009
+PORTVERSION= 1.0010
CATEGORIES= devel perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= CPAN:RIBASUSHI
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-${PORTVERSION}00
MAINTAINER= perl at FreeBSD.org
COMMENT= Load mix-ins or components to your C3-based class
@@ -25,7 +25,7 @@ TEST_DEPENDS= p5-Class-Inspector>=0:${PO
USES= perl5
USE_PERL5= configure
-MAN3= Class::C3::Componentised.3
+MAN3= Class::C3::Componentised.3 Class::C3::Componentised::ApplyHooks.3
post-extract:
@${REINPLACE_CMD} -i '' -e '/Test::/d' ${WRKSRC}/Makefile.PL
Modified: head/devel/p5-Class-C3-Componentised/distinfo
==============================================================================
--- head/devel/p5-Class-C3-Componentised/distinfo Tue Aug 20 14:14:53 2013 (r325051)
+++ head/devel/p5-Class-C3-Componentised/distinfo Tue Aug 20 14:24:46 2013 (r325052)
@@ -1,2 +1,2 @@
-SHA256 (Class-C3-Componentised-1.0009.tar.gz) = 0cbe5a3c166b1e9cac70a8483772e2871bd44cc6c835b147758a6c9ce27fd1af
-SIZE (Class-C3-Componentised-1.0009.tar.gz) = 22365
+SHA256 (Class-C3-Componentised-1.001000.tar.gz) = 74ff750e84dce71194a3b2a6b5608c94a9a1c500778b7c94cf80d29e15daeadb
+SIZE (Class-C3-Componentised-1.001000.tar.gz) = 24335
Modified: head/devel/p5-Class-C3-Componentised/pkg-plist
==============================================================================
--- head/devel/p5-Class-C3-Componentised/pkg-plist Tue Aug 20 14:14:53 2013 (r325051)
+++ head/devel/p5-Class-C3-Componentised/pkg-plist Tue Aug 20 14:24:46 2013 (r325052)
@@ -1,7 +1,9 @@
%%SITE_PERL%%/Class/C3/Componentised.pm
+%%SITE_PERL%%/Class/C3/Componentised/ApplyHooks.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/C3/Componentised/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/C3/Componentised
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/C3
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
+ at dirrmtry %%SITE_PERL%%/Class/C3/Componentised
@dirrmtry %%SITE_PERL%%/Class/C3
@dirrmtry %%SITE_PERL%%/Class
More information about the svn-ports-all
mailing list