FreeBSD Bugzilla – Attachment 63443 Details for
Bug 94638
[PATCH] www/validator: add www/p5-CGI.pm to RUN_DEPENDS only when perl is older than 5.8.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-www::validator
patch-www::validator (text/plain), 1.06 KB, created by
Yasuhiro Kimura
on 2006-03-18 11:50:16 UTC
(
hide
)
Description:
patch-www::validator
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2006-03-18 11:50:16 UTC
Size:
1.06 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /usr1/freebsd/cvsroot/ports/www/validator/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- Makefile 13 Mar 2006 01:42:45 -0000 1.6 >+++ Makefile 18 Mar 2006 11:14:48 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= validator > PORTVERSION= 0.7.2 >+PORTREVISION= 1 > CATEGORIES= www > MASTER_SITES= http://validator.w3.org/dist/ \ > http://www.cyberbotx.com/w3c-validator/ >@@ -16,7 +17,6 @@ > COMMENT= Markup Validation Service from the World Wide Web Consortium (W3C) > > RUN_DEPENDS= onsgmls:${PORTSDIR}/textproc/opensp \ >- ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ > ${SITE_PERL}/Config/General.pm:${PORTSDIR}/devel/p5-Config-General \ > ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ > ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \ >@@ -110,4 +110,8 @@ > IGNORE= requires Perl 5.6.0 or better to run > .endif > >+.if ${PERL_LEVEL} < 500800 >+RUN_DEPENDS+= ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm >+.endif >+ > .include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 94638
: 63443