diff options
author | seb <seb> | 2010-08-04 09:38:49 +0000 |
---|---|---|
committer | seb <seb> | 2010-08-04 09:38:49 +0000 |
commit | 19ea02705409bc0cca1b089f3c582a62db138e11 (patch) | |
tree | 04d7cc9be8f37767d444965e47cafdb3e37d9abc /net/p5-Test-DNS | |
parent | 07d9ec402d0e5ba2844413394c9b8601fe2bf5a5 (diff) | |
download | pkgsrc-19ea02705409bc0cca1b089f3c582a62db138e11.tar.gz |
Update p5-Test-DNS from version 0.07 to version 0.08.
Pkgsrc changes:
- set PERL5_MODULE_TYPE to Module::Build
- adjust dependencies
Upstream changes:
0.08 12.06.10
- adding is_txt
- switched to dzil, hope it works out
Diffstat (limited to 'net/p5-Test-DNS')
-rw-r--r-- | net/p5-Test-DNS/Makefile | 9 | ||||
-rw-r--r-- | net/p5-Test-DNS/distinfo | 8 |
2 files changed, 10 insertions, 7 deletions
diff --git a/net/p5-Test-DNS/Makefile b/net/p5-Test-DNS/Makefile index ee2592e5b41..c23f40e787d 100644 --- a/net/p5-Test-DNS/Makefile +++ b/net/p5-Test-DNS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/02/20 10:40:00 seb Exp $ +# $NetBSD: Makefile,v 1.2 2010/08/04 09:38:49 seb Exp $ # -DISTNAME= Test-DNS-0.07 +DISTNAME= Test-DNS-0.08 PKGNAME= p5-${DISTNAME} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -12,12 +12,15 @@ COMMENT= Perl 5 module to test DNS queries and zone configuration LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir +PERL5_MODULE_TYPE= Module::Build USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Test/DNS/.packlist +BUILD_DEPENDS+= {perl>=5.11.4,p5-Module-Build>=0.3601}:../../devel/p5-Module-Build +BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep DEPENDS+= p5-Moose>=0.8:../../devel/p5-Moose -DEPENDS+= p5-Net-DNS>=0.65:../../net/p5-Net-DNS +DEPENDS+= p5-Net-DNS>=0:../../net/p5-Net-DNS DEPENDS+= p5-Set-Object>=0:../../devel/p5-Set-Object DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep diff --git a/net/p5-Test-DNS/distinfo b/net/p5-Test-DNS/distinfo index 3904e8917f3..f1f25ae7c3f 100644 --- a/net/p5-Test-DNS/distinfo +++ b/net/p5-Test-DNS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/02/20 10:40:00 seb Exp $ +$NetBSD: distinfo,v 1.2 2010/08/04 09:38:49 seb Exp $ -SHA1 (Test-DNS-0.07.tar.gz) = 322da190c85a4e82d4651a72f5142c6cc26bb93e -RMD160 (Test-DNS-0.07.tar.gz) = b73a2a3035873a8ca0b759fe033ccd412ea3a888 -Size (Test-DNS-0.07.tar.gz) = 13970 bytes +SHA1 (Test-DNS-0.08.tar.gz) = 4d28a1ca8acfc2b42507c7d4a9f1bb223c21434c +RMD160 (Test-DNS-0.08.tar.gz) = 9537bc61bb12fbb9269fd96e1ad2249ef3bbe40d +Size (Test-DNS-0.08.tar.gz) = 15516 bytes |