diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-14 03:13:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-14 03:13:17 +0800 |
commit | f516e8a0e64a42be4c6d5053c76ec1ecf4a17843 (patch) | |
tree | 13793bf6e669b317be2c0a4f5327eb3ea608b37c | |
parent | 19f19b9251a67fccc73024cc5e16f6bb7eafc337 (diff) | |
download | freebsd-ports-gnome-f516e8a0e64a42be4c6d5053c76ec1ecf4a17843.tar.gz freebsd-ports-gnome-f516e8a0e64a42be4c6d5053c76ec1ecf4a17843.tar.zst freebsd-ports-gnome-f516e8a0e64a42be4c6d5053c76ec1ecf4a17843.zip |
- Update to 1.054
- Add LICENSE
- Sort and update *_DEPENDS
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/POE-Component-Client-DNS/CHANGES
-rw-r--r-- | dns/p5-POE-Component-Client-DNS/Makefile | 12 | ||||
-rw-r--r-- | dns/p5-POE-Component-Client-DNS/distinfo | 4 | ||||
-rw-r--r-- | dns/p5-POE-Component-Client-DNS/pkg-plist | 2 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dns/p5-POE-Component-Client-DNS/Makefile b/dns/p5-POE-Component-Client-DNS/Makefile index 8bfa6412097d..c2dc76899192 100644 --- a/dns/p5-POE-Component-Client-DNS/Makefile +++ b/dns/p5-POE-Component-Client-DNS/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-Client-DNS -PORTVERSION= 1.053 -PORTREVISION= 1 +PORTVERSION= 1.054 PORTEPOCH= 1 CATEGORIES= dns perl5 devel MASTER_SITES= CPAN @@ -12,11 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE component for non-blocking/concurrent DNS queries -BUILD_DEPENDS= p5-POE>=1.007:${PORTSDIR}/devel/p5-POE \ - p5-Net-DNS>=0.59:${PORTSDIR}/dns/p5-Net-DNS +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-Net-DNS>=0.65:${PORTSDIR}/dns/p5-Net-DNS \ + p5-POE>=1.249:${PORTSDIR}/devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/dns/p5-POE-Component-Client-DNS/distinfo b/dns/p5-POE-Component-Client-DNS/distinfo index 218d78b61df2..db89d03d3f1c 100644 --- a/dns/p5-POE-Component-Client-DNS/distinfo +++ b/dns/p5-POE-Component-Client-DNS/distinfo @@ -1,2 +1,2 @@ -SHA256 (POE-Component-Client-DNS-1.053.tar.gz) = ce1f62142a1af247e5110eea581fcfb2842c98c8e5daa8d154c545b5a281917e -SIZE (POE-Component-Client-DNS-1.053.tar.gz) = 28291 +SHA256 (POE-Component-Client-DNS-1.054.tar.gz) = b19a06920a69b74c2712bb5a48b719ce58965309d9beb3e2a35d8ff783625c31 +SIZE (POE-Component-Client-DNS-1.054.tar.gz) = 28412 diff --git a/dns/p5-POE-Component-Client-DNS/pkg-plist b/dns/p5-POE-Component-Client-DNS/pkg-plist index 32687d034da6..b23dad0c4ba0 100644 --- a/dns/p5-POE-Component-Client-DNS/pkg-plist +++ b/dns/p5-POE-Component-Client-DNS/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/POE::Component::Client::DNS.3.gz %%SITE_PERL%%/POE/Component/Client/DNS.pm +%%PERL5_MAN3%%/POE::Component::Client::DNS.3.gz |