diff options
| author | David Cox | 2011-09-18 10:03:00 -0400 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-09-18 15:51:16 -0700 |
| commit | d6c22ab13c05c2934cd6e28f46bc3ff012644c9a (patch) | |
| tree | 5496ab317b1489562dc60fad0b6381efa941051d /Library | |
| parent | 5c6038497c4ccee782645dddb439e2759fbcf69d (diff) | |
| download | homebrew-d6c22ab13c05c2934cd6e28f46bc3ff012644c9a.tar.bz2 | |
AntTweakBar: Remove patches and update MD5
Removing patch, since project maintainer incorporated fixes (but didn't
increment project version number)
Closes #7702.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/anttweakbar.rb | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/Library/Formula/anttweakbar.rb b/Library/Formula/anttweakbar.rb index 297d0a33b..3e436283c 100644 --- a/Library/Formula/anttweakbar.rb +++ b/Library/Formula/anttweakbar.rb @@ -3,19 +3,7 @@ require 'formula' class Anttweakbar < Formula url 'http://www.antisphere.com/Tools/AntTweakBar/AntTweakBar_114.zip' homepage 'http://www.antisphere.com/Wiki/tools:anttweakbar' - md5 '5aaee2ea2bca03a258f8dad494828d7e' - - depends_on 'dos2unix' => :build - - def patches - # this was developed by a windows guy (apparently); need to run dos2unix - # in order to apply a patch - system 'dos2unix `find src/ -type f`' - - # patch two small issues -- one related to 10.7 compatibility, one related - # to missing symbols due to an (apparently) erroneous 'extern "C"' wrapper - 'https://raw.github.com/gist/1182684/8afd29c2bef6c410f1886d297012af752c0d0ac3/atb_10_7_patch_minimal.diff' - end + md5 '2cb5f2fb7b3089f91521f4c14b726f8f' def install system 'cd src; make -f Makefile.osx' |
