subversion 1.8.0
Closes Homebrew/homebrew#20600. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
fca0b33954
commit
348ad3f3e3
1 changed files with 2 additions and 5 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Subversion < Formula
|
||||
homepage 'http://subversion.apache.org/'
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=subversion/subversion-1.7.10.tar.bz2'
|
||||
sha1 'a4f3de0a13b034b0eab4d35512c6c91a4abcf4f5'
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=subversion/subversion-1.8.0.tar.bz2'
|
||||
sha1 '45d227511507c5ed99e07f9d42677362c18b364c'
|
||||
|
||||
option :universal
|
||||
option 'java', 'Build Java bindings'
|
||||
|
@ -14,7 +14,6 @@ class Subversion < Formula
|
|||
depends_on 'pkg-config' => :build
|
||||
|
||||
# Always build against Homebrew versions instead of system versions for consistency.
|
||||
depends_on 'neon'
|
||||
depends_on 'serf'
|
||||
depends_on 'sqlite'
|
||||
depends_on :python => :optional
|
||||
|
@ -84,7 +83,6 @@ class Subversion < Formula
|
|||
"--with-zlib=/usr",
|
||||
"--with-sqlite=#{Formula.factory('sqlite').opt_prefix}",
|
||||
"--with-serf=#{Formula.factory('serf').opt_prefix}",
|
||||
"--disable-neon-version-check",
|
||||
"--disable-mod-activation",
|
||||
"--disable-nls",
|
||||
"--without-apache-libexecdir",
|
||||
|
@ -113,7 +111,6 @@ class Subversion < Formula
|
|||
svn-populate-node-origins-index
|
||||
svn-rep-sharing-stats
|
||||
svnauthz-validate
|
||||
svnmucc
|
||||
svnraisetreeconflict
|
||||
].each do |prog|
|
||||
bin.install_symlink bin/"svn-tools"/prog
|
||||
|
|
Loading…
Reference in a new issue