Date: Tue, 22 Aug 2006 08:58:35 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org, tobez@FreeBSD.org Subject: ports/102369: [PATCH] www/p5-CGI.pm: update to 3.21 Message-ID: <20060822005835.9F0F5153@netnews.NCTU.edu.tw> Resent-Message-ID: <200608220100.k7M10UWM097833@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 102369 >Category: ports >Synopsis: [PATCH] www/p5-CGI.pm: update to 3.21 >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 Aug 22 01:00:30 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Update to 3.21 - Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid unused run-depend Port maintainer (tobez@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-CGI.pm-3.21,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/p5-CGI.pm/Makefile /home/staff/gslin/work/p5-CGI.pm/Makefile --- /usr/ports/www/p5-CGI.pm/Makefile Mon Apr 24 16:29:38 2006 +++ /home/staff/gslin/work/p5-CGI.pm/Makefile Tue Aug 22 08:56:52 2006 @@ -6,7 +6,7 @@ # PORTNAME= CGI.pm -PORTVERSION= 3.20 +PORTVERSION= 3.21 PORTEPOCH= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -16,8 +16,8 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= Simple Common Gateway Interface Class for Perl -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff -ruN --exclude=CVS /usr/ports/www/p5-CGI.pm/distinfo /home/staff/gslin/work/p5-CGI.pm/distinfo --- /usr/ports/www/p5-CGI.pm/distinfo Mon Apr 24 16:29:38 2006 +++ /home/staff/gslin/work/p5-CGI.pm/distinfo Tue Aug 22 08:57:19 2006 @@ -1,3 +1,3 @@ -MD5 (CGI.pm-3.20.tar.gz) = 6aae724a3c6ddefd8003951437d5a895 -SHA256 (CGI.pm-3.20.tar.gz) = 08d0c38d024789749d58533241e937f96f56f248ddae4438bd6b9496217c36a7 -SIZE (CGI.pm-3.20.tar.gz) = 229568 +MD5 (CGI.pm-3.21.tar.gz) = 2bd6069e7e929a99dae4d46cdada656d +SHA256 (CGI.pm-3.21.tar.gz) = 626c75c90b80494e9a084f559c2ec7dff6c98638a479465b87168c460a10e48c +SIZE (CGI.pm-3.21.tar.gz) = 230082 --- p5-CGI.pm-3.21,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?20060822005835.9F0F5153>