svn commit: r435261 - head/dns/p5-POE-Component-Client-DNS-Recursive

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 2 17:59:38 UTC 2017


Author: sunpoet
Date: Thu Mar  2 17:59:37 2017
New Revision: 435261
URL: https://svnweb.freebsd.org/changeset/ports/435261

Log:
  Update to 1.12
  
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Sort PLIST
  
  Changes:	http://search.cpan.org/dist/POE-Component-Client-DNS-Recursive/Changes

Modified:
  head/dns/p5-POE-Component-Client-DNS-Recursive/Makefile
  head/dns/p5-POE-Component-Client-DNS-Recursive/distinfo
  head/dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist

Modified: head/dns/p5-POE-Component-Client-DNS-Recursive/Makefile
==============================================================================
--- head/dns/p5-POE-Component-Client-DNS-Recursive/Makefile	Thu Mar  2 17:59:32 2017	(r435260)
+++ head/dns/p5-POE-Component-Client-DNS-Recursive/Makefile	Thu Mar  2 17:59:37 2017	(r435261)
@@ -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
 

Modified: head/dns/p5-POE-Component-Client-DNS-Recursive/distinfo
==============================================================================
--- head/dns/p5-POE-Component-Client-DNS-Recursive/distinfo	Thu Mar  2 17:59:32 2017	(r435260)
+++ head/dns/p5-POE-Component-Client-DNS-Recursive/distinfo	Thu Mar  2 17:59:37 2017	(r435261)
@@ -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

Modified: head/dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist
==============================================================================
--- head/dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist	Thu Mar  2 17:59:32 2017	(r435260)
+++ head/dns/p5-POE-Component-Client-DNS-Recursive/pkg-plist	Thu Mar  2 17:59:37 2017	(r435261)
@@ -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


More information about the svn-ports-head mailing list