aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-01-28 02:32:30 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-01-28 02:32:30 +0000
commit3f795ed79544f451dcbc7721ec25f7470245ab4b (patch)
tree8474ecf15973c32c010cc76f3cfb138e84dd508b /ftp
parent5b91abfaae1c8bf3daa8a78955ac833c26b07aea (diff)
downloadports-3f795ed79544f451dcbc7721ec25f7470245ab4b.tar.gz
ports-3f795ed79544f451dcbc7721ec25f7470245ab4b.zip
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 12). Approved by: portmgr (itetcu)
Notes
Notes: svn path=/head/; revision=248740
Diffstat (limited to 'ftp')
-rw-r--r--ftp/paraget/Makefile5
-rw-r--r--ftp/profxp/Makefile4
2 files changed, 4 insertions, 5 deletions
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