diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-20 14:24:46 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-20 14:24:46 +0000 |
commit | f24a4f7cd651efe1b4d2dedde902daad7fe69a0c (patch) | |
tree | a77186bcf713e4e6a18e0a19b6982d225cac1556 /devel/p5-Class-C3-Componentised | |
parent | 7097dc909a9108528ab2a6fbd6f485f6e6b08404 (diff) |
Notes
Diffstat (limited to 'devel/p5-Class-C3-Componentised')
-rw-r--r-- | devel/p5-Class-C3-Componentised/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Class-C3-Componentised/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Class-C3-Componentised/pkg-plist | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/devel/p5-Class-C3-Componentised/Makefile b/devel/p5-Class-C3-Componentised/Makefile index e403a674aa22..4ca3514699dc 100644 --- a/devel/p5-Class-C3-Componentised/Makefile +++ b/devel/p5-Class-C3-Componentised/Makefile @@ -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@FreeBSD.org COMMENT= Load mix-ins or components to your C3-based class @@ -25,7 +25,7 @@ TEST_DEPENDS= p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \ 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 diff --git a/devel/p5-Class-C3-Componentised/distinfo b/devel/p5-Class-C3-Componentised/distinfo index b26d26161ae4..5212276d8cc3 100644 --- a/devel/p5-Class-C3-Componentised/distinfo +++ b/devel/p5-Class-C3-Componentised/distinfo @@ -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 diff --git a/devel/p5-Class-C3-Componentised/pkg-plist b/devel/p5-Class-C3-Componentised/pkg-plist index 830bfe13a297..86dfe225e0be 100644 --- a/devel/p5-Class-C3-Componentised/pkg-plist +++ b/devel/p5-Class-C3-Componentised/pkg-plist @@ -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 +@dirrmtry %%SITE_PERL%%/Class/C3/Componentised @dirrmtry %%SITE_PERL%%/Class/C3 @dirrmtry %%SITE_PERL%%/Class |