diff options
author | clsung <clsung@FreeBSD.org> | 2004-10-26 00:37:12 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-10-26 00:37:12 +0800 |
commit | 00cd02ec4f8c887e1b849840379dd379a607767b (patch) | |
tree | c878e980354faaabb8591fa840d40857ea5e9787 /devel | |
parent | bb9fbb1f2fca63dfee34e5c20824cc0505b79da2 (diff) | |
download | freebsd-ports-gnome-00cd02ec4f8c887e1b849840379dd379a607767b.tar.gz freebsd-ports-gnome-00cd02ec4f8c887e1b849840379dd379a607767b.tar.zst freebsd-ports-gnome-00cd02ec4f8c887e1b849840379dd379a607767b.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/73122
Submitted by: Rong-En Fan (maintainer)
Approved by: co-mentor (vanilla)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-VCP-Dest-svk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-VCP-Dest-svk/Makefile b/devel/p5-VCP-Dest-svk/Makefile index f6c36a929e1e..8d926723c76e 100644 --- a/devel/p5-VCP-Dest-svk/Makefile +++ b/devel/p5-VCP-Dest-svk/Makefile @@ -7,6 +7,7 @@ PORTNAME= VCP-Dest-svk PORTVERSION= 0.28 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO @@ -15,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= rafan@infor.org COMMENT= VCP destination driver for svn/svk -BUILD_DEPENDS= ${SITE_PERL}/VCP.pm:${PORTSDIR}/devel/p5-VCP \ +BUILD_DEPENDS= ${SITE_PERL}/VCP.pm:${PORTSDIR}/devel/p5-VCP-autrijus \ ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/subversion-perl \ ${SITE_PERL}/SVK.pm:${PORTSDIR}/devel/svk RUN_DEPENDS= ${BUILD_DEPENDS} |