diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 22:37:43 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 22:37:43 +0000 |
commit | 62b70a85de3b100d6a95481572ab67d9fc5c39f2 (patch) | |
tree | 149852f2f73ac2fb6430cf6f1d618acb1edbc6f6 /devel | |
parent | bd4db3adf7086cbf9916b7e8101aa3215827e672 (diff) | |
download | ports-62b70a85de3b100d6a95481572ab67d9fc5c39f2.tar.gz ports-62b70a85de3b100d6a95481572ab67d9fc5c39f2.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Module-Release/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Module-Used/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Moose/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-MooseX-Storage/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-POE-Component-Child/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-POE-Component-IKC/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-POE-Stage/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-POE/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-Params-Coerce/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Pipeline/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-SOAP-WSDL/Makefile | 13 | ||||
-rw-r--r-- | devel/p5-SPOPS/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-SUPER/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-SVN-Dumpfile/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-SVN-Look/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-SVN-Notify/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-SVN-S4/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Test-Dependencies/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Test-Distribution/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Test-JSON/Makefile | 2 |
20 files changed, 33 insertions, 57 deletions
diff --git a/devel/p5-Module-Release/Makefile b/devel/p5-Module-Release/Makefile index 0dd990f1f049..d89c9e0e0069 100644 --- a/devel/p5-Module-Release/Makefile +++ b/devel/p5-Module-Release/Makefile @@ -7,6 +7,7 @@ PORTNAME= Module-Release PORTVERSION= 2.05 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Upload files to CPAN and SourceForge -BUILD_DEPENDS= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ - ${SITE_PERL}/IO/Null.pm:${PORTSDIR}/devel/p5-IO-Null \ - ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ +BUILD_DEPENDS= ${SITE_PERL}/IO/Null.pm:${PORTSDIR}/devel/p5-IO-Null \ ${SITE_PERL}/ConfigReader/Simple.pm:${PORTSDIR}/devel/p5-ConfigReader-Simple \ ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ ${SITE_PERL}/HTTP/Message.pm:${PORTSDIR}/www/p5-libwww diff --git a/devel/p5-Module-Used/Makefile b/devel/p5-Module-Used/Makefile index 80637ffa5aae..ffdcd7819542 100644 --- a/devel/p5-Module-Used/Makefile +++ b/devel/p5-Module-Used/Makefile @@ -7,6 +7,7 @@ PORTNAME= Module-Used PORTVERSION= v1.2.0 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +19,6 @@ RUN_DEPENDS= p5-File-Next>=1.02:${PORTSDIR}/sysutils/p5-File-Next \ p5-PPI>=1.203:${PORTSDIR}/textproc/p5-PPI \ p5-version>=0.74:${PORTSDIR}/devel/p5-version \ p5-Test-Deep>=0.098:${PORTSDIR}/devel/p5-Test-Deep \ - p5-Test-Simple>=0.72:${PORTSDIR}/devel/p5-Test-Simple \ p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly BUILD_DEPENDS:= ${RUN_DEPENDS} diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile index ef8cdf5081ab..b7ddbac048ec 100644 --- a/devel/p5-Moose/Makefile +++ b/devel/p5-Moose/Makefile @@ -7,6 +7,7 @@ PORTNAME= Moose PORTVERSION= 0.93 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/F/FL/FLORA @@ -16,7 +17,6 @@ MAINTAINER= sahil@tandon.net COMMENT= A complete modern object system for Perl 5 BUILD_DEPENDS= \ - p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-Class-MOP>=0.93:${PORTSDIR}/devel/p5-Class-MOP \ p5-List-MoreUtils>=0.12:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Sub-Exporter>=0.980:${PORTSDIR}/devel/p5-Sub-Exporter \ diff --git a/devel/p5-MooseX-Storage/Makefile b/devel/p5-MooseX-Storage/Makefile index f4c57b69937c..3197671eee92 100644 --- a/devel/p5-MooseX-Storage/Makefile +++ b/devel/p5-MooseX-Storage/Makefile @@ -7,6 +7,7 @@ PORTNAME= MooseX-Storage PORTVERSION= 0.23 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +20,6 @@ BUILD_DEPENDS= p5-Moose>=0.39:${PORTSDIR}/devel/p5-Moose \ p5-Test-JSON>=0.06:${PORTSDIR}/devel/p5-Test-JSON \ p5-Best>=0.1:${PORTSDIR}/devel/p5-Best \ p5-Test-YAML-Valid>=0:${PORTSDIR}/devel/p5-Test-YAML-Valid \ - p5-Test-Simple>=0.42:${PORTSDIR}/devel/p5-Test-Simple \ p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-TempDir>=0.02:${PORTSDIR}/devel/p5-Test-TempDir \ diff --git a/devel/p5-POE-Component-Child/Makefile b/devel/p5-POE-Component-Child/Makefile index 7decfbd8ba3d..b2cbbe588dae 100644 --- a/devel/p5-POE-Component-Child/Makefile +++ b/devel/p5-POE-Component-Child/Makefile @@ -14,8 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= hideo@lastamericanempire.com COMMENT= POE child management -BUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE +BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE PERL_CONFIGURE= yes diff --git a/devel/p5-POE-Component-IKC/Makefile b/devel/p5-POE-Component-IKC/Makefile index e7eda1cb5d9a..16fd1a0f5439 100644 --- a/devel/p5-POE-Component-IKC/Makefile +++ b/devel/p5-POE-Component-IKC/Makefile @@ -7,6 +7,7 @@ PORTNAME= POE-Component-IKC PORTVERSION= 0.2200 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +16,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= POE Inter-Kernel Communication BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ ${SITE_PERL}/POE/API/Peek.pm:${PORTSDIR}/devel/p5-POE-API-Peek \ ${SITE_PERL}/POE/Component/Daemon.pm:${PORTSDIR}/devel/p5-POE-Component-Daemon \ ${SITE_PERL}/${PERL_ARCH}/Proc/ProcessTable.pm:${PORTSDIR}/devel/p5-Proc-ProcessTable diff --git a/devel/p5-POE-Stage/Makefile b/devel/p5-POE-Stage/Makefile index e9b87092bf48..27ae9e506661 100644 --- a/devel/p5-POE-Stage/Makefile +++ b/devel/p5-POE-Stage/Makefile @@ -7,6 +7,7 @@ PORTNAME= POE-Stage PORTVERSION= 0.0300 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +17,6 @@ MAINTAINER= skv@FreeBSD.org COMMENT= Base class for formalized POE components BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ ${SITE_PERL}/${PERL_ARCH}/PadWalker.pm:${PORTSDIR}/devel/p5-PadWalker \ ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ ${SITE_PERL}/${PERL_ARCH}/Devel/LexAlias.pm:${PORTSDIR}/devel/p5-Devel-LexAlias \ diff --git a/devel/p5-POE/Makefile b/devel/p5-POE/Makefile index 875e6391385a..169cbeb34ecf 100644 --- a/devel/p5-POE/Makefile +++ b/devel/p5-POE/Makefile @@ -7,6 +7,7 @@ PORTNAME= POE PORTVERSION= 1.0070 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,15 +16,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//} MAINTAINER= skv@FreeBSD.org COMMENT= Multitasking and networking framework for perl -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ +BUILD_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event \ ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter \ - ${SITE_PERL}/${PERL_ARCH}/IO.pm:${PORTSDIR}/devel/p5-IO \ - p5-Storable>=2.16:${PORTSDIR}/devel/p5-Storable \ - p5-POE-Test-Loops>=1.021:${PORTSDIR}/devel/p5-POE-Test-Loops \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes + p5-IO-Tty>=1.08:${PORTSDIR}/devel/p5-IO-Tty \ + p5-POE-Test-Loops>=1.021:${PORTSDIR}/devel/p5-POE-Test-Loops RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Params-Coerce/Makefile b/devel/p5-Params-Coerce/Makefile index 36d1c7045422..50f07645d4f0 100644 --- a/devel/p5-Params-Coerce/Makefile +++ b/devel/p5-Params-Coerce/Makefile @@ -7,6 +7,7 @@ PORTNAME= Params-Coerce PORTVERSION= 0.14 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= coryking@mozimedia.com COMMENT= Allows your classes to do coercion of parameters (Params::Coerce) -BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - p5-Params-Util>=0.20:${PORTSDIR}/devel/p5-Params-Util -RUN_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - p5-Params-Util>=0.20:${PORTSDIR}/devel/p5-Params-Util +BUILD_DEPENDS= p5-Params-Util>=0.20:${PORTSDIR}/devel/p5-Params-Util +RUN_DEPENDS= p5-Params-Util>=0.20:${PORTSDIR}/devel/p5-Params-Util PERL_CONFIGURE= yes diff --git a/devel/p5-Pipeline/Makefile b/devel/p5-Pipeline/Makefile index 3f1711d12c66..b48ea450ea17 100644 --- a/devel/p5-Pipeline/Makefile +++ b/devel/p5-Pipeline/Makefile @@ -7,6 +7,7 @@ PORTNAME= Pipeline PORTVERSION= 3.12 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/R/RC/RCLAMP @@ -15,9 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= rouslan@rshell.net COMMENT= Pipeline - Generic pipeline interface -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - ${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ +BUILD_DEPENDS= ${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \ ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \ ${SITE_PERL}/IO/Null.pm:${PORTSDIR}/devel/p5-IO-Null \ ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \ diff --git a/devel/p5-SOAP-WSDL/Makefile b/devel/p5-SOAP-WSDL/Makefile index 17281105abb7..f29052e98adc 100644 --- a/devel/p5-SOAP-WSDL/Makefile +++ b/devel/p5-SOAP-WSDL/Makefile @@ -7,6 +7,7 @@ PORTNAME= SOAP-WSDL PORTVERSION= 2.00.10 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,28 +16,16 @@ MAINTAINER= wenheping@gmail.com COMMENT= Perl module for SOAP with WSDL support RUN_DEPENDS= ${SITE_PERL}/Class/Std/Fast.pm:${PORTSDIR}/devel/p5-Class-Std-Fast \ - p5-Getopt-Long>=2.37:${PORTSDIR}/devel/p5-Getopt-Long \ p5-Template-Toolkit>=2.20:${PORTSDIR}/www/p5-Template-Toolkit \ p5-TimeDate>=1.16:${PORTSDIR}/devel/p5-TimeDate \ - p5-Storable>=2.18:${PORTSDIR}/devel/p5-Storable \ - p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path \ - p5-Test-Simple>=0.86:${PORTSDIR}/devel/p5-Test-Simple \ p5-XML-Parser>=2.36:${PORTSDIR}/textproc/p5-XML-Parser \ - ${SITE_PERL}/${PERL_ARCH}/Cwd.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww\ p5-URI>=1.37:${PORTSDIR}/net/p5-URI \ p5-Term-ReadKey>=2.30:${PORTSDIR}/devel/p5-Term-ReadKey BUILD_DEPENDS= ${SITE_PERL}/Class/Std/Fast.pm:${PORTSDIR}/devel/p5-Class-Std-Fast \ - p5-Getopt-Long>=2.37:${PORTSDIR}/devel/p5-Getopt-Long \ p5-Template-Toolkit>=2.20:${PORTSDIR}/www/p5-Template-Toolkit \ p5-TimeDate>=1.16:${PORTSDIR}/devel/p5-TimeDate \ - p5-Storable>=2.18:${PORTSDIR}/devel/p5-Storable \ - p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path \ - p5-Test-Simple>=0.86:${PORTSDIR}/devel/p5-Test-Simple \ p5-XML-Parser>=2.36:${PORTSDIR}/textproc/p5-XML-Parser \ - ${SITE_PERL}/${PERL_ARCH}/Cwd.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww PERL_MODBUILD= YES diff --git a/devel/p5-SPOPS/Makefile b/devel/p5-SPOPS/Makefile index 6469b6799b13..28c0b635a468 100644 --- a/devel/p5-SPOPS/Makefile +++ b/devel/p5-SPOPS/Makefile @@ -7,6 +7,7 @@ PORTNAME= SPOPS PORTVERSION= 0.87 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/C/CW/CWINTERS @@ -16,7 +17,6 @@ MAINTAINER= skv@FreeBSD.org COMMENT= Simple Perl Object Persistence with Security BUILD_DEPENDS= ${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ ${SITE_PERL}/${PERL_ARCH}/Class/Date.pm:${PORTSDIR}/devel/p5-Class-Date \ ${SITE_PERL}/Carp/Assert.pm:${PORTSDIR}/devel/p5-Carp-Assert \ ${SITE_PERL}/Class/Fields.pm:${PORTSDIR}/devel/p5-Class-Fields \ diff --git a/devel/p5-SUPER/Makefile b/devel/p5-SUPER/Makefile index 57b43e895a93..d1be4378f006 100644 --- a/devel/p5-SUPER/Makefile +++ b/devel/p5-SUPER/Makefile @@ -7,6 +7,7 @@ PORTNAME= SUPER PORTVERSION= 1.17 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= Perl module control superclass method dispatch -BUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ - p5-Sub-Identify>=0.04:${PORTSDIR}/devel/p5-Sub-Identify \ - p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils +BUILD_DEPENDS= p5-Sub-Identify>=0.04:${PORTSDIR}/devel/p5-Sub-Identify \ + p5-Scalar-List-Utils>=0.20:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-SVN-Dumpfile/Makefile b/devel/p5-SVN-Dumpfile/Makefile index eebf7b7ca7d7..417508039eec 100644 --- a/devel/p5-SVN-Dumpfile/Makefile +++ b/devel/p5-SVN-Dumpfile/Makefile @@ -7,6 +7,7 @@ PORTNAME= SVN-Dumpfile PORTVERSION= 0.13.107 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,11 +16,8 @@ MAINTAINER= glarkin@FreeBSD.org COMMENT= Perl extension to access and manipulate Subversion dumpfiles BUILD_DEPENDS= p5-Data-GUID>=0:${PORTSDIR}/devel/p5-Data-GUID \ - p5-Data-Dumper>=2.121:${PORTSDIR}/devel/p5-Data-Dumper \ p5-TimeDate>=2.27:${PORTSDIR}/devel/p5-TimeDate \ - p5-Digest-MD5>=2.36:${PORTSDIR}/security/p5-Digest-MD5 \ p5-IO>=1.2301:${PORTSDIR}/devel/p5-IO \ - p5-File-Temp>=0.20:${PORTSDIR}/devel/p5-File-Temp \ p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/devel/p5-SVN-Look/Makefile b/devel/p5-SVN-Look/Makefile index aaf84b73f926..b80320afda58 100644 --- a/devel/p5-SVN-Look/Makefile +++ b/devel/p5-SVN-Look/Makefile @@ -7,6 +7,7 @@ PORTNAME= SVN-Look PORTVERSION= 0.15 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= glarkin@FreeBSD.org COMMENT= A caching wrapper aroung the svnlook command -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec/Functions.pm:${PORTSDIR}/devel/p5-PathTools \ - ${LOCALBASE}/bin/svnlook:${PORTSDIR}/devel/subversion +BUILD_DEPENDS= ${LOCALBASE}/bin/svnlook:${PORTSDIR}/devel/subversion RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-SVN-Notify/Makefile b/devel/p5-SVN-Notify/Makefile index d4a9e0b63056..f52f9e079991 100644 --- a/devel/p5-SVN-Notify/Makefile +++ b/devel/p5-SVN-Notify/Makefile @@ -7,6 +7,7 @@ PORTNAME= SVN-Notify PORTVERSION= 2.79 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Subversion activity notification -RUN_DEPENDS= ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ - ${SITE_PERL}/Net/SMTP_auth.pm:${PORTSDIR}/mail/p5-Net-SMTP_auth \ +RUN_DEPENDS= ${SITE_PERL}/Net/SMTP_auth.pm:${PORTSDIR}/mail/p5-Net-SMTP_auth \ p5-Text-Trac>=0.10:${PORTSDIR}/textproc/p5-Text-Trac \ ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser BUILD_DEPENDS= ${RUN_DEPENDS} diff --git a/devel/p5-SVN-S4/Makefile b/devel/p5-SVN-S4/Makefile index 03ebdf62dd22..41363521a38d 100644 --- a/devel/p5-SVN-S4/Makefile +++ b/devel/p5-SVN-S4/Makefile @@ -7,6 +7,7 @@ PORTNAME= SVN-S4 PORTVERSION= 1.032 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,8 +16,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Wrapper for subversion program BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Client.pm:${PORTSDIR}/devel/p5-subversion \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/${PERL_ARCH}/IO/AIO.pm:${PORTSDIR}/devel/p5-IO-AIO RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/devel/p5-Test-Dependencies/Makefile b/devel/p5-Test-Dependencies/Makefile index d9479ab43750..57ad418af230 100644 --- a/devel/p5-Test-Dependencies/Makefile +++ b/devel/p5-Test-Dependencies/Makefile @@ -7,6 +7,7 @@ PORTNAME= Test-Dependencies PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,11 +18,9 @@ COMMENT= Ensure that your Makefile.PL specifies all module dependencies BUILD_DEPENDS= ${SITE_PERL}/B/PerlReq.pm:${PORTSDIR}/devel/p5-rpm-build-perl \ ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \ ${SITE_PERL}/IPC/Cmd.pm:${PORTSDIR}/devel/p5-IPC-Cmd \ - ${SITE_PERL}/Module/CoreList.pm:${PORTSDIR}/devel/p5-Module-CoreList \ ${SITE_PERL}/PerlReq/Utils.pm:${PORTSDIR}/devel/p5-rpm-build-perl \ ${SITE_PERL}/Pod/Strip.pm:${PORTSDIR}/textproc/p5-Pod-Strip \ - p5-Test-Simple>=0.64:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML + ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Test-Distribution/Makefile b/devel/p5-Test-Distribution/Makefile index b380b5c26cb4..5908b3c18e7a 100644 --- a/devel/p5-Test-Distribution/Makefile +++ b/devel/p5-Test-Distribution/Makefile @@ -7,6 +7,7 @@ PORTNAME= Test-Distribution PORTVERSION= 2.00 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lippe@FreeBSD.org COMMENT= Test::Distribution - Perform tests on all modules of a distribution -BUILD_DEPENDS+= ${SITE_PERL}/ExtUtils/Manifest.pm:${PORTSDIR}/devel/p5-ExtUtils-Manifest \ - ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \ - ${SITE_PERL}/Module/CoreList.pm:${PORTSDIR}/devel/p5-Module-CoreList \ +BUILD_DEPENDS+= ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \ ${SITE_PERL}/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Pod-Coverage \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage RUN_DEPENDS+= ${BUILD_DEPENDS} diff --git a/devel/p5-Test-JSON/Makefile b/devel/p5-Test-JSON/Makefile index 388fe60db895..0fe7e28f77d8 100644 --- a/devel/p5-Test-JSON/Makefile +++ b/devel/p5-Test-JSON/Makefile @@ -7,6 +7,7 @@ PORTNAME= Test-JSON PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Test @@ -17,7 +18,6 @@ MAINTAINER= lth@FreeBSD.org COMMENT= Test JSON data RUN_DEPENDS= p5-Test-Differences>=0.47:${PORTSDIR}/devel/p5-Test-Differences \ - p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple \ p5-Test-Tester>=0.10.3:${PORTSDIR}/devel/p5-Test-Tester \ p5-JSON-Any>=1.20:${PORTSDIR}/converters/p5-JSON-Any BUILD_DEPENDS= ${RUN_DEPENDS} |