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)
This commit is contained in:
parent
33b5402016
commit
7fcafa34e3
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue