diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 10:32:30 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 10:32:30 +0800 |
commit | d49922431f45777450b6c0618913107655f7043a (patch) | |
tree | 17c47694fb6d2043b21fe96fc9d157f499aa6a35 | |
parent | 2189df97dd7c57e73204d6c402916a3859d1c392 (diff) | |
download | freebsd-ports-gnome-d49922431f45777450b6c0618913107655f7043a.tar.gz freebsd-ports-gnome-d49922431f45777450b6c0618913107655f7043a.tar.zst freebsd-ports-gnome-d49922431f45777450b6c0618913107655f7043a.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 12).
Approved by: portmgr (itetcu)
-rw-r--r-- | dns/p5-Net-DNS-ZoneFile/Makefile | 2 | ||||
-rw-r--r-- | editors/p5-Padre/Makefile | 2 | ||||
-rw-r--r-- | editors/p5-Vimana/Makefile | 2 | ||||
-rw-r--r-- | editors/zim/Makefile | 4 | ||||
-rw-r--r-- | finance/p5-Data-Currency/Makefile | 7 | ||||
-rw-r--r-- | french/plgrenouille/Makefile | 6 | ||||
-rw-r--r-- | ftp/paraget/Makefile | 5 | ||||
-rw-r--r-- | ftp/profxp/Makefile | 4 | ||||
-rw-r--r-- | games/p5-Games-Bingo-Print/Makefile | 4 | ||||
-rw-r--r-- | graphics/orca/Makefile | 9 | ||||
-rw-r--r-- | graphics/p5-CAD-Drawing/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-Geo-EOP/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Geo-GML/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Geo-Gpx/Makefile | 5 | ||||
-rw-r--r-- | graphics/p5-Geo-KML/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-Geo-Point/Makefile | 5 | ||||
-rw-r--r-- | graphics/p5-Google-Chart/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Image-Grab/Makefile | 6 | ||||
-rw-r--r-- | graphics/p5-Visio/Makefile | 3 | ||||
-rw-r--r-- | japanese/p5-Acme-Lou/Makefile | 2 |
20 files changed, 31 insertions, 52 deletions
diff --git a/dns/p5-Net-DNS-ZoneFile/Makefile b/dns/p5-Net-DNS-ZoneFile/Makefile index fdc927d1941f..51aaae940f36 100644 --- a/dns/p5-Net-DNS-ZoneFile/Makefile +++ b/dns/p5-Net-DNS-ZoneFile/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-DNS-ZoneFile PORTVERSION= 1.04 +PORTREVISION= 1 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +16,6 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= Perl extension to convert a zone file to a collection of RRs BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index f784e1116913..8df1a97f0f9f 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -7,6 +7,7 @@ PORTNAME= Padre PORTVERSION= 0.50 +PORTREVISION= 1 CATEGORIES= editors perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,7 +24,6 @@ BUILD_DEPENDS= ${SITE_PERL}/App/Ack.pm:${PORTSDIR}/textproc/p5-ack \ ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \ ${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir \ p5-File-Next>=1.06:${PORTSDIR}/sysutils/p5-File-Next \ - p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path \ p5-File-Remove>=1.42:${PORTSDIR}/devel/p5-File-Remove \ ${SITE_PERL}/File/ShareDir.pm:${PORTSDIR}/devel/p5-File-ShareDir \ p5-File-Which>=1.08:${PORTSDIR}/sysutils/p5-File-Which \ diff --git a/editors/p5-Vimana/Makefile b/editors/p5-Vimana/Makefile index 320f77a49642..8f1a0df5ebec 100644 --- a/editors/p5-Vimana/Makefile +++ b/editors/p5-Vimana/Makefile @@ -7,6 +7,7 @@ PORTNAME= Vimana PORTVERSION= 2010.02301 +PORTREVISION= 1 CATEGORIES= editors perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/C/CO/CORNELIUS @@ -22,7 +23,6 @@ BUILD_DEPENDS= vim>=0:${PORTSDIR}/editors/vim \ p5-Cache>=2.04:${PORTSDIR}/devel/p5-Cache \ p5-File-Copy-Recursive>=0.38:${PORTSDIR}/devel/p5-File-Copy-Recursive \ p5-File-Find-Rule>=0.30:${PORTSDIR}/devel/p5-File-Find-Rule \ - p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path \ p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type \ p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \ p5-URI>=1.37:${PORTSDIR}/net/p5-URI \ diff --git a/editors/zim/Makefile b/editors/zim/Makefile index f85ba0051453..b69b690c1bb3 100644 --- a/editors/zim/Makefile +++ b/editors/zim/Makefile @@ -7,7 +7,7 @@ PORTNAME= zim PORTVERSION= 0.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors perl5 MASTER_SITES= http://www.zim-wiki.org/downloads/ DISTNAME= Zim-${PORTVERSION} @@ -16,8 +16,6 @@ MAINTAINER= acm@FreeBSD.org COMMENT= WYSIWYG text editor written in Gtk2-Perl BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ ${SITE_PERL}/File/MimeInfo.pm:${PORTSDIR}/devel/p5-File-MimeInfo \ ${SITE_PERL}/File/DesktopEntry.pm:${PORTSDIR}/devel/p5-File-DesktopEntry RUN_DEPENDS= ${BUILD_DEPENDS} \ diff --git a/finance/p5-Data-Currency/Makefile b/finance/p5-Data-Currency/Makefile index a86b5f2ed8ab..d0b97371814d 100644 --- a/finance/p5-Data-Currency/Makefile +++ b/finance/p5-Data-Currency/Makefile @@ -7,6 +7,7 @@ PORTNAME= Data-Currency PORTVERSION= 0.04002 +PORTREVISION= 1 CATEGORIES= finance perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Data @@ -15,14 +16,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= hideo@lastamericanempire.com COMMENT= Container class for currency conversion/formatting -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - ${SITE_PERL}/Locale/Currency/Format.pm:${PORTSDIR}/finance/p5-Locale-Currency-Format \ +BUILD_DEPENDS= ${SITE_PERL}/Locale/Currency/Format.pm:${PORTSDIR}/finance/p5-Locale-Currency-Format \ ${SITE_PERL}/Class/Accessor/Grouped.pm:${PORTSDIR}/devel/p5-Class-Accessor-Grouped \ ${SITE_PERL}/Finance/Currency/Convert/WebserviceX.pm:${PORTSDIR}/finance/p5-Finance-Currency-Convert-WebserviceX \ ${SITE_PERL}/Locale/Currency.pm:${PORTSDIR}/misc/p5-Locale-Codes \ ${SITE_PERL}/Class/Inspector.pm:${PORTSDIR}/devel/p5-Class-Inspector -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - ${SITE_PERL}/Locale/Currency/Format.pm:${PORTSDIR}/finance/p5-Locale-Currency-Format \ +RUN_DEPENDS= ${SITE_PERL}/Locale/Currency/Format.pm:${PORTSDIR}/finance/p5-Locale-Currency-Format \ ${SITE_PERL}/Class/Accessor/Grouped.pm:${PORTSDIR}/devel/p5-Class-Accessor-Grouped \ ${SITE_PERL}/Finance/Currency/Convert/WebserviceX.pm:${PORTSDIR}/finance/p5-Finance-Currency-Convert-WebserviceX \ ${SITE_PERL}/Locale/Currency.pm:${PORTSDIR}/misc/p5-Locale-Codes \ diff --git a/french/plgrenouille/Makefile b/french/plgrenouille/Makefile index 4cdebdf2c98b..28df1f94f045 100644 --- a/french/plgrenouille/Makefile +++ b/french/plgrenouille/Makefile @@ -7,7 +7,7 @@ PORTNAME= plgrenouille PORTVERSION= 0.70.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= french net MASTER_SITES= http://concept.free.free.fr/plgrenouille/beta/ DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E} @@ -16,9 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Un client pour determiner votre bande passante a un raccordement large bande LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp -RUN_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ - ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP +RUN_DEPENDS= ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP .if !defined(BATCH) IS_INTERACTIVE= yes diff --git a/ftp/paraget/Makefile b/ftp/paraget/Makefile index 49a3935697a0..7f51e4a41fe2 100644 --- a/ftp/paraget/Makefile +++ b/ftp/paraget/Makefile @@ -8,15 +8,14 @@ PORTNAME= paraget PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp perl5 MASTER_SITES= SF MAINTAINER= ijliao@FreeBSD.org COMMENT= Parallel ftp-fetching program -BUILD_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ - ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker RUN_DEPENDS= ${BUILD_DEPENDS} \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple diff --git a/ftp/profxp/Makefile b/ftp/profxp/Makefile index 9c67b2e5fc63..72e82ed2fda4 100644 --- a/ftp/profxp/Makefile +++ b/ftp/profxp/Makefile @@ -8,6 +8,7 @@ PORTNAME= profxp PORTVERSION= 3p2 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= http://duncanthrax.net/profxp/ DISTNAME= ${PORTNAME}-v${PORTVERSION:S/p/-pre/}-src @@ -17,8 +18,7 @@ COMMENT= FXP (server-to-server FTP) client USE_PERL5= yes -RUN_DEPENDS= ${PERL_SITELIBDIR}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ - ${PERL_SITELIBDIR}/Net/SOCKS.pm:${PORTSDIR}/net/p5-Socks \ +RUN_DEPENDS= ${PERL_SITELIBDIR}/Net/SOCKS.pm:${PORTSDIR}/net/p5-Socks \ ${PERL_SITELIBDIR}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ ${PERL_SITELIBDIR}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl diff --git a/games/p5-Games-Bingo-Print/Makefile b/games/p5-Games-Bingo-Print/Makefile index 3c07228e5ead..be5ea64a06bb 100644 --- a/games/p5-Games-Bingo-Print/Makefile +++ b/games/p5-Games-Bingo-Print/Makefile @@ -7,6 +7,7 @@ PORTNAME= Games-Bingo-Print PORTVERSION= 0.04 +PORTREVISION= 1 CATEGORIES= games perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,10 +17,7 @@ COMMENT= Games::Bingo::Print - PDF Generation Class BUILD_DEPENDS= ${SITE_PERL}/Games/Bingo.pm:${PORTSDIR}/games/p5-Games-Bingo \ ${SITE_PERL}/PDFLib.pm:${PORTSDIR}/print/p5-PDFLib \ - ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper \ - ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ ${SITE_PERL}/TAP/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ ${SITE_PERL}/Test/Perl/Critic.pm:${PORTSDIR}/textproc/p5-Test-Perl-Critic \ ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage diff --git a/graphics/orca/Makefile b/graphics/orca/Makefile index d8324ade97fc..2b19877fc4bc 100644 --- a/graphics/orca/Makefile +++ b/graphics/orca/Makefile @@ -14,17 +14,10 @@ MASTER_SITES= http://www.orcaware.com/orca/pub/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for plotting arbitrary data from text files onto a Web server -# needs some happy Perl modules -# I think Data::Dumper is installed as part of the FreeBSD base install -# How can I test for a version of one of these? e.g. Storable.pm should -# be >= version 2.05, p5-TimeDate >=1.40 BUILD_DEPENDS= \ ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/Math/Interpolate.pm:${PORTSDIR}/math/p5-Math-Interpolate \ - ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool\ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes + ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --with-html-dir=${PREFIX}/www/data/orca diff --git a/graphics/p5-CAD-Drawing/Makefile b/graphics/p5-CAD-Drawing/Makefile index ee8d96a770a4..924f19a14fd0 100644 --- a/graphics/p5-CAD-Drawing/Makefile +++ b/graphics/p5-CAD-Drawing/Makefile @@ -7,7 +7,7 @@ PORTNAME= CAD-Drawing PORTVERSION= 0.26 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,7 +21,6 @@ BUILD_DEPENDS= ${SITE_PERL}/Math/Vec.pm:${PORTSDIR}/math/p5-Math-Vec \ ${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick \ ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/Stream/FileInputStream.pm:${PORTSDIR}/devel/p5-Stream \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ ${SITE_PERL}/Math/Geometry/Planar.pm:${PORTSDIR}/math/p5-Math-Geometry-Planar RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/graphics/p5-Geo-EOP/Makefile b/graphics/p5-Geo-EOP/Makefile index 857307a238a2..57c657a5c27a 100644 --- a/graphics/p5-Geo-EOP/Makefile +++ b/graphics/p5-Geo-EOP/Makefile @@ -7,6 +7,7 @@ PORTNAME= Geo-EOP PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= wenheping@gmail.com COMMENT= Perl Module to Process Earth Observation Products Meta-data -RUN_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ - p5-Geo-GML>=0.12:${PORTSDIR}/graphics/p5-Geo-GML \ +RUN_DEPENDS= p5-Geo-GML>=0.12:${PORTSDIR}/graphics/p5-Geo-GML \ p5-Test-Pod>=1.26:${PORTSDIR}/devel/p5-Test-Pod \ p5-XML-Compile>=0.96:${PORTSDIR}/textproc/p5-XML-Compile \ p5-XML-Compile-Cache>=0.14:${PORTSDIR}/textproc/p5-XML-Compile-Cache diff --git a/graphics/p5-Geo-GML/Makefile b/graphics/p5-Geo-GML/Makefile index ff230f8c3a10..b8d1ea148ee7 100644 --- a/graphics/p5-Geo-GML/Makefile +++ b/graphics/p5-Geo-GML/Makefile @@ -7,6 +7,7 @@ PORTNAME= Geo-GML PORTVERSION= 0.15 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= wenheping@gmail.com COMMENT= Perl Module to Process Geography Markup Language -RUN_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ - p5-Log-Report>=0.18:${PORTSDIR}/devel/p5-Log-Report \ +RUN_DEPENDS= p5-Log-Report>=0.18:${PORTSDIR}/devel/p5-Log-Report \ p5-Test-Pod>=1.26:${PORTSDIR}/devel/p5-Test-Pod \ p5-XML-Compile>=0.96:${PORTSDIR}/textproc/p5-XML-Compile \ p5-XML-Compile-Cache>=0.14:${PORTSDIR}/textproc/p5-XML-Compile-Cache diff --git a/graphics/p5-Geo-Gpx/Makefile b/graphics/p5-Geo-Gpx/Makefile index 53194719b586..5419b324eecf 100644 --- a/graphics/p5-Geo-Gpx/Makefile +++ b/graphics/p5-Geo-Gpx/Makefile @@ -7,6 +7,7 @@ PORTNAME= Geo-Gpx PORTVERSION= 0.26 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= wenheping@gmail.com COMMENT= Perl Module to Create and Parse GPX Files -BUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ - p5-TimeDate>0:${PORTSDIR}/devel/p5-TimeDate \ +BUILD_DEPENDS= p5-TimeDate>0:${PORTSDIR}/devel/p5-TimeDate \ p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-version>0:${PORTSDIR}/devel/p5-version \ p5-ExtUtils-MakeMaker-Coverage>0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker-Coverage \ p5-Time-Local>0:${PORTSDIR}/devel/p5-Time-Local diff --git a/graphics/p5-Geo-KML/Makefile b/graphics/p5-Geo-KML/Makefile index c3c3497f0a4a..b5e8b292f278 100644 --- a/graphics/p5-Geo-KML/Makefile +++ b/graphics/p5-Geo-KML/Makefile @@ -7,6 +7,7 @@ PORTNAME= Geo-KML PORTVERSION= 0.03 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= wenheping@gmail.com COMMENT= Perl Module to Create Google Earth KML/KMZ -RUN_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ - p5-Archive-Zip>=1.18:${PORTSDIR}/archivers/p5-Archive-Zip \ +RUN_DEPENDS= p5-Archive-Zip>=1.18:${PORTSDIR}/archivers/p5-Archive-Zip \ p5-Log-Report>=0.18:${PORTSDIR}/devel/p5-Log-Report \ p5-Test-Pod>=1.26:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Deep>=0.095:${PORTSDIR}/devel/p5-Test-Deep \ diff --git a/graphics/p5-Geo-Point/Makefile b/graphics/p5-Geo-Point/Makefile index 935ed360e002..8acee3fb955a 100644 --- a/graphics/p5-Geo-Point/Makefile +++ b/graphics/p5-Geo-Point/Makefile @@ -7,6 +7,7 @@ PORTNAME= Geo-Point PORTVERSION= 0.92 +PORTREVISION= 1 CATEGORIES= graphics devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= Perl Module Tries To Abstract Coordinate Systems -RUN_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ - p5-Geo-Distance>=0.06:${PORTSDIR}/math/p5-Geo-Distance \ +RUN_DEPENDS= p5-Geo-Distance>=0.06:${PORTSDIR}/math/p5-Geo-Distance \ p5-Geo-Proj4>=1.00:${PORTSDIR}/graphics/p5-Geo-Proj4 \ - p5-Math-Complex>=1.54:${PORTSDIR}/math/p5-Math-Complex \ p5-Math-Polygon>=1.00:${PORTSDIR}/math/p5-Math-Polygon MAN3= Geo::Point.3 Geo::Shape.3 Geo::Surface.3 \ diff --git a/graphics/p5-Google-Chart/Makefile b/graphics/p5-Google-Chart/Makefile index 000d504df544..af9326cac0cd 100644 --- a/graphics/p5-Google-Chart/Makefile +++ b/graphics/p5-Google-Chart/Makefile @@ -7,6 +7,7 @@ PORTNAME= Google-Chart PORTVERSION= 0.05014 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +18,6 @@ COMMENT= Perl Interface to Google Charts API RUN_DEPENDS= p5-Class-MOP>=0.63:${PORTSDIR}/devel/p5-Class-MOP \ p5-libwww>0:${PORTSDIR}/www/p5-libwww \ p5-Moose>=0.54:${PORTSDIR}/devel/p5-Moose \ - p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-URI>0:${PORTSDIR}/net/p5-URI MAN3= Google::Chart.3 Google::Chart::Axis.3 \ diff --git a/graphics/p5-Image-Grab/Makefile b/graphics/p5-Image-Grab/Makefile index 88493c8f6dd7..361d5d5d2881 100644 --- a/graphics/p5-Image-Grab/Makefile +++ b/graphics/p5-Image-Grab/Makefile @@ -7,7 +7,7 @@ PORTNAME= Image-Grab PORTVERSION= 1.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tolid@plab.ku.dk COMMENT= Perl extension for Grabbing images off the Internet -BUILD_DEPENDS= ${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}/URI.pm:${PORTSDIR}/net/p5-URI \ +BUILD_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/HTML/Tree.pm:${PORTSDIR}/www/p5-HTML-Tree \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww diff --git a/graphics/p5-Visio/Makefile b/graphics/p5-Visio/Makefile index 932993c308bc..30db9c4b2679 100644 --- a/graphics/p5-Visio/Makefile +++ b/graphics/p5-Visio/Makefile @@ -14,8 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension mainpulating XML based Visio files -BUILD_DEPENDS= p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \ - p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \ +BUILD_DEPENDS= p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML PERL_CONFIGURE= 5.8.1+ diff --git a/japanese/p5-Acme-Lou/Makefile b/japanese/p5-Acme-Lou/Makefile index 84b6d6feddb8..040bae1fe628 100644 --- a/japanese/p5-Acme-Lou/Makefile +++ b/japanese/p5-Acme-Lou/Makefile @@ -7,6 +7,7 @@ PORTNAME= Acme-Lou PORTVERSION= 0.03 +PORTREVISION= 1 CATEGORIES= japanese textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= ja-p5- @@ -15,7 +16,6 @@ MAINTAINER= markun@onohara.to COMMENT= Let's together with Lou Ohshiba BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \ ja-p5-Text-MeCab>=0:${PORTSDIR}/japanese/p5-Text-MeCab RUN_DEPENDS= ${BUILD_DEPENDS} |