Date: Fri, 10 Feb 2012 19:43:34 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: kuriyama@FreeBSD.org Subject: ports/164971: [PATCH] devel/p5-Test-TCP: update to 1.15 Message-ID: <201202110043.q1B0hYdv065233@meatwad.mouf.net> Resent-Message-ID: <201202110050.q1B0o7Wt087864@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164971 >Category: ports >Synopsis: [PATCH] devel/p5-Test-TCP: update to 1.15 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Feb 11 00:50:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: - Update to 1.15 Port maintainer (kuriyama@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- p5-Test-TCP-1.15.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Test-TCP/Makefile,v retrieving revision 1.19 diff -u -u -r1.19 Makefile --- Makefile 10 Dec 2011 22:56:19 -0000 1.19 +++ Makefile 11 Feb 2012 00:43:28 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Test-TCP -PORTVERSION= 1.14 +PORTVERSION= 1.15 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TOKUHIROM @@ -23,4 +23,10 @@ MAN3= Test::TCP.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Test-TCP/distinfo,v retrieving revision 1.19 diff -u -u -r1.19 distinfo --- distinfo 10 Dec 2011 22:56:19 -0000 1.19 +++ distinfo 11 Feb 2012 00:43:28 -0000 @@ -1,2 +1,2 @@ -SHA256 (Test-TCP-1.14.tar.gz) = 0d706a88620d8c806ccaf6ca904486d2cbea3e47d75af9983633215b51636238 -SIZE (Test-TCP-1.14.tar.gz) = 25902 +SHA256 (Test-TCP-1.15.tar.gz) = 22fed9fe3d683843524530327fd552548a87cd49e73d3286105f951e30e78664 +SIZE (Test-TCP-1.15.tar.gz) = 25981 --- p5-Test-TCP-1.15.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202110043.q1B0hYdv065233>