diff options
author | leeym <leeym@FreeBSD.org> | 2009-10-23 08:30:06 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2009-10-23 08:30:06 +0800 |
commit | 75205115cdf6bddfbff26bcfedce5e08f2906975 (patch) | |
tree | 991a1c1e56001d7e1bb27797788685314b6afc9a /www | |
parent | 3bc752279a968cc2b8d02edba7f7a80f4b657adc (diff) | |
download | freebsd-ports-gnome-75205115cdf6bddfbff26bcfedce5e08f2906975.tar.gz freebsd-ports-gnome-75205115cdf6bddfbff26bcfedce5e08f2906975.tar.zst freebsd-ports-gnome-75205115cdf6bddfbff26bcfedce5e08f2906975.zip |
- replace ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm with p5-Params-Validate>=0 since it changed the file path.
- portlint
PR: follow-up to ports/139837
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-Session-Wrapper/Makefile | 2 | ||||
-rw-r--r-- | www/p5-CGI-Application-Dispatch-Server/Makefile | 2 | ||||
-rw-r--r-- | www/p5-RT-Client-REST/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Apache-Session-Wrapper/Makefile b/www/p5-Apache-Session-Wrapper/Makefile index 3d13c0a27842..5132e96be14b 100644 --- a/www/p5-Apache-Session-Wrapper/Makefile +++ b/www/p5-Apache-Session-Wrapper/Makefile @@ -15,7 +15,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= A simple wrapper around Apache::Session BUILD_DEPENDS= ${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/www/p5-CGI-Application-Dispatch-Server/Makefile b/www/p5-CGI-Application-Dispatch-Server/Makefile index eaffd5846381..db83d55760cd 100644 --- a/www/p5-CGI-Application-Dispatch-Server/Makefile +++ b/www/p5-CGI-Application-Dispatch-Server/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/CGI/Application/Dispatch.pm:${PORTSDIR}/www/p5-CGI-Application-Dispatch \ ${SITE_PERL}/HTTP/Server/Simple/CGI.pm:${PORTSDIR}/www/p5-HTTP-Server-Simple \ ${SITE_PERL}/HTTP/Server/Simple/Static.pm:${PORTSDIR}/www/p5-HTTP-Server-Simple-Static \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate PERL_MODBUILD= 5.8.0+ diff --git a/www/p5-RT-Client-REST/Makefile b/www/p5-RT-Client-REST/Makefile index aa038f46cf82..e8043acd4dc3 100644 --- a/www/p5-RT-Client-REST/Makefile +++ b/www/p5-RT-Client-REST/Makefile @@ -17,7 +17,7 @@ COMMENT= Perl modules designed to talk to RT installation using REST protocol BUILD_DEPENDS= ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \ ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ ${SITE_PERL}/HTTP/Cookies.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception RUN_DEPENDS= ${BUILD_DEPENDS} |