summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-DNS/Makefile4
-rw-r--r--net/p5-Net-DNS/distinfo9
-rw-r--r--net/p5-Net-DNS/patches/patch-ac13
3 files changed, 6 insertions, 20 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile
index 0fa24e3a3e9..12d1711143e 100644
--- a/net/p5-Net-DNS/Makefile
+++ b/net/p5-Net-DNS/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2006/11/05 17:31:10 joerg Exp $
+# $NetBSD: Makefile,v 1.34 2007/03/24 18:43:40 heinz Exp $
-DISTNAME= Net-DNS-0.58
+DISTNAME= Net-DNS-0.59
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ndn
CATEGORIES= net perl5
diff --git a/net/p5-Net-DNS/distinfo b/net/p5-Net-DNS/distinfo
index f0d107afe28..a78bd1c592a 100644
--- a/net/p5-Net-DNS/distinfo
+++ b/net/p5-Net-DNS/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.16 2006/09/03 16:55:15 heinz Exp $
+$NetBSD: distinfo,v 1.17 2007/03/24 18:43:40 heinz Exp $
-SHA1 (Net-DNS-0.58.tar.gz) = 3043df5d183efc58d04124e2a12dae6e6de7a1b3
-RMD160 (Net-DNS-0.58.tar.gz) = 2108deb3f39152a111cab0b38c8918c5a2e5f85e
-Size (Net-DNS-0.58.tar.gz) = 136609 bytes
-SHA1 (patch-ac) = cf0e64a343bc788b83124c5e762be40fdc9f3907
+SHA1 (Net-DNS-0.59.tar.gz) = 6269e05159494bc4115bf9e6dad003858c2188c3
+RMD160 (Net-DNS-0.59.tar.gz) = fa063a7d2948e46a13287f08cc6dbb10c5eececd
+Size (Net-DNS-0.59.tar.gz) = 137998 bytes
diff --git a/net/p5-Net-DNS/patches/patch-ac b/net/p5-Net-DNS/patches/patch-ac
deleted file mode 100644
index c103a0684bd..00000000000
--- a/net/p5-Net-DNS/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2006/09/03 16:55:15 heinz Exp $
-
---- t/11-inet6.t.orig 2006-07-04 10:06:24.000000000 +0200
-+++ t/11-inet6.t
-@@ -60,7 +60,7 @@ my $AAAA_address;
- my $A_address;
-
-
--SKIP: { skip "online tests are not enabled", 2 unless -e 't/online.enabled';
-+SKIP: { skip "online tests are not enabled", 3 unless -e 't/online.enabled';
-
- # First use the local resolver to query for the AAAA record of a
- # well known nameserver, than use v6 transport to get to that record.