summaryrefslogtreecommitdiff
path: root/net/p5-Net-DNS/Makefile
diff options
context:
space:
mode:
authorheinz <heinz>2004-05-29 16:50:49 +0000
committerheinz <heinz>2004-05-29 16:50:49 +0000
commitb63dbd3edfd027fb088b01aa183ada1da68aa201 (patch)
tree167dc78c17e975d1d84d12523f7bf0e9cbe9cd5b /net/p5-Net-DNS/Makefile
parentada02c683c06e4ba8312802b9da0e661f7fe5439 (diff)
downloadpkgsrc-b63dbd3edfd027fb088b01aa183ada1da68aa201.tar.gz
Update to version 0.47.
Revision history for Net::DNS ============================= *** 0.47 April 1, 2004 safe_push() is back in Net::DNS::Packet, due to the excellent debate skills of Luis E Monoz. However, the name safe_push() is deprecated, use the new name unique_push() instead. Fixed a bug in Net::DNS::Nameserver which caused the class to build packets incorrectly in some cases. [Ask Bjorn Hansen] Error message cleanups in Net::DNS::typesbyname() and Net::DNS::typesbyval() [Ask Bjorn Hansen] Net::DNS::RR::new_from_hash() now works with unknown RR types [Olaf].
Diffstat (limited to 'net/p5-Net-DNS/Makefile')
-rw-r--r--net/p5-Net-DNS/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile
index 4d608e0400d..8207da36d83 100644
--- a/net/p5-Net-DNS/Makefile
+++ b/net/p5-Net-DNS/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2004/03/07 01:42:09 heinz Exp $
+# $NetBSD: Makefile,v 1.21 2004/05/29 16:50:49 heinz Exp $
#
-DISTNAME= Net-DNS-0.46
+DISTNAME= Net-DNS-0.47
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ndn
CATEGORIES= net perl5
@@ -12,7 +12,7 @@ MAINTAINER= hubertf@NetBSD.org
HOMEPAGE= http://www.net-dns.org/
COMMENT= Perl5 module for DNS resolution
-BUILD_DEPENDS+= p5-Test-Simple>=0.44:../../devel/p5-Test-Simple
+BUILD_DEPENDS+= {p5-Test-Simple>=0.44,perl{,-thread}>=5.8.0}:../../devel/p5-Test-Simple
DEPENDS+= p5-Digest-HMAC>=1.0:../../security/p5-Digest-HMAC
DEPENDS+= p5-MIME-Base64>=2.11:../../converters/p5-MIME-Base64
DEPENDS+= p5-Digest-MD5>=2.12:../../security/p5-Digest-MD5