diff options
author | dougb <dougb@FreeBSD.org> | 2003-08-25 08:08:01 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-08-25 08:08:01 +0000 |
commit | 822d1156be80d39846437f34d02686ab01f09fc0 (patch) | |
tree | a9bb76e9acbfd0b673026ab4f55ba804e273a9c4 /dns | |
parent | 88bc8ce89d8efbdd04d769eae262015708588806 (diff) | |
download | FreeBSD-ports-822d1156be80d39846437f34d02686ab01f09fc0.zip FreeBSD-ports-822d1156be80d39846437f34d02686ab01f09fc0.tar.gz |
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.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 2 | ||||
-rw-r--r-- | dns/p5-Net-DNS/distinfo | 2 | ||||
-rw-r--r-- | dns/p5-Net-DNS/pkg-plist | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 0f9f15f..60c5c5e 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 357e6b1..881994e 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 c21ae2a..df0c65f 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 |