diff options
46 files changed, 68 insertions, 129 deletions
diff --git a/biology/p5-AcePerl/Makefile b/biology/p5-AcePerl/Makefile index 2bf2847e87f9..65aea162d929 100644 --- a/biology/p5-AcePerl/Makefile +++ b/biology/p5-AcePerl/Makefile @@ -7,6 +7,7 @@ PORTNAME= AcePerl PORTVERSION= 1.92 +PORTREVISION= 1 CATEGORIES= biology databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Ace @@ -15,8 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to the ACEDB genome database system -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ ${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache BUILD_DEPENDS= ${RUN_DEPENDS} diff --git a/databases/p5-DBIx-Class-DigestColumns/Makefile b/databases/p5-DBIx-Class-DigestColumns/Makefile index f2087da59ecc..dfcde06be137 100644 --- a/databases/p5-DBIx-Class-DigestColumns/Makefile +++ b/databases/p5-DBIx-Class-DigestColumns/Makefile @@ -7,6 +7,7 @@ PORTNAME= DBIx-Class-DigestColumns PORTVERSION= 0.06000 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Automatic digest columns -RUN_DEPENDS= p5-DBIx-Class>=0.06002:${PORTSDIR}/databases/p5-DBIx-Class \ - p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \ - p5-Digest>=1.11:${PORTSDIR}/security/p5-Digest +RUN_DEPENDS= p5-DBIx-Class>=0.06002:${PORTSDIR}/databases/p5-DBIx-Class BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= 5.8.1+ diff --git a/databases/p5-DBIx-Class-EncodedColumn/Makefile b/databases/p5-DBIx-Class-EncodedColumn/Makefile index b2f6849487d6..e73231e60576 100644 --- a/databases/p5-DBIx-Class-EncodedColumn/Makefile +++ b/databases/p5-DBIx-Class-EncodedColumn/Makefile @@ -7,6 +7,7 @@ PORTNAME= DBIx-Class-EncodedColumn PORTVERSION= 0.00005 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -29,19 +30,14 @@ MAN3= DBIx::Class::EncodedColumn.3 \ post-extract: @${PERL} -i -ne 'print unless m,^build_requires, || m,^feature, .. m,;,' ${WRKSRC}/Makefile.PL -OPTIONS= MD5 "Digest::MD5 Support" On \ - SHA "Digest::SHA Support" On \ +OPTIONS= SHA "Digest::SHA Support" On \ BLOWFISH "Blowfish Support?" On \ OPENPGP "Crypt::OpenPGP (gpg) Support" On .include <bsd.port.pre.mk> -.if defined(WITH_MD5) -RUN_DEPENDS+= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 -.endif .if defined(WITH_SHA) -RUN_DEPENDS+= p5-Digest>=0:${PORTSDIR}/security/p5-Digest \ - p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA +RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA .endif .if defined(WITH_BLOWFISH) RUN_DEPENDS+= p5-Crypt-Eksblowfish>=0:${PORTSDIR}/security/p5-Crypt-Eksblowfish diff --git a/devel/p5-Attribute-Persistent/Makefile b/devel/p5-Attribute-Persistent/Makefile index 4051f3d0f154..1cfc32f8d323 100644 --- a/devel/p5-Attribute-Persistent/Makefile +++ b/devel/p5-Attribute-Persistent/Makefile @@ -15,7 +15,6 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Attribute::Persistent - Really lazy persistence BUILD_DEPENDS= ${SITE_PERL}/Attribute/Handlers/Prospective.pm:${PORTSDIR}/devel/p5-Attribute-Handlers-Prospective \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM PERL_CONFIGURE= yes diff --git a/devel/p5-Cvs/Makefile b/devel/p5-Cvs/Makefile index 3265c1d59f13..fc5f937c7524 100644 --- a/devel/p5-Cvs/Makefile +++ b/devel/p5-Cvs/Makefile @@ -7,6 +7,7 @@ PORTNAME= Cvs PORTVERSION= 0.07 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/R/RS/RSOLIV @@ -37,6 +38,5 @@ MAN3= Cvs.3 Cvs::Command::Base.3 Cvs::Command::Checkout.3 \ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Tty.pm:${PORTSDIR}/devel/p5-IO-Tty RUN_DEPENDS+= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS+= ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run -RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp .include <bsd.port.mk> diff --git a/devel/p5-Data-Localize/Makefile b/devel/p5-Data-Localize/Makefile index 98d3cadecf0c..23bca1ee34d2 100644 --- a/devel/p5-Data-Localize/Makefile +++ b/devel/p5-Data-Localize/Makefile @@ -7,6 +7,7 @@ PORTNAME= Data-Localize PORTVERSION= 0.00011 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,8 +18,7 @@ COMMENT= Perl extension for alternate data localization API RUN_DEPENDS= \ p5-Moose>0:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-AttributeHelpers>0:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers -BUILD_DEPENDS= ${RUN_DEPENDS} \ - p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-DateTime-Format-HTTP/Makefile b/devel/p5-DateTime-Format-HTTP/Makefile index a82aaa33c05f..42c20b0c9924 100644 --- a/devel/p5-DateTime-Format-HTTP/Makefile +++ b/devel/p5-DateTime-Format-HTTP/Makefile @@ -7,6 +7,7 @@ PORTNAME= DateTime-Format-HTTP PORTVERSION= 0.38 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +17,6 @@ COMMENT= HTTP date conversion routines BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/HTTP/Date.pm:${PORTSDIR}/www/p5-libwww PERL_MODBUILD= yes diff --git a/devel/p5-Devel-Cover/Makefile b/devel/p5-Devel-Cover/Makefile index bfaa4c7bec87..d1cb2ecf3dd6 100644 --- a/devel/p5-Devel-Cover/Makefile +++ b/devel/p5-Devel-Cover/Makefile @@ -7,6 +7,7 @@ PORTNAME= Devel-Cover PORTVERSION= 0.65 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,15 +17,11 @@ COMMENT= Code coverage metrics for Perl BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ ${SITE_PERL}/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Pod-Coverage \ - ${SITE_PERL}//PPI/HTML.pm:${PORTSDIR}/textproc/p5-PPI-HTML \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/PPI/HTML.pm:${PORTSDIR}/textproc/p5-PPI-HTML \ ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ ${SITE_PERL}/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Pod-Coverage \ - ${SITE_PERL}//PPI/HTML.pm:${PORTSDIR}/textproc/p5-PPI-HTML \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/PPI/HTML.pm:${PORTSDIR}/textproc/p5-PPI-HTML \ ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit PERL_CONFIGURE= 5.8.0+ diff --git a/devel/p5-Lingua-JA-Fold/Makefile b/devel/p5-Lingua-JA-Fold/Makefile index 0385fe6019eb..3af559802263 100644 --- a/devel/p5-Lingua-JA-Fold/Makefile +++ b/devel/p5-Lingua-JA-Fold/Makefile @@ -7,6 +7,7 @@ PORTNAME= Lingua-JA-Fold PORTVERSION= 0.08 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Lingua @@ -15,9 +16,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Lingua::JA::Fold - fold a Japanese text -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode -BUILD_DEPENDS= ${RUN_DEPENDS} - PERL_CONFIGURE= yes MAN3= Lingua::JA::Fold.3 diff --git a/devel/p5-Locale-Maketext-Gettext/Makefile b/devel/p5-Locale-Maketext-Gettext/Makefile index a72be2c8950a..fc941d057155 100644 --- a/devel/p5-Locale-Maketext-Gettext/Makefile +++ b/devel/p5-Locale-Maketext-Gettext/Makefile @@ -7,6 +7,7 @@ PORTNAME= Locale-Maketext-Gettext PORTVERSION= 1.28 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Joins gettext and Maketext frameworks -BUILD_DEPENDS= ${SITE_PERL}/Locale/Maketext.pm:${PORTSDIR}/devel/p5-Locale-Maketext -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= 5.8.0+ MAN1= maketext.1 diff --git a/devel/p5-Locale-Maketext-Lexicon/Makefile b/devel/p5-Locale-Maketext-Lexicon/Makefile index 406ca742bc96..3e3d74769f59 100644 --- a/devel/p5-Locale-Maketext-Lexicon/Makefile +++ b/devel/p5-Locale-Maketext-Lexicon/Makefile @@ -7,6 +7,7 @@ PORTNAME= Locale-Maketext-Lexicon PORTVERSION= 0.77 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Use other catalog formats in Locale::Maketext -BUILD_DEPENDS= ${SITE_PERL}/Locale/Maketext.pm:${PORTSDIR}/devel/p5-Locale-Maketext -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= YES MAN3= Locale::Maketext::Extract.3 \ diff --git a/devel/p5-Locale-libintl/Makefile b/devel/p5-Locale-libintl/Makefile index a4a99f572d62..293eb03f9ee2 100644 --- a/devel/p5-Locale-libintl/Makefile +++ b/devel/p5-Locale-libintl/Makefile @@ -7,6 +7,7 @@ PORTNAME= Locale-libintl PORTVERSION= 1.20 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +16,6 @@ DISTNAME= libintl-perl-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Internationalization library for Perl -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes USE_GETTEXT= yes diff --git a/devel/p5-MooseX-Getopt/Makefile b/devel/p5-MooseX-Getopt/Makefile index 582b4a303bb4..8dbff72e470f 100644 --- a/devel/p5-MooseX-Getopt/Makefile +++ b/devel/p5-MooseX-Getopt/Makefile @@ -7,6 +7,7 @@ PORTNAME= MooseX-Getopt PORTVERSION= 0.26 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -34,10 +35,4 @@ MAN3= MooseX::Getopt.3 \ post-extract: @${PERL} -i -ne 'print unless m,build_requires,' ${WRKSRC}/Makefile.PL -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-Getopt-Long>=2.37:${PORTSDIR}/devel/p5-Getopt-Long -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/p5-Path-Class/Makefile b/devel/p5-Path-Class/Makefile index f8f5bba1b4f0..88938182fa3b 100644 --- a/devel/p5-Path-Class/Makefile +++ b/devel/p5-Path-Class/Makefile @@ -7,6 +7,7 @@ PORTNAME= Path-Class PORTVERSION= 0.18 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/K/KW/KWILLIAMS/ @@ -30,10 +31,4 @@ post-install: @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500803 -RUN_DEPENDS+= p5-PathTools>=0.87:${PORTSDIR}/devel/p5-PathTools -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/p5-Pod-Coverage/Makefile b/devel/p5-Pod-Coverage/Makefile index 877d00586517..f9a27d8558a3 100644 --- a/devel/p5-Pod-Coverage/Makefile +++ b/devel/p5-Pod-Coverage/Makefile @@ -7,6 +7,7 @@ PORTNAME= Pod-Coverage PORTVERSION= 0.20 +PORTREVISION= 1 CATEGORIES= devel textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,8 +16,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Checks if the documentation of a module is comprehensive BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser \ - ${SITE_PERL}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump +RUN_DEPENDS= ${SITE_PERL}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump PERL_MODBUILD= yes diff --git a/devel/p5-Test-File-Contents/Makefile b/devel/p5-Test-File-Contents/Makefile index 45947f955e5e..ab295abc286a 100644 --- a/devel/p5-Test-File-Contents/Makefile +++ b/devel/p5-Test-File-Contents/Makefile @@ -7,6 +7,7 @@ PORTNAME= Test-File-Contents PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Test routines for examining the contents of files -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -BUILD_DEPENDS= ${RUN_DEPENDS} - PERL_MODBUILD= yes MAN3= Test::File::Contents.3 diff --git a/devel/p5-Test-Inline/Makefile b/devel/p5-Test-Inline/Makefile index 5b2c100a17e6..21a316559601 100644 --- a/devel/p5-Test-Inline/Makefile +++ b/devel/p5-Test-Inline/Makefile @@ -43,10 +43,6 @@ MAN3= Test::Inline.3 \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - .if ${PERL_LEVEL} < 500905 RUN_DEPENDS+= p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils .endif diff --git a/devel/p5-Test-TempDir/Makefile b/devel/p5-Test-TempDir/Makefile index c4ffcfd92315..35074a571e02 100644 --- a/devel/p5-Test-TempDir/Makefile +++ b/devel/p5-Test-TempDir/Makefile @@ -7,6 +7,7 @@ PORTNAME= Test-TempDir PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +17,6 @@ COMMENT= Temporary files support for testing RUN_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \ p5-File-Path>=2.04:${PORTSDIR}/devel/p5-File-Path \ - p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp \ p5-File-NFSLock>=0:${PORTSDIR}/devel/p5-File-NFSLock \ p5-Moose>=0.87:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \ diff --git a/devel/p5-TheSchwartz/Makefile b/devel/p5-TheSchwartz/Makefile index a571581b4e51..7225823f7c54 100644 --- a/devel/p5-TheSchwartz/Makefile +++ b/devel/p5-TheSchwartz/Makefile @@ -7,6 +7,7 @@ PORTNAME= TheSchwartz PORTVERSION= 1.07 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/B/BR/BRADFITZ @@ -15,8 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Reliable job queue -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/Data/ObjectDriver.pm:${PORTSDIR}/devel/p5-Data-ObjectDriver +RUN_DEPENDS= ${SITE_PERL}/Data/ObjectDriver.pm:${PORTSDIR}/devel/p5-Data-ObjectDriver PERL_CONFIGURE= 5.8.0+ diff --git a/devel/p5-VCS/Makefile b/devel/p5-VCS/Makefile index 00cca7c4cd51..e6f1d77f5d5f 100644 --- a/devel/p5-VCS/Makefile +++ b/devel/p5-VCS/Makefile @@ -7,7 +7,7 @@ PORTNAME= VCS PORTVERSION= 0.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +16,6 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Library for generic Version Control System access in Perl BUILD_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/Sort/Versions.pm:${PORTSDIR}/devel/p5-Sort-Versions RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/finance/p5-Finance-QuoteTW/Makefile b/finance/p5-Finance-QuoteTW/Makefile index 0580ba87b613..aeaa98ef9e59 100644 --- a/finance/p5-Finance-QuoteTW/Makefile +++ b/finance/p5-Finance-QuoteTW/Makefile @@ -8,6 +8,7 @@ PORTNAME= Finance-QuoteTW PORTVERSION= 0.09 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +17,6 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Fetch quotes of mutual funds in Taiwan RUN_DEPENDS= p5-Data-TreeDumper>=0:${PORTSDIR}/devel/p5-Data-TreeDumper \ - p5-Encode>=2.26:${PORTSDIR}/converters/p5-Encode \ p5-HTML-Encoding>=0.6:${PORTSDIR}/www/p5-HTML-Encoding \ p5-HTML-TableExtract>=2.1:${PORTSDIR}/www/p5-HTML-TableExtract \ p5-Spiffy>=0.3:${PORTSDIR}/devel/p5-Spiffy \ diff --git a/finance/p5-Finance-TW-TSEQuote/Makefile b/finance/p5-Finance-TW-TSEQuote/Makefile index aa595d5695ab..cee7f75ed152 100644 --- a/finance/p5-Finance-TW-TSEQuote/Makefile +++ b/finance/p5-Finance-TW-TSEQuote/Makefile @@ -8,6 +8,7 @@ PORTNAME= Finance-TW-TSEQuote PORTVERSION= 0.2.7 +PORTREVISION= 1 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +18,6 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Check stock quotes from Taiwan Security Exchange BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-Encode>=0:${PORTSDIR}/converters/p5-Encode \ p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ diff --git a/mail/p5-MIME-Tools/Makefile b/mail/p5-MIME-Tools/Makefile index b1f71d5cebab..83947d5313dc 100644 --- a/mail/p5-MIME-Tools/Makefile +++ b/mail/p5-MIME-Tools/Makefile @@ -7,7 +7,7 @@ PORTNAME= MIME-Tools PORTVERSION= 5.427 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= mail perl5 MASTER_SITES= CPAN @@ -56,10 +56,4 @@ post-install: @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500905 -RUN_DEPENDS+= p5-File-Temp>=0.18:${PORTSDIR}/devel/p5-File-Temp -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net/p5-Net-SSH-Perl/Makefile b/net/p5-Net-SSH-Perl/Makefile index 866ef3a9bbbd..4cfc7aea8a2a 100644 --- a/net/p5-Net-SSH-Perl/Makefile +++ b/net/p5-Net-SSH-Perl/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-SSH-Perl PORTVERSION= 1.34 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module implements both the SSH1 and SSH2 protocols -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32 \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32 \ ${SITE_PERL}/${PERL_ARCH}/Math/GMP.pm:${PORTSDIR}/math/p5-Math-GMP \ ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC \ @@ -23,7 +23,6 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-D ${SITE_PERL}/Crypt/DSA.pm:${PORTSDIR}/security/p5-Crypt-DSA \ ${SITE_PERL}/Crypt/DH.pm:${PORTSDIR}/security/p5-Crypt-DH \ ${SITE_PERL}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/Convert/PEM.pm:${PORTSDIR}/converters/p5-Convert-PEM \ ${SITE_PERL}/${PERL_ARCH}/Crypt/IDEA.pm:${PORTSDIR}/security/p5-Crypt-IDEA \ ${SITE_PERL}/Digest/BubbleBabble.pm:${PORTSDIR}/security/p5-Digest-BubbleBabble \ diff --git a/net/p5-Samba-LDAP/Makefile b/net/p5-Samba-LDAP/Makefile index 8870a8bdd6be..09f97661b1da 100644 --- a/net/p5-Samba-LDAP/Makefile +++ b/net/p5-Samba-LDAP/Makefile @@ -7,6 +7,7 @@ PORTNAME= Samba-LDAP PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Samba @@ -15,10 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Manage a Samba PDC with an LDAP Backend -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/${PERL_ARCH}/Readonly.pm:${PORTSDIR}/devel/p5-Readonly \ ${SITE_PERL}/Class/Base.pm:${PORTSDIR}/devel/p5-Class-Base \ ${SITE_PERL}/Config/Tiny.pm:${PORTSDIR}/devel/p5-Config-Tiny \ diff --git a/security/p5-Authen-Captcha/Makefile b/security/p5-Authen-Captcha/Makefile index c12c0d8271ff..253bba7c3c5a 100644 --- a/security/p5-Authen-Captcha/Makefile +++ b/security/p5-Authen-Captcha/Makefile @@ -7,7 +7,7 @@ PORTNAME= Authen-Captcha PORTVERSION= 1.023 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to verify the human element in transactions -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/security/p5-Crypt-PasswdMD5/Makefile b/security/p5-Crypt-PasswdMD5/Makefile index f92ba8127305..bbde025f3884 100644 --- a/security/p5-Crypt-PasswdMD5/Makefile +++ b/security/p5-Crypt-PasswdMD5/Makefile @@ -7,6 +7,7 @@ PORTNAME= Crypt-PasswdMD5 PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module that provides interoperable MD5-based crypt() function -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= Crypt::PasswdMD5.3 diff --git a/sysutils/p5-Sysadm-Install/Makefile b/sysutils/p5-Sysadm-Install/Makefile index 5a9efa50774e..b12d7f9a87b8 100644 --- a/sysutils/p5-Sysadm-Install/Makefile +++ b/sysutils/p5-Sysadm-Install/Makefile @@ -7,6 +7,7 @@ PORTNAME= Sysadm-Install PORTVERSION= 0.33 +PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/M/MS/MSCHILLI @@ -17,7 +18,6 @@ COMMENT= Typical installation tasks for system administrators BUILD_DEPENDS= ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl \ ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ ${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect \ ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar diff --git a/sysutils/p5-arclog/Makefile b/sysutils/p5-arclog/Makefile index f2c77d0d9d88..cce3d2f47a90 100644 --- a/sysutils/p5-arclog/Makefile +++ b/sysutils/p5-arclog/Makefile @@ -7,6 +7,7 @@ PORTNAME= arclog PORTVERSION= 3.04 +PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Locale/IMACAT @@ -19,8 +20,7 @@ BUILD_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \ p5-Compress-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Zlib \ p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic \ - p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ - p5-ExtUtils-MakeMaker>=0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker + p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/sysutils/p5-reslog/Makefile b/sysutils/p5-reslog/Makefile index c30fd116bf0d..05843749f1af 100644 --- a/sysutils/p5-reslog/Makefile +++ b/sysutils/p5-reslog/Makefile @@ -7,6 +7,7 @@ PORTNAME= reslog PORTVERSION= 3.16 +PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Locale/IMACAT @@ -18,8 +19,7 @@ COMMENT= Reverse-resolve IP in Apache log files BUILD_DEPENDS= p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \ p5-Compress-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Zlib \ p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic \ - p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ - p5-ExtUtils-MakeMaker>=0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker + p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/textproc/p5-Apache-XBEL/Makefile b/textproc/p5-Apache-XBEL/Makefile index dbcf0bc6728e..67f164a0b97a 100644 --- a/textproc/p5-Apache-XBEL/Makefile +++ b/textproc/p5-Apache-XBEL/Makefile @@ -7,7 +7,7 @@ PORTNAME= Apache-XBEL PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +18,6 @@ COMMENT= Apache mod_perl handler to render an XBEL file as an HTML tree BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache.pm:${PORTSDIR}/www/mod_perl \ ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ ${SITE_PERL}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-LibXSLT \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/Memoize.pm:${PORTSDIR}/devel/p5-Memoize RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/textproc/p5-PerlPoint-Package/Makefile b/textproc/p5-PerlPoint-Package/Makefile index dea041bd7cd1..17f927e709be 100644 --- a/textproc/p5-PerlPoint-Package/Makefile +++ b/textproc/p5-PerlPoint-Package/Makefile @@ -8,6 +8,7 @@ PORTNAME= PerlPoint-Package PORTVERSION= 0.45.2 DISTVERSION= ${PORTVERSION:C/\.(.)$/\1/} +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,10 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= PerlPoint is both a presentation and a documentation toolset -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES diff --git a/textproc/p5-Pod-XML/Makefile b/textproc/p5-Pod-XML/Makefile index 896128f0e372..19ccb3eeb44f 100644 --- a/textproc/p5-Pod-XML/Makefile +++ b/textproc/p5-Pod-XML/Makefile @@ -7,6 +7,7 @@ PORTNAME= Pod-XML PORTVERSION= 0.99 +PORTREVISION= 1 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,8 +16,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Module to convert POD to XML BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ - p5-Test-File-Contents>=0:${PORTSDIR}/devel/p5-Test-File-Contents \ - p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser + p5-Test-File-Contents>=0:${PORTSDIR}/devel/p5-Test-File-Contents RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/textproc/p5-Regexp-Copy/Makefile b/textproc/p5-Regexp-Copy/Makefile index 581ba2d2dfc5..fcb50eca9803 100644 --- a/textproc/p5-Regexp-Copy/Makefile +++ b/textproc/p5-Regexp-Copy/Makefile @@ -7,6 +7,7 @@ PORTNAME= Regexp-Copy PORTVERSION= 0.06 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/J/JD/JDUNCAN @@ -15,9 +16,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A copy the contents of one Regexp object to another -BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.11:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= Regexp::Copy.3 diff --git a/textproc/p5-XML-Validator-Schema/Makefile b/textproc/p5-XML-Validator-Schema/Makefile index 15f0e676d909..2ff55c227312 100644 --- a/textproc/p5-XML-Validator-Schema/Makefile +++ b/textproc/p5-XML-Validator-Schema/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML-Validator-Schema PORTVERSION= 1.10 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,8 +17,7 @@ COMMENT= Perl module for validating XML documents against a W3C XML Schema BUILD_DEPENDS= ${SITE_PERL}/Tree/DAG_Node.pm:${PORTSDIR}/devel/p5-Tree-DAG_Node \ ${SITE_PERL}/XML/SAX/Exception.pm:${PORTSDIR}/textproc/p5-XML-SAX \ - ${SITE_PERL}/XML/Filter/BufferText.pm:${PORTSDIR}/textproc/p5-XML-Filter-BufferText \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple + ${SITE_PERL}/XML/Filter/BufferText.pm:${PORTSDIR}/textproc/p5-XML-Filter-BufferText RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/textproc/p5-podlators/Makefile b/textproc/p5-podlators/Makefile index 0c98e5f7ee17..3f88392cab27 100644 --- a/textproc/p5-podlators/Makefile +++ b/textproc/p5-podlators/Makefile @@ -7,6 +7,7 @@ PORTNAME= podlators PORTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Pod @@ -15,8 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Modules to convert and parse POD (Plain Old Documentation) -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - p5-Pod-Simple>=3.04:${PORTSDIR}/textproc/p5-Pod-Simple \ +RUN_DEPENDS= p5-Pod-Simple>=3.04:${PORTSDIR}/textproc/p5-Pod-Simple \ ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser BUILD_DEPENDS= ${RUN_DEPENDS} diff --git a/www/p5-Apache-PageKit/Makefile b/www/p5-Apache-PageKit/Makefile index 3d045af5b95e..d10cc26f9b55 100644 --- a/www/p5-Apache-PageKit/Makefile +++ b/www/p5-Apache-PageKit/Makefile @@ -7,7 +7,7 @@ PORTNAME= Apache-PageKit PORTVERSION= 1.18 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,7 +20,6 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \ ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/Data/FormValidator.pm:${PORTSDIR}/textproc/p5-Data-FormValidator \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/HTML/FillInForm.pm:${PORTSDIR}/www/p5-HTML-FillInForm \ ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \ ${SITE_PERL}/HTML/Clean.pm:${PORTSDIR}/www/p5-HTML-Clean \ diff --git a/www/p5-AxKit/Makefile b/www/p5-AxKit/Makefile index de2451e4b993..838bfe277b1f 100644 --- a/www/p5-AxKit/Makefile +++ b/www/p5-AxKit/Makefile @@ -7,6 +7,7 @@ PORTNAME= AxKit PORTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= xml/axkit @@ -17,7 +18,6 @@ COMMENT= XML Delivery Toolkit for Apache/Perl BUILD_DEPENDS= \ ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \ ${SITE_PERL}/${PERL_ARCH}/Apache/libapreq.pm:${PORTSDIR}/www/p5-libapreq \ ${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test \ diff --git a/www/p5-Bundle-Slash/Makefile b/www/p5-Bundle-Slash/Makefile index 02d8ba7700b0..89be000a8693 100644 --- a/www/p5-Bundle-Slash/Makefile +++ b/www/p5-Bundle-Slash/Makefile @@ -7,6 +7,7 @@ PORTNAME= Bundle-Slash PORTVERSION= 2.52 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A bundle to install all modules used for Slash -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ +BUILD_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ ${SITE_PERL}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \ ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \ @@ -34,11 +31,9 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-D ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI \ ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \ ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \ ${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid \ - ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ ${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \ ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ ${SITE_PERL}/Schedule/Cron.pm:${PORTSDIR}/sysutils/p5-Schedule-Cron \ diff --git a/www/p5-Catalyst-Example-InstantCRUD/Makefile b/www/p5-Catalyst-Example-InstantCRUD/Makefile index c7bded01ff4f..d08b3db634b9 100644 --- a/www/p5-Catalyst-Example-InstantCRUD/Makefile +++ b/www/p5-Catalyst-Example-InstantCRUD/Makefile @@ -7,6 +7,7 @@ PORTNAME= Catalyst-Example-InstantCRUD PORTVERSION= 0.035 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -32,11 +33,9 @@ BUILD_DEPENDS= \ p5-DBIx-Class-Schema-Loader>=0.03:${PORTSDIR}/databases/p5-DBIx-Class-Schema-Loader \ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-HTML-Widget>=1.10:${PORTSDIR}/www/p5-HTML-Widget \ p5-HTML-Widget-DBIC>=0:${PORTSDIR}/www/p5-HTML-Widget-DBIC \ - p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser \ p5-Template-Plugin-Class>=0:${PORTSDIR}/www/p5-Template-Plugin-Class \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-version>=0:${PORTSDIR}/devel/p5-version diff --git a/www/p5-FEAR-API/Makefile b/www/p5-FEAR-API/Makefile index bea880c46dd3..4adc613d68d2 100644 --- a/www/p5-FEAR-API/Makefile +++ b/www/p5-FEAR-API/Makefile @@ -8,6 +8,7 @@ PORTNAME= FEAR-API PORTVERSION= 0.489 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/X/XE/XERN @@ -17,12 +18,10 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Web Scraping Zen BUILD_DEPENDS= p5-Compress-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Zlib \ - p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \ p5-Email-Find>=0:${PORTSDIR}/mail/p5-Email-Find \ p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite \ p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic \ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp \ p5-HTML-Encoding>=0:${PORTSDIR}/www/p5-HTML-Encoding \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-HTML-LinkExtractor>=0:${PORTSDIR}/www/p5-HTML-LinkExtractor \ diff --git a/www/p5-HTML-FillInForm-ForceUTF8/Makefile b/www/p5-HTML-FillInForm-ForceUTF8/Makefile index 81f58e0b3c28..89096185e28d 100644 --- a/www/p5-HTML-FillInForm-ForceUTF8/Makefile +++ b/www/p5-HTML-FillInForm-ForceUTF8/Makefile @@ -7,6 +7,7 @@ PORTNAME= HTML-FillInForm-ForceUTF8 PORTVERSION= 0.02 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= FillInForm with utf8 encoding -RUN_DEPENDS= p5-HTML-FillInForm>0:${PORTSDIR}/www/p5-HTML-FillInForm \ - p5-Encode>0:${PORTSDIR}/converters/p5-Encode +RUN_DEPENDS= p5-HTML-FillInForm>0:${PORTSDIR}/www/p5-HTML-FillInForm BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/www/p5-HTML-Template-JIT/Makefile b/www/p5-HTML-Template-JIT/Makefile index 80c40ddf9d22..53b06ed20e69 100644 --- a/www/p5-HTML-Template-JIT/Makefile +++ b/www/p5-HTML-Template-JIT/Makefile @@ -7,6 +7,7 @@ PORTNAME= HTML-Template-JIT PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +16,6 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to compile HTML Templates with Inline::C BUILD_DEPENDS= p5-HTML-Template>=2.8:${PORTSDIR}/www/p5-HTML-Template \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/www/p5-HTTP-WebTest/Makefile b/www/p5-HTTP-WebTest/Makefile index 6b40b73a4bd6..06b0f4f84937 100644 --- a/www/p5-HTTP-WebTest/Makefile +++ b/www/p5-HTTP-WebTest/Makefile @@ -15,10 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Tests remote URLs or local web files -BUILD_DEPENDS= ${BUILD_DEPENDS_56} \ +BUILD_DEPENDS= \ ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/Test/MockObject.pm:${PORTSDIR}/devel/p5-Test-MockObject \ PERL_CONFIGURE= yes diff --git a/www/p5-Maypole/Makefile b/www/p5-Maypole/Makefile index 500d7a374c50..b284e725c62d 100644 --- a/www/p5-Maypole/Makefile +++ b/www/p5-Maypole/Makefile @@ -6,7 +6,7 @@ PORTNAME= Maypole PORTVERSION= 2.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/T/TE/TEEJAY @@ -26,7 +26,6 @@ BUILD_DEPENDS= p5-CGI-Simple>0:${PORTSDIR}/www/p5-CGI-Simple \ p5-Class-DBI-Plugin-RetrieveAll>0:${PORTSDIR}/databases/p5-Class-DBI-Plugin-RetrieveAll \ p5-Class-DBI-Plugin-Type>0:${PORTSDIR}/databases/p5-Class-DBI-Plugin-Type \ p5-Class-DBI>=0.96:${PORTSDIR}/databases/p5-Class-DBI \ - p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5 \ p5-File-MMagic-XS>=0.08:${PORTSDIR}/devel/p5-File-MMagic-XS \ p5-HTML-Tree>0:${PORTSDIR}/www/p5-HTML-Tree \ p5-HTTP-Body>=0.5:${PORTSDIR}/www/p5-HTTP-Body \ diff --git a/www/p5-WWW-Mediawiki-Client/Makefile b/www/p5-WWW-Mediawiki-Client/Makefile index 33d3aeeac957..00ddea387f88 100644 --- a/www/p5-WWW-Mediawiki-Client/Makefile +++ b/www/p5-WWW-Mediawiki-Client/Makefile @@ -8,6 +8,7 @@ PORTNAME= WWW-Mediawiki-Client PORTVERSION= 0.31 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,8 +23,7 @@ BUILD_DEPENDS= p5-Test-Differences>0:${PORTSDIR}/devel/p5-Test-Differences \ p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-URI>=1.31:${PORTSDIR}/net/p5-URI \ p5-Data-Dumper>0:${PORTSDIR}/devel/p5-Data-Dumper \ - p5-Exception-Class>0:${PORTSDIR}/devel/p5-Exception-Class \ - p5-Encode>=1.75:${PORTSDIR}/converters/p5-Encode + p5-Exception-Class>0:${PORTSDIR}/devel/p5-Exception-Class RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |