Date: Sat, 6 Aug 2011 14:30:16 GMT From: Jase Thew <freebsd@beardz.net> To: perl@FreeBSD.org Subject: Re: ports/159314: [MAINTAINER] dns/p5-POE-Component-Resolver: update to 0.913 Message-ID: <201108061430.p76EUGKs028228@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/159314; it has been noted by GNATS. From: Jase Thew <freebsd@beardz.net> To: bug-followup@FreeBSD.org, freebsd@beardz.net Cc: Subject: Re: ports/159314: [MAINTAINER] dns/p5-POE-Component-Resolver: update to 0.913 Date: Sat, 06 Aug 2011 15:24:31 +0100 This is a multi-part message in MIME format. --------------020200090906050003020609 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Please find attached an updated patch : - Update to 0.913 - Make use of CPAN:USER macro - Correct LICENSE (ART10 instead of ART20) - Pet portlint(1) by reordering LICENSE section --------------020200090906050003020609 Content-Type: text/plain; name="p5-POE-Component-Resolver-0.913.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="p5-POE-Component-Resolver-0.913.patch" diff -ruN --exclude=CVS /usr/ports/dns/p5-POE-Component-Resolver.orig/Makefile /usr/ports/dns/p5-POE-Component-Resolver/Makefile --- /usr/ports/dns/p5-POE-Component-Resolver.orig/Makefile 2011-05-05 02:37:50.000000000 +0100 +++ /usr/ports/dns/p5-POE-Component-Resolver/Makefile 2011-08-06 15:19:12.451547422 +0100 @@ -6,16 +6,17 @@ # PORTNAME= POE-Component-Resolver -PORTVERSION= 0.912 +PORTVERSION= 0.913 CATEGORIES= dns devel perl5 -MASTER_SITES= CPAN/${PORTNAME:C/-.*//}/RCAPUTO +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:RCAPUTO PKGNAMEPREFIX= p5- MAINTAINER= freebsd@beardz.net COMMENT= A non-blocking getaddrinfo() resolver +LICENSE= ART10 GPLv1 LICENSE_COMB= dual -LICENSE= ART20 GPLv1 BUILD_DEPENDS= p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \ p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils \ diff -ruN --exclude=CVS /usr/ports/dns/p5-POE-Component-Resolver.orig/distinfo /usr/ports/dns/p5-POE-Component-Resolver/distinfo --- /usr/ports/dns/p5-POE-Component-Resolver.orig/distinfo 2011-05-05 02:37:50.000000000 +0100 +++ /usr/ports/dns/p5-POE-Component-Resolver/distinfo 2011-07-30 16:29:24.782794603 +0100 @@ -1,2 +1,2 @@ -SHA256 (POE-Component-Resolver-0.912.tar.gz) = 75648dcd441bb60cb57bed96ab8ae16d26901af6d9512c7b7f65b85ed51e3de4 -SIZE (POE-Component-Resolver-0.912.tar.gz) = 26709 +SHA256 (POE-Component-Resolver-0.913.tar.gz) = ed1d4d8c4708863a30bd0ec189b6a0ec0ee72d8fa719a561d7580fd3b504dffe +SIZE (POE-Component-Resolver-0.913.tar.gz) = 27927 --------------020200090906050003020609--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108061430.p76EUGKs028228>