aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-SVN-Mirror
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2004-10-25 16:34:54 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2004-10-25 16:34:54 +0000
commit2b738568ebe3bc7178a3e4c80286b199e51fa52d (patch)
treea5848c4858bb182c59471b95e7359522e9e7ed6a /devel/p5-SVN-Mirror
parentd52e782b050e48de48d832541a6c923d65ad0cb0 (diff)
downloadports-2b738568ebe3bc7178a3e4c80286b199e51fa52d.tar.gz
ports-2b738568ebe3bc7178a3e4c80286b199e51fa52d.zip
- VCP-autrijus contains many bugfix for VCP 0.9
while VCP is not going to releases 1.0 soon, switch to this snapshot helps devel/svk's user much. - bump PORTREVISION PR: ports/73123 Submitted by: Rong-En Fan (maintainer) Approved by: co-mentor (vanilla)
Notes
Notes: svn path=/head/; revision=120168
Diffstat (limited to 'devel/p5-SVN-Mirror')
-rw-r--r--devel/p5-SVN-Mirror/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-SVN-Mirror/Makefile b/devel/p5-SVN-Mirror/Makefile
index 405b1cd04a5d..17243fed3075 100644
--- a/devel/p5-SVN-Mirror/Makefile
+++ b/devel/p5-SVN-Mirror/Makefile
@@ -7,6 +7,7 @@
PORTNAME= SVN-Mirror
PORTVERSION= 0.49
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO
@@ -19,7 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/subversio
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID \
${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
- ${SITE_PERL}/VCP.pm:${PORTSDIR}/devel/p5-VCP \
+ ${SITE_PERL}/VCP.pm:${PORTSDIR}/devel/p5-VCP-autrijus \
${SITE_PERL}/SVN/Simple/Edit.pm:${PORTSDIR}/devel/p5-SVN-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}