Date: Thu, 28 Feb 2008 23:26:07 -0800 (PST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mat@FreeBSD.org Subject: ports/121213: [PATCH] www/p5-CGI-Untaint: simplify dependency Message-ID: <200802290726.m1T7Q7aU089663@db1.leeym.com> Resent-Message-ID: <200802290730.m1T7U1Jo008330@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121213 >Category: ports >Synopsis: [PATCH] www/p5-CGI-Untaint: simplify dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 29 07:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD db1.leeym.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 >Description: - simplify dependency - bump PORTREVISION Port maintainer (mat@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-CGI-Untaint-1.26_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-CGI-Untaint/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 31 Aug 2007 13:37:22 -0000 1.7 +++ Makefile 29 Feb 2008 07:24:23 -0000 @@ -7,6 +7,7 @@ PORTNAME= CGI-Untaint PORTVERSION= 1.26 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,19 +15,13 @@ MAINTAINER= mat@FreeBSD.org COMMENT= Process CGI input parameters -RUN_DEPENDS= ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \ - ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm -BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= p5-UNIVERSAL-require>=0.01:${PORTSDIR}/devel/p5-UNIVERSAL-require PERL_CONFIGURE= yes MAN3= CGI::Untaint.3 CGI::Untaint::hex.3 CGI::Untaint::integer.3 \ CGI::Untaint::object.3 CGI::Untaint::printable.3 -post-configure: - ${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile - .if !defined(NOPORTDOCS) PORTDOCS= Changes --- p5-CGI-Untaint-1.26_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?200802290726.m1T7Q7aU089663>