diff options
Diffstat (limited to 'Library/Formula/httping.rb')
| -rw-r--r-- | Library/Formula/httping.rb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Library/Formula/httping.rb b/Library/Formula/httping.rb index 20f10c0c4..4956d24fc 100644 --- a/Library/Formula/httping.rb +++ b/Library/Formula/httping.rb @@ -1,9 +1,14 @@ require 'formula' class Httping < Formula - url 'http://www.vanheusden.com/httping/httping-1.4.1.tgz' + url 'http://www.vanheusden.com/httping/httping-1.4.4.tgz' homepage 'http://www.vanheusden.com/httping/' - md5 'bde1ff3c01343d2371d8f34fbf8a1d9a' + md5 'e36bb30bd758c766d7260bdde6fe6450' + + def patches + # fixes conflicting definitions of strdup() + { :p0 => 'https://svn.macports.org/repository/macports/!svn/bc/88419/trunk/dports/net/httping/files/patch-strndup.diff' } + end def install system "make install PREFIX=#{prefix}" |
