summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/CHANGES3
-rw-r--r--net/p5-Net-DNS/Makefile8
-rw-r--r--net/p5-Net-DNS/distinfo8
-rw-r--r--net/p5-Net-DNS/patches/patch-aa25
4 files changed, 21 insertions, 23 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index e9e222f7136..581e59be87c 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.3355 2003/09/13 09:24:07 jlam Exp $
+$NetBSD: CHANGES,v 1.3356 2003/09/13 11:57:07 jlam Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -3669,3 +3669,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated freetype2 to 2.1.5 [adam 2003-09-13]
Updated p5-Time-HiRes to 1.50 [jlam 2003-09-13]
Updated pkg_install to 20030913 [jlam 2003-09-13]
+ Updated p5-Net-DNS to 0.40 [jlam 2003-09-13]
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile
index 061758b3261..fc8d73d3dcd 100644
--- a/net/p5-Net-DNS/Makefile
+++ b/net/p5-Net-DNS/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2003/07/17 22:51:33 grant Exp $
+# $NetBSD: Makefile,v 1.12 2003/09/13 11:57:08 jlam Exp $
#
-DISTNAME= Net-DNS-0.33
+DISTNAME= Net-DNS-0.40
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ndn
CATEGORIES= net perl5
@@ -17,8 +17,10 @@ DEPENDS+= p5-Digest-HMAC>=1.0:../../security/p5-Digest-HMAC
DEPENDS+= p5-MIME-Base64>=2.11:../../converters/p5-MIME-Base64
DEPENDS+= p5-Digest-MD5>=2.12:../../security/p5-Digest-MD5
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
BUILDLINK_DEPENDS.perl= perl>=5.6.0
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/DNS/.packlist
diff --git a/net/p5-Net-DNS/distinfo b/net/p5-Net-DNS/distinfo
index d695af09a06..a702515089f 100644
--- a/net/p5-Net-DNS/distinfo
+++ b/net/p5-Net-DNS/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2003/03/03 10:56:57 mjl Exp $
+$NetBSD: distinfo,v 1.6 2003/09/13 11:57:08 jlam Exp $
-SHA1 (Net-DNS-0.33.tar.gz) = a4bb8e6aabfe78198ae98e73cf2b607225eccebb
-Size (Net-DNS-0.33.tar.gz) = 91890 bytes
-SHA1 (patch-aa) = fb4bed3ed4c1c0353716529d27929444f15f6e31
+SHA1 (Net-DNS-0.40.tar.gz) = 544930307b8a559bc1f5c01ccc1f3bc27c975dfb
+Size (Net-DNS-0.40.tar.gz) = 95777 bytes
+SHA1 (patch-aa) = e20ebcb448e83e72c51c5c0843a972e900e06138
diff --git a/net/p5-Net-DNS/patches/patch-aa b/net/p5-Net-DNS/patches/patch-aa
index 63dd78819c7..2e54adc6c69 100644
--- a/net/p5-Net-DNS/patches/patch-aa
+++ b/net/p5-Net-DNS/patches/patch-aa
@@ -1,24 +1,19 @@
-$NetBSD: patch-aa,v 1.1 2002/09/09 00:24:12 heinz Exp $
+$NetBSD: patch-aa,v 1.2 2003/09/13 11:57:10 jlam Exp $
---- Makefile.PL.orig Sat Aug 10 06:06:27 2002
-+++ Makefile.PL
-@@ -24,17 +24,13 @@
-
- print <<EOT;
-
--You appear to be directly connected to the Internet. I have some tests
--that try to query live nameservers.
-+You appear to be directly connected to the Internet.
-+I will enable some tests that try to query live nameservers.
+--- Makefile.PL.orig Thu Jun 5 19:42:58 2003
++++ Makefile.PL Sat Sep 13 07:53:49 2003
+@@ -97,12 +97,8 @@
EOT
- if (prompt("Do you want to enable these tests?", "y") =~ /^y/i) {
- open(ENABLED, ">t/online.enabled") || die "Can't touch ./t/online.enabled $!";
- close(ENABLED);
+- open(ENABLED, ">t/online.enabled") || die "Can't touch ./t/online.enabled $!";
+- close(ENABLED);
- } else {
- unlink("t/online.enabled"); # just to be shure...
- }
++ open(ENABLED, ">t/online.enabled") || die "Can't touch ./t/online.enabled $!";
++ close(ENABLED);
+ } else {
+ unlink("t/online.enabled"); # just to be shure...
}
-
-