diff options
author | dougb <dougb@FreeBSD.org> | 2003-11-10 16:13:48 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-11-10 16:13:48 +0800 |
commit | 37a20cd9b86626abc5e1fc2406830f6d98f3d06e (patch) | |
tree | c424dd06264a0b19060852e7621476e8d47bdce5 /dns | |
parent | 00322e89f8f2df9ca38e1d7d2ba67ca56b978b56 (diff) | |
download | freebsd-ports-gnome-37a20cd9b86626abc5e1fc2406830f6d98f3d06e.tar.gz freebsd-ports-gnome-37a20cd9b86626abc5e1fc2406830f6d98f3d06e.tar.zst freebsd-ports-gnome-37a20cd9b86626abc5e1fc2406830f6d98f3d06e.zip |
Update to version 0.42. Fixes a bug in Net::DNS::Resolver::Recurse, and
adds capability for a persistent UDP socket.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 5 | ||||
-rw-r--r-- | dns/p5-Net-DNS/distinfo | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 68b8e60ad629..5bc39469aed3 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -6,8 +6,8 @@ # PORTNAME= Net-DNS -PORTVERSION= 0.41 -CATEGORIES= dns perl5 +PORTVERSION= 0.42 +CATEGORIES= dns net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- @@ -21,7 +21,6 @@ RUN_DEPENDS= ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC PERL_CONFIGURE= yes CONFIGURE_ARGS+=--pm - MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \ Net::DNS::Question.3 Net::DNS::RR.3 Net::DNS::RR::A.3 \ Net::DNS::RR::AFSDB.3 Net::DNS::RR::CNAME.3 \ diff --git a/dns/p5-Net-DNS/distinfo b/dns/p5-Net-DNS/distinfo index 5f31473bb6bd..d278f9d99278 100644 --- a/dns/p5-Net-DNS/distinfo +++ b/dns/p5-Net-DNS/distinfo @@ -1 +1 @@ -MD5 (Net-DNS-0.41.tar.gz) = e766ff5b707f562a05c42a7cd8491852 +MD5 (Net-DNS-0.42.tar.gz) = ceb711a723464b6132fec8ee58a393f0 |