diff options
author | sno <sno> | 2010-03-08 18:33:20 +0000 |
---|---|---|
committer | sno <sno> | 2010-03-08 18:33:20 +0000 |
commit | 4eb64cc33a02f0d7b64153cd3d99e95bfa93ceff (patch) | |
tree | b261999afd562f65acafdeb6295f37db835d0f51 /editors | |
parent | d21d30b03ab55ac2a07e6f296279a54209f66df8 (diff) | |
download | pkgsrc-4eb64cc33a02f0d7b64153cd3d99e95bfa93ceff.tar.gz |
Updating editors/p5-Padre-Plugin-PerlCritic from 0.06 to 0.07
pkgsrc changes:
- Adjust dependencies and module type
Upstream changes:
0.07 Tue Mar 02 2010
- Changed build to Module::Install
- Added integration with config_perlcritic config entry
- Added translations:
- French (jquelin)
- Polish (therek)
- Chinese (Traditional) translation (BLUET)
- Arabic (azawawi)
- Spanish (brunov)
- Brazilian Portuguese (garu)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/p5-Padre-Plugin-PerlCritic/Makefile | 8 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-PerlCritic/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/editors/p5-Padre-Plugin-PerlCritic/Makefile b/editors/p5-Padre-Plugin-PerlCritic/Makefile index ee700eac0a2..488f0753843 100644 --- a/editors/p5-Padre-Plugin-PerlCritic/Makefile +++ b/editors/p5-Padre-Plugin-PerlCritic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 18:34:59 sno Exp $ +# $NetBSD: Makefile,v 1.2 2010/03/08 18:33:20 sno Exp $ # -DISTNAME= Padre-Plugin-PerlCritic-0.06 +DISTNAME= Padre-Plugin-PerlCritic-0.07 PKGNAME= p5-${DISTNAME} CATEGORIES= editors devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/} @@ -13,11 +13,11 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-Padre>=0.26:../../editors/p5-Padre +DEPENDS+= p5-Padre>=0.54:../../editors/p5-Padre DEPENDS+= p5-Perl-Critic-[0-9]*:../../devel/p5-Perl-Critic PERL5_PACKLIST= auto/Padre/Plugin/PerlCritic/.packlist -PERL5_MODULE_TYPE= Module::Build +PERL5_MODULE_TYPE= Module::Install::Bundled #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 2e8754fe405..cff08ca7cca 100644 --- a/editors/p5-Padre-Plugin-PerlCritic/distinfo +++ b/editors/p5-Padre-Plugin-PerlCritic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/01/16 18:34:59 sno Exp $ +$NetBSD: distinfo,v 1.2 2010/03/08 18:33:20 sno Exp $ -SHA1 (Padre-Plugin-PerlCritic-0.06.tar.gz) = 0b04bd3d44827c633a3e81b4e13ff2d35703e63e -RMD160 (Padre-Plugin-PerlCritic-0.06.tar.gz) = a210b8b621cadec83bccb78c21da059dce87327b -Size (Padre-Plugin-PerlCritic-0.06.tar.gz) = 2445 bytes +SHA1 (Padre-Plugin-PerlCritic-0.07.tar.gz) = d0cde29ef7ce0f5a0b6cec3f4fa6c70e9497c70c +RMD160 (Padre-Plugin-PerlCritic-0.07.tar.gz) = a1d0fbdb25f6c74653e23612a28498ecca64309c +Size (Padre-Plugin-PerlCritic-0.07.tar.gz) = 2482 bytes |