diff options
author | sno <sno@pkgsrc.org> | 2012-09-13 16:19:01 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-09-13 16:19:01 +0000 |
commit | 16e8bdacccf3fb3694ce12eaaf3f3864e85b6a20 (patch) | |
tree | ff0d3a23fb9c49caee03bad07bed40fdd3e374eb | |
parent | 70e8e275b9801bc680b27c7f6bdd497d54e28199 (diff) | |
download | pkgsrc-16e8bdacccf3fb3694ce12eaaf3f3864e85b6a20.tar.gz |
Updating package for CPAN module Padre::Plugin::PerlCritic in
editors/p5-Padre-Plugin-PerlCritic from 0.08nb2 to 0.12.
pkgsrc changes:
- adjust dependencies and build type
upstream changes:
0.12 2010.12.06
- Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI)
0.11 2010.10.29
- Removed Test::NeedsDisplay dependency (AZAWAWI)
0.10 2010.10.27
- Fixed t/01-menu.t to work under no DISPLAY (AZAWAWI)
- t/00-load.t is magically injected by [@PadrePlugin] via [LoadTests] (AZAWAWI)
0.09 2010.10.25
- Switched to Dist::Zilla (AZAWAWI)
- Fixed t/* to work under no DISPLAY (AZAWAWI)
- Added Italian translation (SBLADIN)
- Updated Arabic translation (AZAWAWI)
- Fixed RT #59680: Module::Install included missing (AZAWAWI)
-rw-r--r-- | editors/p5-Padre-Plugin-PerlCritic/Makefile | 11 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-PerlCritic/distinfo | 8 |
2 files changed, 10 insertions, 9 deletions
diff --git a/editors/p5-Padre-Plugin-PerlCritic/Makefile b/editors/p5-Padre-Plugin-PerlCritic/Makefile index 79f20841ef8..8f1df703246 100644 --- a/editors/p5-Padre-Plugin-PerlCritic/Makefile +++ b/editors/p5-Padre-Plugin-PerlCritic/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2012/09/03 11:16:22 sno Exp $ +# $NetBSD: Makefile,v 1.7 2012/09/13 16:19:01 sno Exp $ # -DISTNAME= Padre-Plugin-PerlCritic-0.08 +DISTNAME= Padre-Plugin-PerlCritic-0.12 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= editors devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/} @@ -14,11 +13,13 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-Padre>=0.54:../../editors/p5-Padre +BUILD_DEPENDS+= p5-Locale-Msgfmt>=0.15:../../devel/p5-Locale-Msgfmt + +DEPENDS+= p5-Padre>=0.57:../../editors/p5-Padre DEPENDS+= p5-Perl-Critic-[0-9]*:../../devel/p5-Perl-Critic PERL5_PACKLIST= auto/Padre/Plugin/PerlCritic/.packlist -PERL5_MODULE_TYPE= Module::Install::Bundled +PERL5_MODULE_TYPE= Module::Build #pre-configure: # cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm diff --git a/editors/p5-Padre-Plugin-PerlCritic/distinfo b/editors/p5-Padre-Plugin-PerlCritic/distinfo index 0b2e5527d49..3339f9cfb06 100644 --- a/editors/p5-Padre-Plugin-PerlCritic/distinfo +++ b/editors/p5-Padre-Plugin-PerlCritic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/08/20 18:51:25 sno Exp $ +$NetBSD: distinfo,v 1.4 2012/09/13 16:19:01 sno Exp $ -SHA1 (Padre-Plugin-PerlCritic-0.08.tar.gz) = 6683493648138cf011b703ae3e86365a844123bc -RMD160 (Padre-Plugin-PerlCritic-0.08.tar.gz) = b19f14e64dc9765dbb13bb41a8ce2788771bdae9 -Size (Padre-Plugin-PerlCritic-0.08.tar.gz) = 2595 bytes +SHA1 (Padre-Plugin-PerlCritic-0.12.tar.gz) = cc8c8a49c0646f14c47b628c81d3f287524db46c +RMD160 (Padre-Plugin-PerlCritic-0.12.tar.gz) = 00eea9f20c4ffe0e4085e314a89d5f2ced5477bc +Size (Padre-Plugin-PerlCritic-0.12.tar.gz) = 15677 bytes |