diff options
author | lev <lev@FreeBSD.org> | 2008-06-30 18:00:07 +0800 |
---|---|---|
committer | lev <lev@FreeBSD.org> | 2008-06-30 18:00:07 +0800 |
commit | 2ccb4847642dbed2b53b3a05faa897fab8162178 (patch) | |
tree | 3f25325636f8703c783c252280552278b2c29d23 /devel/p5-SVN-Log | |
parent | da4ba9bd99e1a4ad8b535640a8bf39d1f05ff161 (diff) | |
download | freebsd-ports-gnome-2ccb4847642dbed2b53b3a05faa897fab8162178.tar.gz freebsd-ports-gnome-2ccb4847642dbed2b53b3a05faa897fab8162178.tar.zst freebsd-ports-gnome-2ccb4847642dbed2b53b3a05faa897fab8162178.zip |
(1) Upgrade subversion to version 1.5.0.
(2) Make binding ports to be real ports, which installs only bindings and
depend on subversion.
(3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme.
(4) Re-base subversion-freebsd to `devel/subversion'.
(5) Fix all ports, which depends on subversion bindings.
Diffstat (limited to 'devel/p5-SVN-Log')
-rw-r--r-- | devel/p5-SVN-Log/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-SVN-Log/Makefile b/devel/p5-SVN-Log/Makefile index 6ed6d671eb5d..74c9b52597e5 100644 --- a/devel/p5-SVN-Log/Makefile +++ b/devel/p5-SVN-Log/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org COMMENT= SVN::Log - Extract change logs from a Subversion server -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/subversion-perl \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/p5-subversion \ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= ${BUILD_DEPENDS} |