diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-02 17:59:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-02 17:59:37 +0000 |
commit | 585d14b21ee286e354979596f3b698d3e56571c4 (patch) | |
tree | ac6d6c7062c7166c19d2fae4df1ebd35d8c81166 | |
parent | 543130a1a56702426d909da1727363a5833e9b5c (diff) | |
download | freebsd-ports-585d14b21ee286e354979596f3b698d3e56571c4.zip |
Update to 1.12
- Add LICENSE_FILE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/POE-Component-Client-DNS-Recursive/Changes
-rw-r--r-- | dns/p5-POE-Component-Client-DNS-Recursive/Makefile | 5 | ||||
-rw-r--r-- | dns/p5-POE-Component-Client-DNS-Recursive/distinfo | 5 | ||||
-rw-r--r-- | dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/dns/p5-POE-Component-Client-DNS-Recursive/Makefile b/dns/p5-POE-Component-Client-DNS-Recursive/Makefile index 694d1c275d68..8e1dc855a87d 100644 --- a/dns/p5-POE-Component-Client-DNS-Recursive/Makefile +++ b/dns/p5-POE-Component-Client-DNS-Recursive/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-Client-DNS-Recursive -PORTVERSION= 1.08 -PORTREVISION= 1 +PORTVERSION= 1.12 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,12 +12,14 @@ COMMENT= Recursive DNS client for POE LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS \ p5-Net-IP-Minimal>=0:net/p5-Net-IP-Minimal \ p5-POE>=1.004:devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/dns/p5-POE-Component-Client-DNS-Recursive/distinfo b/dns/p5-POE-Component-Client-DNS-Recursive/distinfo index 16870772c5f0..2808ec9fddc8 100644 --- a/dns/p5-POE-Component-Client-DNS-Recursive/distinfo +++ b/dns/p5-POE-Component-Client-DNS-Recursive/distinfo @@ -1,2 +1,3 @@ -SHA256 (POE-Component-Client-DNS-Recursive-1.08.tar.gz) = eacdec270039be04ae69650b3b8d4014377ce4fa0ff026b0c55b28c15447d32f -SIZE (POE-Component-Client-DNS-Recursive-1.08.tar.gz) = 16839 +TIMESTAMP = 1488463028 +SHA256 (POE-Component-Client-DNS-Recursive-1.12.tar.gz) = afeecb6a26b8750ab805d032de6bc3b01e68ad86ba215aa1cdc3c93e5238c148 +SIZE (POE-Component-Client-DNS-Recursive-1.12.tar.gz) = 17199 diff --git a/dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist b/dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist index d35e81c3aac2..0cbeb537717e 100644 --- a/dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist +++ b/dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/POE::Component::Client::DNS::Recursive.3.gz %%SITE_PERL%%/POE/Component/Client/DNS/Recursive.pm +%%PERL5_MAN3%%/POE::Component::Client::DNS::Recursive.3.gz |