summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-07-08 06:41:35 +0000
committerwiz <wiz@pkgsrc.org>2015-07-08 06:41:35 +0000
commit5899753211a709628a0bf8264782a5239422386c (patch)
treed7a4356ae0ccb54b22b66aa80f32f5f4953c5b10 /net
parenta5903c8be2231d295d87b102c8a9e308b9cd9253 (diff)
downloadpkgsrc-5899753211a709628a0bf8264782a5239422386c.tar.gz
Update to 1.01:
**** 1.01 Jul 6, 2015 Feature The RRs previously only available with Net::DNS::SEC are now integrated with Net::DNS. Net::DNS::SEC needs to be installed to enable the signature generation and verification functions. Fix rt.cpan.org #105491 Can't call method "zclass" on an undefined value at ... Net/DNS/Packet.pm line 474 Fix rt.cpan.org #105421 Dead link in Net::DNS::FAQ Fix rt.cpan.org #104657 Wrong split on Cygwin Fix rt.cpan.org #102810 Dynamic update: rr_add overrides ttl of zero Fix rt.cpan.org #102809 CAA broken
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-DNS/Makefile5
-rw-r--r--net/p5-Net-DNS/distinfo9
-rw-r--r--net/p5-Net-DNS/patches/patch-Makefile.PL13
3 files changed, 6 insertions, 21 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile
index a026da4ab71..45d87eda13d 100644
--- a/net/p5-Net-DNS/Makefile
+++ b/net/p5-Net-DNS/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.63 2015/06/12 10:50:46 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2015/07/08 06:41:35 wiz Exp $
-DISTNAME= Net-DNS-0.83
+DISTNAME= Net-DNS-1.01
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} \
http://www.net-dns.org/download/
diff --git a/net/p5-Net-DNS/distinfo b/net/p5-Net-DNS/distinfo
index 70b3bb1f7b6..e643a8eed4a 100644
--- a/net/p5-Net-DNS/distinfo
+++ b/net/p5-Net-DNS/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.33 2015/03/01 11:42:34 wiz Exp $
+$NetBSD: distinfo,v 1.34 2015/07/08 06:41:35 wiz Exp $
-SHA1 (Net-DNS-0.83.tar.gz) = 1e0f7a3640125c5d7511324e516620ae25cac99f
-RMD160 (Net-DNS-0.83.tar.gz) = 7c9b84f82f4b39fdbb333f240bb49c5e18ed1df5
-Size (Net-DNS-0.83.tar.gz) = 200932 bytes
-SHA1 (patch-Makefile.PL) = a43bfbe30623b6705416e5074acf4094e3875046
+SHA1 (Net-DNS-1.01.tar.gz) = a4b9c177117397604cf0ee6f10ac80034aff37bc
+RMD160 (Net-DNS-1.01.tar.gz) = 81a87c2ce28a16bff122afc47921827c1d704592
+Size (Net-DNS-1.01.tar.gz) = 239297 bytes
diff --git a/net/p5-Net-DNS/patches/patch-Makefile.PL b/net/p5-Net-DNS/patches/patch-Makefile.PL
deleted file mode 100644
index 33167121b9a..00000000000
--- a/net/p5-Net-DNS/patches/patch-Makefile.PL
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2013/08/15 16:36:11 joerg Exp $
-
---- Makefile.PL.orig 2013-08-15 16:24:21.000000000 +0000
-+++ Makefile.PL
-@@ -191,7 +191,7 @@ unless ( defined $use_xs ) {
- if ( test_cc() ) {
- print "You have a working compiler.\n";
- $use_xs = 1;
-- $Makefile{'MYEXTLIB'} = 'netdns$(LIB_EXT)';
-+ $Makefile{'MYEXTLIB'} = '';
- } else {
- $use_xs = 0;
- $Makefile{'MYEXTLIB'} = '';