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/Makefile | |
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/Makefile')
-rw-r--r-- | devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/Makefile b/devel/Makefile index c86d99d57b99..0da75e585958 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1819,6 +1819,7 @@ SUBDIR += p5-rpm-build-perl SUBDIR += p5-self SUBDIR += p5-subatom + SUBDIR += p5-subversion SUBDIR += p5-threads SUBDIR += p5-threads-shared SUBDIR += p5-usb @@ -2149,6 +2150,7 @@ SUBDIR += py-spark SUBDIR += py-sqlcc SUBDIR += py-statgrab + SUBDIR += py-subversion SUBDIR += py-tables SUBDIR += py-tconfpy SUBDIR += py-testgears @@ -2290,6 +2292,7 @@ SUBDIR += ruby-slang SUBDIR += ruby-statgrab SUBDIR += ruby-strongtyping + SUBDIR += ruby-subversion SUBDIR += ruby-sysvipc SUBDIR += ruby-term-ansicolor SUBDIR += ruby-textbuf @@ -2402,9 +2405,6 @@ SUBDIR += subversion SUBDIR += subversion-devel SUBDIR += subversion-freebsd - SUBDIR += subversion-perl - SUBDIR += subversion-python - SUBDIR += subversion-ruby SUBDIR += subversive SUBDIR += sunterlib SUBDIR += svk |