diff options
| author | Jack Nagel | 2013-11-25 13:22:03 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-25 13:22:03 -0600 |
| commit | df5ccd54aa33b527b4b12ce57240c1c6aac3fce1 (patch) | |
| tree | 3fac3f879e6aba6bf1f4d92448a4630d8f35fdf8 /Library/Formula | |
| parent | 6e5601fbf41cf7af38fad5d26cf88a894bddba46 (diff) | |
| download | homebrew-df5ccd54aa33b527b4b12ce57240c1c6aac3fce1.tar.bz2 | |
Fix some unanchored patch URLs
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/google-perftools.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/libkml.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/liblwgeom.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/open-babel.rb | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/google-perftools.rb b/Library/Formula/google-perftools.rb index dfa5c0b4e..b3ecba013 100644 --- a/Library/Formula/google-perftools.rb +++ b/Library/Formula/google-perftools.rb @@ -14,7 +14,7 @@ class GooglePerftools < Formula # * configure patch removes __thread support, which breaks tcmalloc since it internally calls malloc as well # upstream: https://code.google.com/p/gperftools/issues/detail?id=573 def patches - [DATA, "https://gist.github.com/JustSid/7430366/raw"] + [DATA, "https://gist.github.com/JustSid/7430366/raw/54979ac61602eec5e59223164cb1f0d136044d1f/gistfile1.txt"] end def install diff --git a/Library/Formula/libkml.rb b/Library/Formula/libkml.rb index 159228aa0..ff3280419 100644 --- a/Library/Formula/libkml.rb +++ b/Library/Formula/libkml.rb @@ -26,9 +26,9 @@ class Libkml < Formula # Fix just forces internal libs to be linked statically until the following # is addressed upstream: https://code.google.com/p/libkml/issues/detail?id=50 if build.head? - p << "https://gist.github.com/dakcarto/7420023/raw" + p << "https://gist.github.com/dakcarto/7420023/raw/65cdb088c91a7da844251e348eeda8df1d903f1d/libkml-svn-static-deps" else - p << "https://gist.github.com/dakcarto/7419882/raw" + p << "https://gist.github.com/dakcarto/7419882/raw/10ae08af224b3fee0617fa6288d806d3ccf37c0f/libkml-1.2-static-deps" end return p end diff --git a/Library/Formula/liblwgeom.rb b/Library/Formula/liblwgeom.rb index 257a35573..642bbadef 100644 --- a/Library/Formula/liblwgeom.rb +++ b/Library/Formula/liblwgeom.rb @@ -26,7 +26,7 @@ class Liblwgeom < Formula # Strip all the PostgreSQL functions from PostGIS configure.ac, to allow # building liblwgeom.dylib without needing PostgreSQL # NOTE: this will need to be maintained per postgis version - "https://gist.github.com/dakcarto/7458788/raw" + "https://gist.github.com/dakcarto/7458788/raw/8df39204eef5a1e5671828ded7f377ad0f61d4e1/postgis-config_strip-pgsql.diff" end end diff --git a/Library/Formula/open-babel.rb b/Library/Formula/open-babel.rb index 2671f4f99..e78bf359d 100644 --- a/Library/Formula/open-babel.rb +++ b/Library/Formula/open-babel.rb @@ -17,7 +17,7 @@ class OpenBabel < Formula # Patch to fix Molecule.draw() in pybel in accordance with upstream commit df59c4a630cf753723d1318c40479d48b7507e1c def patches - "https://gist.github.com/fredrikw/5858168/raw" + "https://gist.github.com/fredrikw/5858168/raw/e4b5899e781d5707f5c386e436b5fc7810f2010d/ob-2-3-2-patch.diff" end def install |
