diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-03-08 16:42:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-03-08 16:42:28 +0800 |
commit | 41d29f9b9d0f9b2457be388a04efb24f4cc3be50 (patch) | |
tree | 95fb66f5414a91b870828bc05f4ad40a6a764738 /dns | |
parent | 5fc1267936dde68a974a8743f75f6586b01cacdf (diff) | |
download | freebsd-ports-gnome-41d29f9b9d0f9b2457be388a04efb24f4cc3be50.tar.gz freebsd-ports-gnome-41d29f9b9d0f9b2457be388a04efb24f4cc3be50.tar.zst freebsd-ports-gnome-41d29f9b9d0f9b2457be388a04efb24f4cc3be50.zip |
- Update to 0.22
- Sort *_DEPENDS
Changes: http://search.cpan.org/dist/POE-Component-Server-DNS/Changes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-POE-Component-Server-DNS/Makefile | 13 | ||||
-rw-r--r-- | dns/p5-POE-Component-Server-DNS/distinfo | 4 |
2 files changed, 8 insertions, 9 deletions
diff --git a/dns/p5-POE-Component-Server-DNS/Makefile b/dns/p5-POE-Component-Server-DNS/Makefile index b3792c7b513a..8d69b8472b5b 100644 --- a/dns/p5-POE-Component-Server-DNS/Makefile +++ b/dns/p5-POE-Component-Server-DNS/Makefile @@ -6,8 +6,7 @@ # PORTNAME= POE-Component-Server-DNS -PORTVERSION= 0.20 -PORTREVISION= 1 +PORTVERSION= 0.22 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,11 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Non-blocking, concurrent DNS server component -BUILD_DEPENDS= p5-POE>=0.38:${PORTSDIR}/devel/p5-POE \ - p5-Net-DNS>=0.58:${PORTSDIR}/dns/p5-Net-DNS \ - p5-POE-Component-Client-DNS>=1.00:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ - p5-POE-Component-Generic>=0.09.10:${PORTSDIR}/net/p5-POE-Component-Generic \ - p5-POE-Component-Client-DNS-Recursive>=0:${PORTSDIR}/dns/p5-POE-Component-Client-DNS-Recursive +BUILD_DEPENDS= p5-Net-DNS>=0.58:${PORTSDIR}/dns/p5-Net-DNS \ + p5-POE>=0.38:${PORTSDIR}/devel/p5-POE \ + p5-POE-Component-Client-DNS>=1.051:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ + p5-POE-Component-Client-DNS-Recursive>=1.04:${PORTSDIR}/dns/p5-POE-Component-Client-DNS-Recursive \ + p5-POE-Component-Generic>=0.09.10:${PORTSDIR}/net/p5-POE-Component-Generic RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/dns/p5-POE-Component-Server-DNS/distinfo b/dns/p5-POE-Component-Server-DNS/distinfo index 5a9d82feb8cb..5a298b4b72d4 100644 --- a/dns/p5-POE-Component-Server-DNS/distinfo +++ b/dns/p5-POE-Component-Server-DNS/distinfo @@ -1,2 +1,2 @@ -SHA256 (POE-Component-Server-DNS-0.20.tar.gz) = 50382c3b52f72c26d23b93779ca467edf2121f01c9ec5f82ca6064321bf18cfc -SIZE (POE-Component-Server-DNS-0.20.tar.gz) = 29197 +SHA256 (POE-Component-Server-DNS-0.22.tar.gz) = 16c439a57ee1bae2f01d0b9a8caf2704cc97a26a4b33f8c5cdde67a4d88d0f1a +SIZE (POE-Component-Server-DNS-0.22.tar.gz) = 19991 |