diff options
author | Doug Barton <dougb@FreeBSD.org> | 2002-08-05 01:41:26 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2002-08-05 01:41:26 +0000 |
commit | 13df8e51627573801c7ffe90fa6a642474883be0 (patch) | |
tree | 0c1d4ede6af5d6e5dcb390eb89d53726fab24585 /dns | |
parent | No need to deal with this test for a port install (diff) |
Upgrade to version 0.25, which cleans up CERT.pm a bit, and also
has some major performance enhancements, especially the streamlined
implementation of AUTOLOAD.
My brief tests indicate roughly a 30% reduction in module load time.
Notes
Notes:
svn path=/head/; revision=64014
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 2 | ||||
-rw-r--r-- | dns/p5-Net-DNS/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 2fc90a2be66d..f3ee7c91d7c9 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-DNS -PORTVERSION= 0.24 +PORTVERSION= 0.25 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 c7e014db3cc9..597cf61cb06a 100644 --- a/dns/p5-Net-DNS/distinfo +++ b/dns/p5-Net-DNS/distinfo @@ -1 +1 @@ -MD5 (Net-DNS-0.24.tar.gz) = 25be103dd9710b6975cd20358881c87e +MD5 (Net-DNS-0.25.tar.gz) = 218e7f2cd45d16baee9672ac5d7be454 |