diff options
author | adam <adam> | 2011-08-10 08:30:07 +0000 |
---|---|---|
committer | adam <adam> | 2011-08-10 08:30:07 +0000 |
commit | 48a1fc24379651b5cb18a4893589eb4b3acb55d7 (patch) | |
tree | 3ea8e4d3dff2abf0116b56c69dd09e3d3409420b | |
parent | b4f38cbdf2d3e59afa0420b961b3e83621d887f3 (diff) | |
download | pkgsrc-48a1fc24379651b5cb18a4893589eb4b3acb55d7.tar.gz |
Changes 1.05:
* support Module::Install::ExtraTests 0.007
* properly set is => 'rw' in inherited classes
* silence lc warnings on undef under perl 5.12
-rw-r--r-- | devel/p5-Config-GitLike/Makefile | 13 | ||||
-rw-r--r-- | devel/p5-Config-GitLike/distinfo | 8 |
2 files changed, 9 insertions, 12 deletions
diff --git a/devel/p5-Config-GitLike/Makefile b/devel/p5-Config-GitLike/Makefile index 7b63576d837..f201c318e87 100644 --- a/devel/p5-Config-GitLike/Makefile +++ b/devel/p5-Config-GitLike/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2010/08/21 16:33:27 seb Exp $ -# +# $NetBSD: Makefile,v 1.4 2011/08/10 08:30:07 adam Exp $ -DISTNAME= Config-GitLike-1.04 +DISTNAME= Config-GitLike-1.05 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} @@ -14,13 +12,12 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir -USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/Config/GitLike/.packlist - DEPENDS+= p5-Any-Moose-[0-9]*:../../devel/p5-Any-Moose - # For test target BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Config/GitLike/.packlist + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Config-GitLike/distinfo b/devel/p5-Config-GitLike/distinfo index 14bffd82fd4..96f6a030a3e 100644 --- a/devel/p5-Config-GitLike/distinfo +++ b/devel/p5-Config-GitLike/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/04/24 17:17:01 seb Exp $ +$NetBSD: distinfo,v 1.3 2011/08/10 08:30:07 adam Exp $ -SHA1 (Config-GitLike-1.04.tar.gz) = ca4d7f07f4eb555c2f56722c212901e759b41d91 -RMD160 (Config-GitLike-1.04.tar.gz) = c9533a7a0c99ea22d8ac19a6dc6110ae4625c07e -Size (Config-GitLike-1.04.tar.gz) = 40319 bytes +SHA1 (Config-GitLike-1.05.tar.gz) = 18277b6fd013c5c55346e3031b71e7d255703f6e +RMD160 (Config-GitLike-1.05.tar.gz) = 7eeff0d8e956a852dfacb14e61fb1aac79ae9d64 +Size (Config-GitLike-1.05.tar.gz) = 44126 bytes |