ports/121213: [PATCH] www/p5-CGI-Untaint: simplify dependency

Yen-Ming Lee leeym at FreeBSD.org
Fri Feb 29 07:30:02 UTC 2008


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list