Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2015 19:13:17 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401539 - head/dns/p5-POE-Component-Client-DNS
Message-ID:  <201511131913.tADJDH4j084347@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Nov 13 19:13:17 2015
New Revision: 401539
URL: https://svnweb.freebsd.org/changeset/ports/401539

Log:
  - 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

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

Modified: head/dns/p5-POE-Component-Client-DNS/Makefile
==============================================================================
--- head/dns/p5-POE-Component-Client-DNS/Makefile	Fri Nov 13 19:13:13 2015	(r401538)
+++ head/dns/p5-POE-Component-Client-DNS/Makefile	Fri Nov 13 19:13:17 2015	(r401539)
@@ -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
 

Modified: head/dns/p5-POE-Component-Client-DNS/distinfo
==============================================================================
--- head/dns/p5-POE-Component-Client-DNS/distinfo	Fri Nov 13 19:13:13 2015	(r401538)
+++ head/dns/p5-POE-Component-Client-DNS/distinfo	Fri Nov 13 19:13:17 2015	(r401539)
@@ -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

Modified: head/dns/p5-POE-Component-Client-DNS/pkg-plist
==============================================================================
--- head/dns/p5-POE-Component-Client-DNS/pkg-plist	Fri Nov 13 19:13:13 2015	(r401538)
+++ head/dns/p5-POE-Component-Client-DNS/pkg-plist	Fri Nov 13 19:13:17 2015	(r401539)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511131913.tADJDH4j084347>