Date: Tue, 28 Feb 2012 15:58:47 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: tobez@FreeBSD.org Subject: ports/165538: [PATCH] www/p5-CGI.pm: update to 3.59,1 Message-ID: <201202282058.q1SKwlTU090519@meatwad.mouf.net> Resent-Message-ID: <201202282100.q1SL0RSp020579@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165538 >Category: ports >Synopsis: [PATCH] www/p5-CGI.pm: update to 3.59,1 >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: Tue Feb 28 21:00:26 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 3.59,1 - Add TEST_DEPENDS to enable testing Port maintainer (tobez@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- p5-CGI.pm-3.59,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-CGI.pm/Makefile,v retrieving revision 1.52 diff -u -u -r1.52 Makefile --- Makefile 28 Nov 2011 11:33:58 -0000 1.52 +++ Makefile 28 Feb 2012 20:58:33 -0000 @@ -6,7 +6,7 @@ # PORTNAME= CGI.pm -PORTVERSION= 3.58 +PORTVERSION= 3.59 PORTEPOCH= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN @@ -16,11 +16,11 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= Simple Common Gateway Interface Class for Perl -TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple - LICENSE= ART20 GPLv1 LICENSE_COMB= dual +TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple + PERL_CONFIGURE= yes MAN3= CGI.3 CGI::Apache.3 CGI::Carp.3 CGI::Cookie.3 \ @@ -48,4 +48,10 @@ post-patch: @${REINPLACE_CMD} -e '/require 5\.6/d; /INSTALLDIRS/d' ${WRKSRC}/Makefile.PL -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-CGI.pm/distinfo,v retrieving revision 1.42 diff -u -u -r1.42 distinfo --- distinfo 28 Nov 2011 11:33:58 -0000 1.42 +++ distinfo 28 Feb 2012 20:58:33 -0000 @@ -1,2 +1,2 @@ -SHA256 (CGI.pm-3.58.tar.gz) = 14123d21a0af7908a0c1697b4ba8e71582c664b7390dc617c0b9ac27e2fdab84 -SIZE (CGI.pm-3.58.tar.gz) = 244996 +SHA256 (CGI.pm-3.59.tar.gz) = dbe34ea0bc2b9fe1b1bf6a9501da34038c8d9663d2fb670d97b888d4002c117c +SIZE (CGI.pm-3.59.tar.gz) = 245732 --- p5-CGI.pm-3.59,1.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?201202282058.q1SKwlTU090519>