ports/96447: [PATCH] www/p5-CGI-Untaint: undate dependency
Yen-Ming Lee
leeym at FreeBSD.org
Fri Apr 28 06:00:33 UTC 2006
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list