Date: Sun, 31 Jul 2011 02:21:20 +0100 (BST) From: Jase Thew <freebsd@beardz.net> To: FreeBSD-gnats-submit@freebsd.org Cc: perl@freebsd.org Subject: [PATCH] www/p5-POE-Component-Client-HTTP: update to 0.9440 Message-ID: <201107310121.p6V1LKhg096959@beardz.net>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Jase Thew >Organization: >Confidential: no >Synopsis: [PATCH] www/p5-POE-Component-Client-HTTP: update to 0.9440 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 8.2-STABLE amd64 >Environment: System: FreeBSD jail-ports.localdomain 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Apr 2 19:17:15 BST >Description: - Update to 0.9440 - Fix-up MASTER_SITES and MASTER_SITE_SUBDIR to CPAN new world order - Move LICENSE* to quench LINT warnings Please note - this PR has a dependancy on update PR ports/159283 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-POE-Component-Client-HTTP-0.9440.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/p5-POE-Component-Client-HTTP.orig/Makefile /usr/ports/www/p5-POE-Component-Client-HTTP/Makefile --- /usr/ports/www/p5-POE-Component-Client-HTTP.orig/Makefile 2011-05-05 02:41:04.000000000 +0100 +++ /usr/ports/www/p5-POE-Component-Client-HTTP/Makefile 2011-07-31 02:14:54.683596744 +0100 @@ -6,27 +6,28 @@ # PORTNAME= POE-Component-Client-HTTP -PORTVERSION= 0.9430 +PORTVERSION= 0.9440 CATEGORIES= www perl5 -MASTER_SITES= CPAN/${PORTNAME:C/-.*//}/RCAPUTO +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:RCAPUTO PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= perl@FreeBSD.org COMMENT= POE component for non-blocking/concurrent HTTP queries -BUILD_DEPENDS= p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-POE>=1.312:${PORTSDIR}/devel/p5-POE \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-URI>=1.37:${PORTSDIR}/net/p5-URI \ - p5-POE-Component-Client-Keepalive>=0.2670:${PORTSDIR}/net/p5-POE-Component-Client-Keepalive \ + p5-POE-Component-Client-Keepalive>=0.2680:${PORTSDIR}/net/p5-POE-Component-Client-Keepalive \ p5-Test-POE-Server-TCP>=1.14:${PORTSDIR}/devel/p5-Test-POE-Server-TCP \ p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple \ p5-Socket-GetAddrInfo>=0.19:${PORTSDIR}/net/p5-Socket-GetAddrInfo RUN_DEPENDS:= ${BUILD_DEPENDS} -LICENSE= ART10 GPLv1 -LICENSE_COMB= dual - PERL_CONFIGURE= yes MAN3= POE::Component::Client::HTTP.3 \ diff -ruN --exclude=CVS /usr/ports/www/p5-POE-Component-Client-HTTP.orig/distinfo /usr/ports/www/p5-POE-Component-Client-HTTP/distinfo --- /usr/ports/www/p5-POE-Component-Client-HTTP.orig/distinfo 2011-05-05 02:41:04.000000000 +0100 +++ /usr/ports/www/p5-POE-Component-Client-HTTP/distinfo 2011-07-31 02:14:54.684608043 +0100 @@ -1,2 +1,2 @@ -SHA256 (POE-Component-Client-HTTP-0.943.tar.gz) = ec1cef1c94373efea058c650521df5d7189d19cb99099c47a6115f3b5b9a701c -SIZE (POE-Component-Client-HTTP-0.943.tar.gz) = 80108 +SHA256 (POE-Component-Client-HTTP-0.944.tar.gz) = cfd1b56ba5fb33b0dc13f7c6eb1f436709094e8ecab8f64ce5a6da8210f15f3c +SIZE (POE-Component-Client-HTTP-0.944.tar.gz) = 80426 --- p5-POE-Component-Client-HTTP-0.9440.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107310121.p6V1LKhg096959>