update to 0.38

This commit is contained in:
wilfried 2003-06-30 12:27:09 +00:00
parent 6fa6af0b89
commit b9d6655382
4 changed files with 60 additions and 58 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.18 2003/04/02 09:35:58 wilfried Exp $ # $OpenBSD: Makefile,v 1.19 2003/06/30 12:27:09 wilfried Exp $
COMMENT= 'module to interface the DNS resolver' COMMENT= 'module to interface the DNS resolver'
DISTNAME= Net-DNS-0.34 DISTNAME= Net-DNS-0.38
PKGNAME= p5-${DISTNAME} PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5 CATEGORIES= net perl5

View File

@ -1,3 +1,3 @@
MD5 (Net-DNS-0.34.tar.gz) = ef979460d952665f67d2c8474763156e MD5 (Net-DNS-0.38.tar.gz) = b33ebbd53029264816ca9fa894b59419
RMD160 (Net-DNS-0.34.tar.gz) = 55fbf4ad0cc36cfab9f5901de7235a72d1fa303d RMD160 (Net-DNS-0.38.tar.gz) = aa01dec4e197512d2b3ced5fd8f8a18d1ae48e74
SHA1 (Net-DNS-0.34.tar.gz) = f4816796a86e9f14cca9180c707967fb42f0ad48 SHA1 (Net-DNS-0.38.tar.gz) = d0b1e1879fc9599a55547ac8047272cce15dcabd

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile_PL,v 1.1 2002/08/09 10:45:08 wilfried Exp $ $OpenBSD: patch-Makefile_PL,v 1.2 2003/06/30 12:27:09 wilfried Exp $
--- Makefile.PL.orig Mon Aug 5 22:06:55 2002 --- Makefile.PL.orig Fri Jun 6 01:42:58 2003
+++ Makefile.PL Fri Aug 9 12:40:26 2002 +++ Makefile.PL Mon Jun 30 13:26:57 2003
@@ -22,19 +22,8 @@ my $s = IO::Socket::INET->new( @@ -90,19 +90,8 @@ my $s = IO::Socket::INET->new(
if ($s) { if ($s) {
close($s); close($s);
@ -20,6 +20,6 @@ $OpenBSD: patch-Makefile_PL,v 1.1 2002/08/09 10:45:08 wilfried Exp $
- } - }
+ open(ENABLED, ">t/online.enabled") || die "Can't touch ./t/online.enabled $!"; + open(ENABLED, ">t/online.enabled") || die "Can't touch ./t/online.enabled $!";
+ close(ENABLED); + close(ENABLED);
} else {
unlink("t/online.enabled"); # just to be shure...
} }

View File

@ -1,47 +1,49 @@
@comment $OpenBSD: PLIST,v 1.9 2003/01/28 18:43:27 wilfried Exp $ @comment $OpenBSD: PLIST,v 1.10 2003/06/30 12:27:09 wilfried Exp $
${P5SITE}/Net/DNS.pm ${P5ARCH}/Net/DNS.pm
${P5SITE}/Net/DNS/FAQ.pod ${P5ARCH}/Net/DNS/FAQ.pod
${P5SITE}/Net/DNS/Header.pm ${P5ARCH}/Net/DNS/Header.pm
${P5SITE}/Net/DNS/Nameserver.pm ${P5ARCH}/Net/DNS/Nameserver.pm
${P5SITE}/Net/DNS/Packet.pm ${P5ARCH}/Net/DNS/Packet.pm
${P5SITE}/Net/DNS/Question.pm ${P5ARCH}/Net/DNS/Question.pm
${P5SITE}/Net/DNS/RR.pm ${P5ARCH}/Net/DNS/RR.pm
${P5SITE}/Net/DNS/RR/A.pm ${P5ARCH}/Net/DNS/RR/A.pm
${P5SITE}/Net/DNS/RR/AAAA.pm ${P5ARCH}/Net/DNS/RR/AAAA.pm
${P5SITE}/Net/DNS/RR/AFSDB.pm ${P5ARCH}/Net/DNS/RR/AFSDB.pm
${P5SITE}/Net/DNS/RR/CERT.pm ${P5ARCH}/Net/DNS/RR/CERT.pm
${P5SITE}/Net/DNS/RR/CNAME.pm ${P5ARCH}/Net/DNS/RR/CNAME.pm
${P5SITE}/Net/DNS/RR/DNAME.pm ${P5ARCH}/Net/DNS/RR/DNAME.pm
${P5SITE}/Net/DNS/RR/EID.pm ${P5ARCH}/Net/DNS/RR/EID.pm
${P5SITE}/Net/DNS/RR/HINFO.pm ${P5ARCH}/Net/DNS/RR/HINFO.pm
${P5SITE}/Net/DNS/RR/ISDN.pm ${P5ARCH}/Net/DNS/RR/ISDN.pm
${P5SITE}/Net/DNS/RR/LOC.pm ${P5ARCH}/Net/DNS/RR/LOC.pm
${P5SITE}/Net/DNS/RR/MB.pm ${P5ARCH}/Net/DNS/RR/MB.pm
${P5SITE}/Net/DNS/RR/MG.pm ${P5ARCH}/Net/DNS/RR/MG.pm
${P5SITE}/Net/DNS/RR/MINFO.pm ${P5ARCH}/Net/DNS/RR/MINFO.pm
${P5SITE}/Net/DNS/RR/MR.pm ${P5ARCH}/Net/DNS/RR/MR.pm
${P5SITE}/Net/DNS/RR/MX.pm ${P5ARCH}/Net/DNS/RR/MX.pm
${P5SITE}/Net/DNS/RR/NAPTR.pm ${P5ARCH}/Net/DNS/RR/NAPTR.pm
${P5SITE}/Net/DNS/RR/NIMLOC.pm ${P5ARCH}/Net/DNS/RR/NIMLOC.pm
${P5SITE}/Net/DNS/RR/NS.pm ${P5ARCH}/Net/DNS/RR/NS.pm
${P5SITE}/Net/DNS/RR/NSAP.pm ${P5ARCH}/Net/DNS/RR/NSAP.pm
${P5SITE}/Net/DNS/RR/NULL.pm ${P5ARCH}/Net/DNS/RR/NULL.pm
${P5SITE}/Net/DNS/RR/OPT.pm ${P5ARCH}/Net/DNS/RR/OPT.pm
${P5SITE}/Net/DNS/RR/PTR.pm ${P5ARCH}/Net/DNS/RR/PTR.pm
${P5SITE}/Net/DNS/RR/PX.pm ${P5ARCH}/Net/DNS/RR/PX.pm
${P5SITE}/Net/DNS/RR/RP.pm ${P5ARCH}/Net/DNS/RR/RP.pm
${P5SITE}/Net/DNS/RR/RT.pm ${P5ARCH}/Net/DNS/RR/RT.pm
${P5SITE}/Net/DNS/RR/SOA.pm ${P5ARCH}/Net/DNS/RR/SOA.pm
${P5SITE}/Net/DNS/RR/SRV.pm ${P5ARCH}/Net/DNS/RR/SRV.pm
${P5SITE}/Net/DNS/RR/TKEY.pm ${P5ARCH}/Net/DNS/RR/TKEY.pm
${P5SITE}/Net/DNS/RR/TSIG.pm ${P5ARCH}/Net/DNS/RR/TSIG.pm
${P5SITE}/Net/DNS/RR/TXT.pm ${P5ARCH}/Net/DNS/RR/TXT.pm
${P5SITE}/Net/DNS/RR/X25.pm ${P5ARCH}/Net/DNS/RR/X25.pm
${P5SITE}/Net/DNS/Resolver.pm ${P5ARCH}/Net/DNS/Resolver.pm
${P5SITE}/Net/DNS/Resolver/Recurse.pm ${P5ARCH}/Net/DNS/Resolver/Recurse.pm
${P5SITE}/Net/DNS/Select.pm ${P5ARCH}/Net/DNS/Select.pm
${P5SITE}/Net/DNS/Update.pm ${P5ARCH}/Net/DNS/Update.pm
@comment ${P5ARCH}/auto/Net/DNS/.packlist @comment ${P5ARCH}/auto/Net/DNS/.packlist
${P5ARCH}/auto/Net/DNS/DNS.bs
${P5ARCH}/auto/Net/DNS/DNS.so
@comment ${P5ARCH}/perllocal.pod @comment ${P5ARCH}/perllocal.pod
man/man3p/Net::DNS.3p man/man3p/Net::DNS.3p
man/man3p/Net::DNS::FAQ.3p man/man3p/Net::DNS::FAQ.3p
@ -88,8 +90,8 @@ man/man3p/Net::DNS::Update.3p
@comment @dirrm ${P5ARCH}/auto/Net/DNS @comment @dirrm ${P5ARCH}/auto/Net/DNS
@comment @dirrm ${P5ARCH}/auto/Net @comment @dirrm ${P5ARCH}/auto/Net
@comment @dirrm ${P5ARCH}/auto @comment @dirrm ${P5ARCH}/auto
@dirrm ${P5ARCH}/Net/DNS/Resolver
@dirrm ${P5ARCH}/Net/DNS/RR
@dirrm ${P5ARCH}/Net/DNS
@comment @dirrm ${P5ARCH}/Net
@comment @dirrm ${P5ARCH} @comment @dirrm ${P5ARCH}
@dirrm ${P5SITE}/Net/DNS/Resolver
@dirrm ${P5SITE}/Net/DNS/RR
@dirrm ${P5SITE}/Net/DNS
@comment @dirrm ${P5SITE}/Net