diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-10-09 16:36:51 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-10-09 16:36:51 +0000 |
commit | a5dd5e80eb19ceca8b000771190c63c151383a7d (patch) | |
tree | 83e2f55a9fa854b4bb02d5ffc4e46288e88e0471 /dns | |
parent | e47afcd3abfec864af17735614ad4d52117edc64 (diff) |
- update to 1.01
Notes
Notes:
svn path=/head/; revision=221378
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS-ZoneFile-Fast/Makefile | 16 | ||||
-rw-r--r-- | dns/p5-Net-DNS-ZoneFile-Fast/distinfo | 6 |
2 files changed, 13 insertions, 9 deletions
diff --git a/dns/p5-Net-DNS-ZoneFile-Fast/Makefile b/dns/p5-Net-DNS-ZoneFile-Fast/Makefile index 5f38f6235f63..c69aa4554a0f 100644 --- a/dns/p5-Net-DNS-ZoneFile-Fast/Makefile +++ b/dns/p5-Net-DNS-ZoneFile-Fast/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-DNS-ZoneFile-Fast -PORTVERSION= 1.0 +PORTVERSION= 1.01 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to parse BIND8/9 zone files -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/Net/DNS/SEC.pm:${PORTSDIR}/dns/p5-Net-DNS-SEC \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-Net-DNS-SEC>=0:${PORTSDIR}/dns/p5-Net-DNS-SEC PERL_CONFIGURE= yes MAN3= Net::DNS::ZoneFile::Fast.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500703 +RUN_DEPENDS+= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 +.endif + +.include <bsd.port.post.mk> diff --git a/dns/p5-Net-DNS-ZoneFile-Fast/distinfo b/dns/p5-Net-DNS-ZoneFile-Fast/distinfo index 8d9b074ac495..f58136e783b6 100644 --- a/dns/p5-Net-DNS-ZoneFile-Fast/distinfo +++ b/dns/p5-Net-DNS-ZoneFile-Fast/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-DNS-ZoneFile-Fast-1.0.tar.gz) = f8f7f7c76380c78bd80bf4ed3b73ad1c -SHA256 (Net-DNS-ZoneFile-Fast-1.0.tar.gz) = c8e5445eaca45eca10075ee2e02284ddb6ae133d7db85f68bea13c185313577c -SIZE (Net-DNS-ZoneFile-Fast-1.0.tar.gz) = 17069 +MD5 (Net-DNS-ZoneFile-Fast-1.01.tar.gz) = 52a6b78ff52712415d583c4b4a62886e +SHA256 (Net-DNS-ZoneFile-Fast-1.01.tar.gz) = 5059d566e662cf9617dedbfc8eecf0bb3ca908c431cfce910150ed6166c5f998 +SIZE (Net-DNS-ZoneFile-Fast-1.01.tar.gz) = 17274 |