summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2003-08-25 08:08:01 +0000
committerDoug Barton <dougb@FreeBSD.org>2003-08-25 08:08:01 +0000
commit6221b4650415389e6c3b67060b431d1c39cf3485 (patch)
tree71be01e2795e3e520ed265e40b2f5907131b1e6b
parentupdate to afsp-7.1 (diff)
Update to 0.39, the latest release.
* Updated docs * Net::DNS::Resolver now has unique classes for windows and unix * You can now define a config file for the Resolver object * Various other cleanups If you were (bogusly) using module globals in your scripts, this update is likely to break that, so take due precautions.
Notes
Notes: svn path=/head/; revision=87653
-rw-r--r--dns/p5-Net-DNS/Makefile2
-rw-r--r--dns/p5-Net-DNS/distinfo2
-rw-r--r--dns/p5-Net-DNS/pkg-plist3
-rw-r--r--net/p5-Net-DNS/Makefile2
-rw-r--r--net/p5-Net-DNS/distinfo2
-rw-r--r--net/p5-Net-DNS/pkg-plist3
6 files changed, 10 insertions, 4 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile
index 0f9f15f04ec3..60c5c5e31d05 100644
--- a/dns/p5-Net-DNS/Makefile
+++ b/dns/p5-Net-DNS/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-DNS
-PORTVERSION= 0.38
+PORTVERSION= 0.39
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
diff --git a/dns/p5-Net-DNS/distinfo b/dns/p5-Net-DNS/distinfo
index 357e6b1030ae..881994ec0203 100644
--- a/dns/p5-Net-DNS/distinfo
+++ b/dns/p5-Net-DNS/distinfo
@@ -1 +1 @@
-MD5 (Net-DNS-0.38.tar.gz) = b33ebbd53029264816ca9fa894b59419
+MD5 (Net-DNS-0.39.tar.gz) = 31d6c52164287d2831456846dc64fc1a
diff --git a/dns/p5-Net-DNS/pkg-plist b/dns/p5-Net-DNS/pkg-plist
index c21ae2a37895..df0c65f2a4eb 100644
--- a/dns/p5-Net-DNS/pkg-plist
+++ b/dns/p5-Net-DNS/pkg-plist
@@ -37,7 +37,10 @@
%%SITE_PERL%%/Net/DNS/RR/TXT.pm
%%SITE_PERL%%/Net/DNS/RR/X25.pm
%%SITE_PERL%%/Net/DNS/Resolver.pm
+%%SITE_PERL%%/Net/DNS/Resolver/Base.pm
%%SITE_PERL%%/Net/DNS/Resolver/Recurse.pm
+%%SITE_PERL%%/Net/DNS/Resolver/UNIX.pm
+%%SITE_PERL%%/Net/DNS/Resolver/Win32.pm
%%SITE_PERL%%/Net/DNS/Select.pm
%%SITE_PERL%%/Net/DNS/Update.pm
%%PORTDOCS%%%%DOCSDIR%%/Changes
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile
index 0f9f15f04ec3..60c5c5e31d05 100644
--- a/net/p5-Net-DNS/Makefile
+++ b/net/p5-Net-DNS/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-DNS
-PORTVERSION= 0.38
+PORTVERSION= 0.39
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
diff --git a/net/p5-Net-DNS/distinfo b/net/p5-Net-DNS/distinfo
index 357e6b1030ae..881994ec0203 100644
--- a/net/p5-Net-DNS/distinfo
+++ b/net/p5-Net-DNS/distinfo
@@ -1 +1 @@
-MD5 (Net-DNS-0.38.tar.gz) = b33ebbd53029264816ca9fa894b59419
+MD5 (Net-DNS-0.39.tar.gz) = 31d6c52164287d2831456846dc64fc1a
diff --git a/net/p5-Net-DNS/pkg-plist b/net/p5-Net-DNS/pkg-plist
index c21ae2a37895..df0c65f2a4eb 100644
--- a/net/p5-Net-DNS/pkg-plist
+++ b/net/p5-Net-DNS/pkg-plist
@@ -37,7 +37,10 @@
%%SITE_PERL%%/Net/DNS/RR/TXT.pm
%%SITE_PERL%%/Net/DNS/RR/X25.pm
%%SITE_PERL%%/Net/DNS/Resolver.pm
+%%SITE_PERL%%/Net/DNS/Resolver/Base.pm
%%SITE_PERL%%/Net/DNS/Resolver/Recurse.pm
+%%SITE_PERL%%/Net/DNS/Resolver/UNIX.pm
+%%SITE_PERL%%/Net/DNS/Resolver/Win32.pm
%%SITE_PERL%%/Net/DNS/Select.pm
%%SITE_PERL%%/Net/DNS/Update.pm
%%PORTDOCS%%%%DOCSDIR%%/Changes