diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2008-06-30 10:00:07 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2008-06-30 10:00:07 +0000 |
commit | 9ffc02942d56820e9f987cabe4b5592db5ea034a (patch) | |
tree | a30063f6e5626132e0426505cffb826aaf0762b0 /devel/viewvc | |
parent | 164733d9dfad71b53a8b8a7ff980d3e525c4f2cb (diff) | |
download | ports-9ffc02942d56820e9f987cabe4b5592db5ea034a.tar.gz ports-9ffc02942d56820e9f987cabe4b5592db5ea034a.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.
Notes
Notes:
svn path=/head/; revision=216025
Diffstat (limited to 'devel/viewvc')
-rw-r--r-- | devel/viewvc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/viewvc/Makefile b/devel/viewvc/Makefile index 71de16269ff5..a88b3ca6117d 100644 --- a/devel/viewvc/Makefile +++ b/devel/viewvc/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://viewvc.tigris.org/files/documents/3330/41694/ MAINTAINER= pgollucci@p6m7g8.com COMMENT= Web-based Version Control Repository Browsing -RUN_DEPENDS= ${PYTHON_LIBDIR}/site-packages/svn/__init__.py:${PORTSDIR}/devel/subversion-python \ +RUN_DEPENDS= ${PYTHON_LIBDIR}/site-packages/svn/__init__.py:${PORTSDIR}/devel/py-subversion \ ${PYTHON_LIBDIR}/site-packages/_mysql.so:${PORTSDIR}/databases/py-MySQLdb USE_PYTHON= yes |