diff options
author | Doug Barton <dougb@FreeBSD.org> | 2002-10-06 10:40:52 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2002-10-06 10:40:52 +0000 |
commit | cf491d3290f0cc0b603738d46d76fc21b538d3ef (patch) | |
tree | e1fc325c2368a7deeb2e19d3a7399e322774aee1 /net/p5-Net-DNS/Makefile | |
parent | Update to snort 1.9.0. Tweak the default config files so it can actually (diff) |
Minor bugfixes. Variable scope in one module, and avoid a divide
by zero error when there are no usable interfaces.
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 0f16a3c81295..79afa6038d14 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-DNS -PORTVERSION= 0.28 +PORTVERSION= 0.29 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net |