diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-12-22 08:11:12 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-12-22 08:11:12 +0800 |
commit | 4a4659b2cea96592639d0c4b88f5778f1c5e1507 (patch) | |
tree | 27682738716b62adb5affadcb386f41a9b3add31 | |
parent | f30066dff445343594a882b227c37fb80800f019 (diff) | |
download | freebsd-ports-gnome-4a4659b2cea96592639d0c4b88f5778f1c5e1507.tar.gz freebsd-ports-gnome-4a4659b2cea96592639d0c4b88f5778f1c5e1507.tar.zst freebsd-ports-gnome-4a4659b2cea96592639d0c4b88f5778f1c5e1507.zip |
- Remove test-only and included-in-perl-5.8 dependencies.
-rw-r--r-- | databases/p5-Class-DBI-FromCGI/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Curses-UI/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Forest/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Perl6-Say/Makefile | 5 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment/Makefile | 2 | ||||
-rw-r--r-- | lang/p5-JSAN/Makefile | 9 | ||||
-rw-r--r-- | net/p5-Net-CIDR-Lite/Makefile | 3 |
7 files changed, 13 insertions, 23 deletions
diff --git a/databases/p5-Class-DBI-FromCGI/Makefile b/databases/p5-Class-DBI-FromCGI/Makefile index 276307892049..07128e068125 100644 --- a/databases/p5-Class-DBI-FromCGI/Makefile +++ b/databases/p5-Class-DBI-FromCGI/Makefile @@ -7,6 +7,7 @@ PORTNAME= Class-DBI-FromCGI PORTVERSION= 1.00 +PORTREVISION= 1 CATEGORIES= databases www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Update Class::DBI data using CGI::Untaint -BUILD_DEPENDS= ${RUN_DEPENDS} \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \ ${SITE_PERL}/CGI/Untaint.pm:${PORTSDIR}/www/p5-CGI-Untaint diff --git a/devel/p5-Curses-UI/Makefile b/devel/p5-Curses-UI/Makefile index c516d18127e9..b4b83c0e1725 100644 --- a/devel/p5-Curses-UI/Makefile +++ b/devel/p5-Curses-UI/Makefile @@ -7,6 +7,7 @@ PORTNAME= Curses-UI PORTVERSION= 0.9607 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,8 +16,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= A curses based OO user interface framework BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses \ - ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ - ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod + ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Forest/Makefile b/devel/p5-Forest/Makefile index 9f3ad4176843..42c5b74bd305 100644 --- a/devel/p5-Forest/Makefile +++ b/devel/p5-Forest/Makefile @@ -7,6 +7,7 @@ PORTNAME= Forest PORTVERSION= 0.07 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/S/ST/STEVAN @@ -15,11 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A collection of n-ary tree related modules -RUN_DEPENDS= p5-Moose>=0.45:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-AttributeHelpers>=0:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ - p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ - p5-Sub-Current>=0:${PORTSDIR}/devel/p5-Sub-Current \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +RUN_DEPENDS= p5-Moose>=0.35:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-AttributeHelpers>=0.07:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ + p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Perl6-Say/Makefile b/devel/p5-Perl6-Say/Makefile index 322748d0f30e..a9c4aab3c0c0 100644 --- a/devel/p5-Perl6-Say/Makefile +++ b/devel/p5-Perl6-Say/Makefile @@ -7,6 +7,7 @@ PORTNAME= Perl6-Say PORTVERSION= 0.15 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl 6 say (print, but no newline needed) function -BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.07:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - p5-Test-Simple>=0.44:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS+= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= Perl6::Say.3 diff --git a/finance/p5-Business-OnlinePayment/Makefile b/finance/p5-Business-OnlinePayment/Makefile index 2e810f81e928..d16d38612b61 100644 --- a/finance/p5-Business-OnlinePayment/Makefile +++ b/finance/p5-Business-OnlinePayment/Makefile @@ -7,6 +7,7 @@ PORTNAME= Business-OnlinePayment PORTVERSION= 3.00 +PORTREVISION= 1 CATEGORIES= finance perl5 MASTER_SITES= CPAN/../by-authors/id/I/IV/IVAN/ PKGNAMEPREFIX= p5- @@ -18,7 +19,6 @@ COMMENT= A generic interface for processing online credit card payments BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \ - ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/lang/p5-JSAN/Makefile b/lang/p5-JSAN/Makefile index 474085259fbe..f56e2da016db 100644 --- a/lang/p5-JSAN/Makefile +++ b/lang/p5-JSAN/Makefile @@ -7,7 +7,7 @@ PORTNAME= JSAN PORTVERSION= 0.07 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/C/CW/CWEST @@ -22,15 +22,10 @@ BUILD_DEPENDS= p5-Class-DBI-SQLite>=0:${PORTSDIR}/databases/p5-Class-DBI-SQLite p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI \ p5-Class-DBI-DATA-Schema>=0:${PORTSDIR}/databases/p5-Class-DBI-DATA-Schema \ p5-Class-DBI-Loader>=0:${PORTSDIR}/databases/p5-Class-DBI-Loader \ - p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp \ - p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator \ - p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ - p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \ - p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath \ - p5-ExtUtils-AutoInstall>=0:${PORTSDIR}/devel/p5-ExtUtils-AutoInstall + p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/net/p5-Net-CIDR-Lite/Makefile b/net/p5-Net-CIDR-Lite/Makefile index 1df9a140d3bc..8bbd34d48ebc 100644 --- a/net/p5-Net-CIDR-Lite/Makefile +++ b/net/p5-Net-CIDR-Lite/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-CIDR-Lite PORTVERSION= 0.20 +PORTREVISION= 1 CATEGORIES= net perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for merging IPv4 or IPv6 CIDR addresses -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple - PERL_CONFIGURE= yes MAN3= Net::CIDR::Lite.3 |