aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2009-12-23 11:18:44 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2009-12-23 11:18:44 +0000
commit6343c54625b5d63c68e17f3cdeb99a586a4c5599 (patch)
tree364e09cc713a40c3a54c208e7865d00efd045146
parent640b1f96bcb68f666161c6385f4d8751ea056197 (diff)
downloadports-6343c54625b5d63c68e17f3cdeb99a586a4c5599.tar.gz
ports-6343c54625b5d63c68e17f3cdeb99a586a4c5599.zip
Notes
-rw-r--r--databases/p5-RRD-Simple/Makefile7
-rw-r--r--devel/p5-AI-Prolog/Makefile6
-rw-r--r--devel/p5-Class-Roles/Makefile5
-rw-r--r--devel/p5-DateTime-Incomplete/Makefile4
-rw-r--r--devel/p5-Locale-Maketext-Fuzzy/Makefile5
-rw-r--r--devel/p5-SSN-Validate/Makefile5
-rw-r--r--devel/p5-String-Random/Makefile2
-rw-r--r--mail/p5-Mail-RBL/Makefile4
-rw-r--r--multimedia/p5-Video-Info/Makefile6
-rw-r--r--net-im/p5-POE-Component-Client-MSN/Makefile2
-rw-r--r--textproc/p5-Lingua-EN-Squeeze/Makefile2
-rw-r--r--textproc/p5-RDF-Simple/Makefile2
-rw-r--r--textproc/p5-Text-Quoted/Makefile4
-rw-r--r--textproc/p5-XML-Atom-Filter/Makefile1
-rw-r--r--www/p5-Catalyst-View-TT-ControllerLocal/Makefile4
-rw-r--r--www/rt36/Makefile6
16 files changed, 16 insertions, 49 deletions
diff --git a/databases/p5-RRD-Simple/Makefile b/databases/p5-RRD-Simple/Makefile
index 62ddb38eb8ad..63df10fe10e6 100644
--- a/databases/p5-RRD-Simple/Makefile
+++ b/databases/p5-RRD-Simple/Makefile
@@ -7,7 +7,7 @@
PORTNAME= RRD-Simple
PORTVERSION= 1.44
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Proc/NICOLAW
@@ -16,10 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple interface to create and store data in RRD files
-BUILD_DEPENDS= ${SITE_PERL}/Test/Deep.pm:${PORTSDIR}/devel/p5-Test-Deep \
- p5-Test-Pod>=0.90:${PORTSDIR}/devel/p5-Test-Pod \
- p5-Test-Pod-Coverage>0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
- ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
diff --git a/devel/p5-AI-Prolog/Makefile b/devel/p5-AI-Prolog/Makefile
index 258b759570e5..e3473d116cf1 100644
--- a/devel/p5-AI-Prolog/Makefile
+++ b/devel/p5-AI-Prolog/Makefile
@@ -8,6 +8,7 @@
PORTNAME= AI-Prolog
PORTVERSION= 0.740
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -20,11 +21,6 @@ RUN_DEPENDS= p5-aliased>=0.11:${PORTSDIR}/devel/p5-aliased \
p5-Exporter-Tidy>=0.06:${PORTSDIR}/devel/p5-Exporter-Tidy \
p5-Hash-AsObject>=0.05:${PORTSDIR}/devel/p5-Hash-AsObject \
p5-Regexp-Common>=2.119:${PORTSDIR}/textproc/p5-Regexp-Common \
- p5-Test-Differences>=0.47:${PORTSDIR}/devel/p5-Test-Differences \
- p5-Test-Exception>=0.20:${PORTSDIR}/devel/p5-Test-Exception \
- p5-Test-MockModule>=0.04:${PORTSDIR}/devel/p5-Test-MockModule \
- p5-Test-Warn>=0.08:${PORTSDIR}/devel/p5-Test-Warn \
- p5-Text-Balanced>=1.95:${PORTSDIR}/textproc/p5-Text-Balanced \
p5-Text-Quote>=0.03:${PORTSDIR}/textproc/p5-Text-Quote \
p5-Term-ReadKey>=2.21:${PORTSDIR}/devel/p5-Term-ReadKey
BUILD_DEPENDS= ${RUN_DEPENDS}
diff --git a/devel/p5-Class-Roles/Makefile b/devel/p5-Class-Roles/Makefile
index 86796c7bdb34..f6cef095254b 100644
--- a/devel/p5-Class-Roles/Makefile
+++ b/devel/p5-Class-Roles/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Class-Roles
PORTVERSION= 0.30
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,10 +15,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Provides a role-based system of OOP (emulates Perl6)
-BUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \
- ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
PERL_MODBUILD= yes
MAN3= Class::Roles.3
diff --git a/devel/p5-DateTime-Incomplete/Makefile b/devel/p5-DateTime-Incomplete/Makefile
index 045c7638bee6..e392b6006f87 100644
--- a/devel/p5-DateTime-Incomplete/Makefile
+++ b/devel/p5-DateTime-Incomplete/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DateTime-Incomplete
PORTVERSION= 0.04.00
+PORTREVISION= 1
DISTVERSION= ${PORTVERSION:C/\.(..)$//}
CATEGORIES= devel perl5
MASTER_SITES= CPAN
@@ -17,8 +18,7 @@ COMMENT= An incomplete DateTime, like January 5
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
${SITE_PERL}/DateTime/Set.pm:${PORTSDIR}/devel/p5-DateTime-Set \
- ${SITE_PERL}/DateTime/Event/Recurrence.pm:${PORTSDIR}/devel/p5-DateTime-Event-Recurrence \
- ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+ ${SITE_PERL}/DateTime/Event/Recurrence.pm:${PORTSDIR}/devel/p5-DateTime-Event-Recurrence
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/devel/p5-Locale-Maketext-Fuzzy/Makefile b/devel/p5-Locale-Maketext-Fuzzy/Makefile
index 18051d4cd65f..3ebb902024ae 100644
--- a/devel/p5-Locale-Maketext-Fuzzy/Makefile
+++ b/devel/p5-Locale-Maketext-Fuzzy/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Locale-Maketext-Fuzzy
PORTVERSION= 0.10
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,10 +15,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Locale::Maketext::Fuzzy - Maketext from already interpolated strings
-BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
- ${SITE_PERL}/Locale/Maketext.pm:${PORTSDIR}/devel/p5-Locale-Maketext
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
PERL_CONFIGURE= yes
MAN3= Locale::Maketext::Fuzzy.3
diff --git a/devel/p5-SSN-Validate/Makefile b/devel/p5-SSN-Validate/Makefile
index 391f0f1eb656..961ac393a425 100644
--- a/devel/p5-SSN-Validate/Makefile
+++ b/devel/p5-SSN-Validate/Makefile
@@ -7,6 +7,7 @@
PORTNAME= SSN-Validate
PORTVERSION= 0.18
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN/../../authors/id/K/KM/KMELTZ
PKGNAMEPREFIX= p5-
@@ -14,10 +15,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to do SSN Validation
-BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
- ${SITE_PERL}/Module/Signature.pm:${PORTSDIR}/security/p5-Module-Signature
-RUN_DEPENDS+= ${BUILD_DEPENDS}
-
PERL_CONFIGURE= yes
MAN3= SSN::Validate.3
diff --git a/devel/p5-String-Random/Makefile b/devel/p5-String-Random/Makefile
index 02611a0625d6..02dac7314b1a 100644
--- a/devel/p5-String-Random/Makefile
+++ b/devel/p5-String-Random/Makefile
@@ -15,8 +15,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to generate "random" strings
-BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-
PERL_MODBUILD= yes
MAN3= String::Random.3
diff --git a/mail/p5-Mail-RBL/Makefile b/mail/p5-Mail-RBL/Makefile
index f978b04fb894..75687b37fbe7 100644
--- a/mail/p5-Mail-RBL/Makefile
+++ b/mail/p5-Mail-RBL/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Mail-RBL
PORTVERSION= 1.10
+PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,8 +16,7 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to access RBL-style host verification services
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
- p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
- ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+ p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/multimedia/p5-Video-Info/Makefile b/multimedia/p5-Video-Info/Makefile
index db1af9e3f55d..dae812826f70 100644
--- a/multimedia/p5-Video-Info/Makefile
+++ b/multimedia/p5-Video-Info/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Video-Info
PORTVERSION= 0.999
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,10 +15,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Retrieve video properties such as: height width codec fps
-RUN_DEPENDS= ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
-BUILD_DEPENDS= ${RUN_DEPENDS}
-BUILD_DEPENDS+= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple
-
PERL_CONFIGURE= yes
MANCOMPRESSED= no
diff --git a/net-im/p5-POE-Component-Client-MSN/Makefile b/net-im/p5-POE-Component-Client-MSN/Makefile
index 1aa5f5781db1..b6a5167baa0e 100644
--- a/net-im/p5-POE-Component-Client-MSN/Makefile
+++ b/net-im/p5-POE-Component-Client-MSN/Makefile
@@ -7,6 +7,7 @@
PORTNAME= POE-Component-Client-MSN
PORTVERSION= 0.03
+PORTREVISION= 1
CATEGORIES= net-im perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,7 +17,6 @@ COMMENT= POE Component for MSN Messenger
BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
p5-POE-Component-Client-Keepalive>=0:${PORTSDIR}/net/p5-POE-Component-Client-Keepalive \
- p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
p5-POE-Component-SSLify>=0:${PORTSDIR}/security/p5-POE-Component-SSLify
RUN_DEPENDS= ${BUILD_DEPENDS}
diff --git a/textproc/p5-Lingua-EN-Squeeze/Makefile b/textproc/p5-Lingua-EN-Squeeze/Makefile
index ba1a42ce0b2d..3c27a6dc3e7f 100644
--- a/textproc/p5-Lingua-EN-Squeeze/Makefile
+++ b/textproc/p5-Lingua-EN-Squeeze/Makefile
@@ -14,8 +14,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Shorten text to minimum syllables by using hash table
-BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-
PERL_CONFIGURE= yes
MAN3= Lingua::EN::Squeeze.3
diff --git a/textproc/p5-RDF-Simple/Makefile b/textproc/p5-RDF-Simple/Makefile
index 4c95099007e4..25a510c68f49 100644
--- a/textproc/p5-RDF-Simple/Makefile
+++ b/textproc/p5-RDF-Simple/Makefile
@@ -22,8 +22,6 @@ RUN_DEPENDS= p5-Class-MakeMethods>=0:${PORTSDIR}/devel/p5-Class-MakeMethods \
p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS= ${RUN_DEPENDS}
-BUILD_DEPENDS+= p5-IO-CaptureOutput>=0:${PORTSDIR}/devel/p5-IO-CaptureOutput \
- p5-Test-File>=0:${PORTSDIR}/devel/p5-Test-File
PERL_CONFIGURE= yes
diff --git a/textproc/p5-Text-Quoted/Makefile b/textproc/p5-Text-Quoted/Makefile
index 3fa767fd16b6..fe7e7c4ef947 100644
--- a/textproc/p5-Text-Quoted/Makefile
+++ b/textproc/p5-Text-Quoted/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Text-Quoted
PORTVERSION= 2.05
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Text::Quoted - Extract the structure of a quoted mail message
-BUILD_DEPENDS= ${SITE_PERL}/Text/Autoformat.pm:${PORTSDIR}/textproc/p5-Text-Autoformat \
- ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+BUILD_DEPENDS= ${SITE_PERL}/Text/Autoformat.pm:${PORTSDIR}/textproc/p5-Text-Autoformat
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/textproc/p5-XML-Atom-Filter/Makefile b/textproc/p5-XML-Atom-Filter/Makefile
index e9e83c6190fe..d479b52349de 100644
--- a/textproc/p5-XML-Atom-Filter/Makefile
+++ b/textproc/p5-XML-Atom-Filter/Makefile
@@ -16,7 +16,6 @@ COMMENT= Easy creation of command line Atom processing tools
RUN_DEPENDS= ${SITE_PERL}/XML/Atom.pm:${PORTSDIR}/textproc/p5-XML-Atom
BUILD_DEPENDS= ${RUN_DEPENDS}
-BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= 5.8.0+
diff --git a/www/p5-Catalyst-View-TT-ControllerLocal/Makefile b/www/p5-Catalyst-View-TT-ControllerLocal/Makefile
index 93eef55229aa..2abe789dc54b 100644
--- a/www/p5-Catalyst-View-TT-ControllerLocal/Makefile
+++ b/www/p5-Catalyst-View-TT-ControllerLocal/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Catalyst-View-TT-ControllerLocal
PORTVERSION= 0.02
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,8 +17,7 @@ COMMENT= Catalyst TT View with template names relative to the Controller
BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \
- p5-Catalyst-View-TT>=0:${PORTSDIR}/www/p5-Catalyst-View-TT \
- p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
+ p5-Catalyst-View-TT>=0:${PORTSDIR}/www/p5-Catalyst-View-TT
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= 5.8.2+
diff --git a/www/rt36/Makefile b/www/rt36/Makefile
index c77719985972..37f03695996c 100644
--- a/www/rt36/Makefile
+++ b/www/rt36/Makefile
@@ -24,14 +24,10 @@ CONFLICTS= rt-2* rt-3.0* rt-3.2* rt-3.4* rt-3.8*
PERL_MODULES = ${APXS}:${PORTSDIR}/${APACHE_PORT} \
${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \
${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \
- p5-CGI.pm>=3.10:${PORTSDIR}/www/p5-CGI.pm \
p5-DBIx-SearchBuilder>=0.53:${PORTSDIR}/databases/p5-DBIx-SearchBuilder \
- ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
- ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
${SITE_PERL}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format \
${SITE_PERL}/HTML/Scrubber.pm:${PORTSDIR}/www/p5-HTML-Scrubber \
${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \
- ${SITE_PERL}/Locale/Maketext.pm:${PORTSDIR}/devel/p5-Locale-Maketext \
${SITE_PERL}/Locale/Maketext/Fuzzy.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Fuzzy \
${SITE_PERL}/Locale/Maketext/Lexicon.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Lexicon \
${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \
@@ -40,14 +36,12 @@ PERL_MODULES = ${APXS}:${PORTSDIR}/${APACHE_PORT} \
${SITE_PERL}/Module/Versions/Report.pm:${PORTSDIR}/devel/p5-Module-Versions-Report \
${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common \
- ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
${SITE_PERL}/Text/Autoformat.pm:${PORTSDIR}/textproc/p5-Text-Autoformat \
${SITE_PERL}/Text/Quoted.pm:${PORTSDIR}/textproc/p5-Text-Quoted \
${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \
${SITE_PERL}/Text/WikiFormat.pm:${PORTSDIR}/textproc/p5-Text-WikiFormat \
${SITE_PERL}/Text/Wrapper.pm:${PORTSDIR}/textproc/p5-Text-Wrapper \
- ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules \
${SITE_PERL}/Tree/Simple.pm:${PORTSDIR}/devel/p5-Tree-Simple \
${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \