aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2004-10-26 00:34:54 +0800
committerclsung <clsung@FreeBSD.org>2004-10-26 00:34:54 +0800
commitbb9fbb1f2fca63dfee34e5c20824cc0505b79da2 (patch)
treea153405e71de3d750ebe8233db51bd07ac722df7
parentb1168b235502a2bcc510a1c2cafe5627d3a2dedf (diff)
downloadfreebsd-ports-gnome-bb9fbb1f2fca63dfee34e5c20824cc0505b79da2.tar.gz
freebsd-ports-gnome-bb9fbb1f2fca63dfee34e5c20824cc0505b79da2.tar.zst
freebsd-ports-gnome-bb9fbb1f2fca63dfee34e5c20824cc0505b79da2.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)
-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}