From 0977415a79779b7f939cbc1c00f12c36fca9f589 Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Fri, 23 Oct 2009 00:30:06 +0000 Subject: - 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 --- devel/p5-Alzabo/Makefile | 2 +- devel/p5-Class-AlzaboWrapper/Makefile | 2 +- devel/p5-Class-Container/Makefile | 2 +- devel/p5-DateTime-Calendar-Discordian/Makefile | 2 +- devel/p5-DateTime-Calendar-Mayan/Makefile | 6 +++--- devel/p5-DateTime-Event-Easter/Makefile | 2 +- devel/p5-DateTime-Event-NameDay/Makefile | 6 +++--- devel/p5-DateTime-Format-Baby/Makefile | 2 +- devel/p5-DateTime-Format-Bork/Makefile | 4 ++-- devel/p5-DateTime-Format-Epoch/Makefile | 2 +- devel/p5-DateTime-Format-ICal/Makefile | 4 ++-- devel/p5-DateTime-Format-Mail/Makefile | 6 +++--- devel/p5-DateTime-Format-Natural/Makefile | 2 +- devel/p5-DateTime-Format-Strptime/Makefile | 2 +- devel/p5-Log-Dispatch-FileRotate/Makefile | 2 +- devel/p5-Log-Dispatch-FileShared/Makefile | 2 +- devel/p5-POE-API-Hooks/Makefile | 4 ++-- devel/p5-Params-CallbackRequest/Makefile | 2 +- 18 files changed, 27 insertions(+), 27 deletions(-) (limited to 'devel') diff --git a/devel/p5-Alzabo/Makefile b/devel/p5-Alzabo/Makefile index 2cf673db7587..d1e271e4a23c 100644 --- a/devel/p5-Alzabo/Makefile +++ b/devel/p5-Alzabo/Makefile @@ -16,7 +16,7 @@ COMMENT= A data modelling tool and RDBMS-OO mapper BUILD_DEPENDS= ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ ${SITE_PERL}/Class/Factory/Util.pm:${PORTSDIR}/devel/p5-Class-Factory-Util \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/devel/p5-Class-AlzaboWrapper/Makefile b/devel/p5-Class-AlzaboWrapper/Makefile index 4a540dbc2335..fcad25ddfbc9 100644 --- a/devel/p5-Class-AlzaboWrapper/Makefile +++ b/devel/p5-Class-AlzaboWrapper/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Higher level wrapper around Alzabo Row and Table objects -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ +BUILD_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}//Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ ${SITE_PERL}/Alzabo.pm:${PORTSDIR}/devel/p5-Alzabo RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/devel/p5-Class-Container/Makefile b/devel/p5-Class-Container/Makefile index a76bce0db2cc..4fca486102e3 100644 --- a/devel/p5-Class-Container/Makefile +++ b/devel/p5-Class-Container/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= dsh@vlink.ru COMMENT= Glues object frameworks together transparently -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate +BUILD_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-DateTime-Calendar-Discordian/Makefile b/devel/p5-DateTime-Calendar-Discordian/Makefile index 9522d7c111ef..e108bf075324 100644 --- a/devel/p5-DateTime-Calendar-Discordian/Makefile +++ b/devel/p5-DateTime-Calendar-Discordian/Makefile @@ -16,7 +16,7 @@ COMMENT= Perl extension for the Discordian Calendar RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ ${SITE_PERL}/DateTime/Locale.pm:${PORTSDIR}/devel/p5-DateTime-Locale \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate PERL_CONFIGURE= yes diff --git a/devel/p5-DateTime-Calendar-Mayan/Makefile b/devel/p5-DateTime-Calendar-Mayan/Makefile index 40924c655548..586729f20902 100644 --- a/devel/p5-DateTime-Calendar-Mayan/Makefile +++ b/devel/p5-DateTime-Calendar-Mayan/Makefile @@ -7,17 +7,17 @@ PORTNAME= DateTime-Calendar-Mayan PORTVERSION= 0.06.01 -DISTVERSION= ${PORTVERSION:C/\.(..)$/\1/} CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= The Mayan Long Count, Haab, and Tzolkin calendars -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ +RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes diff --git a/devel/p5-DateTime-Event-Easter/Makefile b/devel/p5-DateTime-Event-Easter/Makefile index 06b996137fa0..fdc875574d69 100644 --- a/devel/p5-DateTime-Event-Easter/Makefile +++ b/devel/p5-DateTime-Event-Easter/Makefile @@ -18,7 +18,7 @@ COMMENT= Returns Easter events for DateTime objects BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ ${SITE_PERL}/DateTime/Calendar/Julian.pm:${PORTSDIR}/devel/p5-DateTime-Calendar-Julian \ ${SITE_PERL}/DateTime/Set.pm:${PORTSDIR}/devel/p5-DateTime-Set \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-DateTime-Event-NameDay/Makefile b/devel/p5-DateTime-Event-NameDay/Makefile index c74d0493f9e6..0ed6c49820d3 100644 --- a/devel/p5-DateTime-Event-NameDay/Makefile +++ b/devel/p5-DateTime-Event-NameDay/Makefile @@ -15,12 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl DateTime extension to work with namedays from various countries -BUILD_DEPENDS= ${RUN_DEPENDS} \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ ${SITE_PERL}/DateTime/Set.pm:${PORTSDIR}/devel/p5-DateTime-Set \ ${SITE_PERL}/DateTime/Calendar/Christian.pm:${PORTSDIR}/devel/p5-DateTime-Calendar-Christian \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate +BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple PERL_MODBUILD= yes diff --git a/devel/p5-DateTime-Format-Baby/Makefile b/devel/p5-DateTime-Format-Baby/Makefile index 9638c71af39d..ed5c07ca02f5 100644 --- a/devel/p5-DateTime-Format-Baby/Makefile +++ b/devel/p5-DateTime-Format-Baby/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parse and format baby-style time -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ +RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime BUILD_DEPENDS= ${RUN_DEPENDS} diff --git a/devel/p5-DateTime-Format-Bork/Makefile b/devel/p5-DateTime-Format-Bork/Makefile index 458071342fbf..d16f4cc6f42e 100644 --- a/devel/p5-DateTime-Format-Bork/Makefile +++ b/devel/p5-DateTime-Format-Bork/Makefile @@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Formats datetimes for that guy from The Muppet Show -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ +RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ ${SITE_PERL}/DateTime/Format/Builder.pm:${PORTSDIR}/devel/p5-DateTime-Format-Builder +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes diff --git a/devel/p5-DateTime-Format-Epoch/Makefile b/devel/p5-DateTime-Format-Epoch/Makefile index 68889497ce00..800a95a8f896 100644 --- a/devel/p5-DateTime-Format-Epoch/Makefile +++ b/devel/p5-DateTime-Format-Epoch/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Convert DateTimes to/from epoch seconds -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ +RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt BUILD_DEPENDS= ${RUN_DEPENDS} diff --git a/devel/p5-DateTime-Format-ICal/Makefile b/devel/p5-DateTime-Format-ICal/Makefile index a0351e0b55a6..b3d5a0cd7356 100644 --- a/devel/p5-DateTime-Format-ICal/Makefile +++ b/devel/p5-DateTime-Format-ICal/Makefile @@ -14,12 +14,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parse and format ICal datetime and duration strings -BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ ${SITE_PERL}/DateTime/TimeZone.pm:${PORTSDIR}/devel/p5-DateTime-TimeZone \ ${SITE_PERL}/DateTime/Event/ICal.pm:${PORTSDIR}/devel/p5-DateTime-Event-ICal \ ${SITE_PERL}/DateTime/Span.pm:${PORTSDIR}/devel/p5-DateTime-Set \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes diff --git a/devel/p5-DateTime-Format-Mail/Makefile b/devel/p5-DateTime-Format-Mail/Makefile index 171469ff8d13..89ba27933f7a 100644 --- a/devel/p5-DateTime-Format-Mail/Makefile +++ b/devel/p5-DateTime-Format-Mail/Makefile @@ -7,17 +7,17 @@ PORTNAME= DateTime-Format-Mail PORTVERSION= 0.30.01 -DISTVERSION= ${PORTVERSION:C/\.(..)$/\1/} CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Convert between DateTime and RFC2822/822 formats -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ +RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes diff --git a/devel/p5-DateTime-Format-Natural/Makefile b/devel/p5-DateTime-Format-Natural/Makefile index 05bf3609d9d4..a47fabfd392c 100644 --- a/devel/p5-DateTime-Format-Natural/Makefile +++ b/devel/p5-DateTime-Format-Natural/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= \ ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes diff --git a/devel/p5-DateTime-Format-Strptime/Makefile b/devel/p5-DateTime-Format-Strptime/Makefile index af2192001557..069417e65866 100644 --- a/devel/p5-DateTime-Format-Strptime/Makefile +++ b/devel/p5-DateTime-Format-Strptime/Makefile @@ -17,7 +17,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= perl@FreeBSD.org COMMENT= Parse and format strp and strf time patterns -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ +RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/DateTime/TimeZone.pm:${PORTSDIR}/devel/p5-DateTime-TimeZone \ ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime BUILD_DEPENDS= ${RUN_DEPENDS} diff --git a/devel/p5-Log-Dispatch-FileRotate/Makefile b/devel/p5-Log-Dispatch-FileRotate/Makefile index f2a1239ec7d3..a92bd45b7822 100644 --- a/devel/p5-Log-Dispatch-FileRotate/Makefile +++ b/devel/p5-Log-Dispatch-FileRotate/Makefile @@ -16,7 +16,7 @@ COMMENT= A Log::Dispatch plug-in for files that archive/rotate themselves BUILD_DEPENDS= ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \ ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/devel/p5-Log-Dispatch-FileShared/Makefile b/devel/p5-Log-Dispatch-FileShared/Makefile index 888b6a44dee2..6d03633293d5 100644 --- a/devel/p5-Log-Dispatch-FileShared/Makefile +++ b/devel/p5-Log-Dispatch-FileShared/Makefile @@ -15,7 +15,7 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= A Log::Dispatch output class for logging to shared files BUILD_DEPENDS= ${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-POE-API-Hooks/Makefile b/devel/p5-POE-API-Hooks/Makefile index 6539694de868..85bad35f721e 100644 --- a/devel/p5-POE-API-Hooks/Makefile +++ b/devel/p5-POE-API-Hooks/Makefile @@ -9,14 +9,14 @@ PORTNAME= POE-API-Hooks PORTVERSION= 1.0500 CATEGORIES= devel perl5 MASTER_SITES= CPAN -DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//} PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//} MAINTAINER= skv@FreeBSD.org COMMENT= Implement lightweight hooks into POE BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Params-CallbackRequest/Makefile b/devel/p5-Params-CallbackRequest/Makefile index c1133e94233f..80ed61c65b49 100644 --- a/devel/p5-Params-CallbackRequest/Makefile +++ b/devel/p5-Params-CallbackRequest/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Provide callbacks to method and function parameters -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ +RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ ${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA BUILD_DEPENDS= ${RUN_DEPENDS} -- cgit v1.2.3