diff options
| author | Brett Koonce | 2013-10-18 19:44:51 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2013-10-19 09:19:46 +0100 |
| commit | fec1d185d34b685725727c94aef28973abacc061 (patch) | |
| tree | 3d1ad3b0e16996c79c3ecb6397d3f7dad1b9d4e1 /Library/Formula | |
| parent | 1ef6edd66c8658c601116c92e09d612669cc833a (diff) | |
| download | homebrew-fec1d185d34b685725727c94aef28973abacc061.tar.bz2 | |
serf 1.3.2
Closes #23358.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/serf.rb | 29 |
1 files changed, 5 insertions, 24 deletions
diff --git a/Library/Formula/serf.rb b/Library/Formula/serf.rb index 4528392be..31b16804a 100644 --- a/Library/Formula/serf.rb +++ b/Library/Formula/serf.rb @@ -2,14 +2,14 @@ require 'formula' class Serf < Formula homepage 'http://code.google.com/p/serf/' - url 'http://serf.googlecode.com/files/serf-1.3.1.tar.bz2' - sha1 'b8c8e12e7163d7bacf9be0ea4aaa7b8c32e8c72c' + url 'http://serf.googlecode.com/files/serf-1.3.2.tar.bz2' + sha1 '90478cd60d4349c07326cb9c5b720438cf9a1b5d' bottle do revision 1 - sha1 'c31a3b3ede3835046c7d85eb8ae34c5b2a95666c' => :mountain_lion - sha1 'bc8c4d71c2f26bd0606f6d5adfe3f0a6089e4581' => :lion - sha1 '25d62121d1b07921cc49f618eb62d70cca087516' => :snow_leopard + sha1 '' => :mountain_lion + sha1 '' => :lion + sha1 '' => :snow_leopard end option :universal @@ -18,12 +18,6 @@ class Serf < Formula depends_on 'sqlite' depends_on 'scons' => :build - # Patch to use only the major version of the dylib - # Details: https://code.google.com/p/serf/source/detail?r=2161 - def patches - { :p0 => DATA } - end - def install # SConstruct merges in gssapi linkflags using scons's MergeFlags, # but that discards duplicate values - including the duplicate @@ -39,16 +33,3 @@ class Serf < Formula system "scons install" end end - -__END__ ---- SConstruct~ 2013-08-15 11:13:20.000000000 +0200 -+++ SConstruct 2013-09-17 22:52:50.000000000 +0200 -@@ -401,7 +401,7 @@ - # to a path in the sandbox. The shared library install name (id) should be the - # final targat path. - install_shared_path = install_shared[0].abspath -- target_install_shared_path = os.path.join(libdir, lib_shared[0].name) -+ target_install_shared_path = os.path.join(libdir, '%s.dylib' % LIBNAME) - env.AddPostAction(install_shared, ('install_name_tool -id %s %s' - % (target_install_shared_path, - install_shared_path))) |
