diff options
author | dougb <dougb@FreeBSD.org> | 2002-08-05 01:41:26 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2002-08-05 01:41:26 +0000 |
commit | 89adccf36b9ec19c2de4631c4358cbeead8584e5 (patch) | |
tree | ce46be27b562882faa481a7369d81521482ba83a /dns/p5-Net-DNS | |
parent | 52cb3890b84c4bae9a0e6b66f5499689cd17c7ed (diff) | |
download | FreeBSD-ports-89adccf36b9ec19c2de4631c4358cbeead8584e5.zip FreeBSD-ports-89adccf36b9ec19c2de4631c4358cbeead8584e5.tar.gz |
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.
Diffstat (limited to 'dns/p5-Net-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 2fc90a2..f3ee7c9 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 c7e014d..597cf61 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 |