From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 28 06:00:33 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 486B316A402 for ; Fri, 28 Apr 2006 06:00:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FE8243D4C for ; Fri, 28 Apr 2006 06:00:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3S60WgQ019646 for ; Fri, 28 Apr 2006 06:00:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3S60Wq3019645; Fri, 28 Apr 2006 06:00:32 GMT (envelope-from gnats) Resent-Date: Fri, 28 Apr 2006 06:00:32 GMT Resent-Message-Id: <200604280600.k3S60Wq3019645@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E1C116A405; Fri, 28 Apr 2006 05:50:16 +0000 (UTC) (envelope-from leeym@utopia.leeym.com) Received: from msr12.hinet.net (msr12.hinet.net [168.95.4.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6798643D48; Fri, 28 Apr 2006 05:50:15 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by msr12.hinet.net (8.9.3/8.9.3) with ESMTP id NAA29957; Fri, 28 Apr 2006 13:50:13 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 5026EB29CDC; Fri, 28 Apr 2006 13:50:13 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iopCbrFeIGkL; Fri, 28 Apr 2006 13:50:08 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id B3D22B29C92; Fri, 28 Apr 2006 13:50:08 +0800 (CST) Message-Id: <20060428055008.B3D22B29C92@utopia.leeym.com> Date: Fri, 28 Apr 2006 13:50:08 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mat@FreeBSD.org Subject: ports/96447: [PATCH] www/p5-CGI-Untaint: undate dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 06:00:33 -0000 >Number: 96447 >Category: ports >Synopsis: [PATCH] www/p5-CGI-Untaint: undate 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 Apr 28 06:00:31 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.1-RC i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 6.1-RC FreeBSD 6.1-RC #0: Tue Apr 11 08:54:13 CST 2006 >Description: - replace p5-UNIVERSAL-exports with p5-UNIVERSAL-require - update dependency Port maintainer (mat@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-CGI-Untaint-1.26.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-CGI-Untaint/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 22 Nov 2005 11:48:20 -0000 1.5 +++ Makefile 28 Apr 2006 05:49:41 -0000 @@ -15,16 +15,19 @@ MAINTAINER= mat@FreeBSD.org COMMENT= Process CGI input parameters -RUN_DEPENDS= ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-exports \ +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} \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple 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.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: