Subversion 1.6.11
This commit is contained in:
parent
2a077e10ba
commit
90db4d0d84
1 changed files with 5 additions and 13 deletions
|
@ -3,19 +3,13 @@ require 'formula'
|
|||
# On 10.5 we need newer versions of apr, neon etc.
|
||||
# On 10.6 we only need a newer version of neon
|
||||
class SubversionDeps <Formula
|
||||
url 'http://subversion.tigris.org/downloads/subversion-deps-1.6.9.tar.bz2'
|
||||
md5 'c480173d939a5a6d0c71c717ab71e392'
|
||||
|
||||
# Note because this formula is installed into the subversion prefix
|
||||
# it is not in fact keg only
|
||||
def keg_only?
|
||||
:provided_by_osx
|
||||
end
|
||||
url 'http://subversion.tigris.org/downloads/subversion-deps-1.6.11.tar.bz2'
|
||||
md5 'da1bcdd39c34d91e434407f72b844f2f'
|
||||
end
|
||||
|
||||
class Subversion <Formula
|
||||
url 'http://subversion.tigris.org/downloads/subversion-1.6.9.tar.bz2'
|
||||
md5 '9c30a47b1d48664e7afef68bb4834c53'
|
||||
url 'http://subversion.tigris.org/downloads/subversion-1.6.11.tar.bz2'
|
||||
md5 '75419159b50661092c4137449940b5cc'
|
||||
homepage 'http://subversion.apache.org/'
|
||||
|
||||
aka :svn
|
||||
|
@ -27,9 +21,7 @@ class Subversion <Formula
|
|||
def setup_leopard
|
||||
# Slot dependencies into place
|
||||
d=Pathname.getwd
|
||||
SubversionDeps.new.brew do
|
||||
d.install Dir['*']
|
||||
end
|
||||
SubversionDeps.new.brew { d.install Dir['*'] }
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue