diff options
author | Doug Barton <dougb@FreeBSD.org> | 2002-06-15 00:49:59 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2002-06-15 00:49:59 +0000 |
commit | a5e07169fa665e9d78d522d8a7dfb58553a5e09e (patch) | |
tree | c6c297b0f1eb389f15be73aa48492d15f70e98d2 /net/p5-Net-DNS/Makefile | |
parent | Update Mozilla japanese language package (diff) |
Update to 0.23:
Fixed Net::DNS::mx() to work properly in scalar context.
Fixed taint issue when Net::DNS::Resolver::nameservers() is passed
a hostname as an argument.
Diffstat (limited to 'net/p5-Net-DNS/Makefile')
-rw-r--r-- | net/p5-Net-DNS/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index 993c968dd1ce..b08a76cdf1b7 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-DNS -PORTVERSION= 0.22 +PORTVERSION= 0.23 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net |