aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-01-01 16:48:02 -0600
committerJack Nagel2012-01-01 16:49:39 -0600
commitc013dfa116e1abce0ea08b3cdf0737099ad3c6d0 (patch)
tree3ff0836dda4a361a9a7da3f28bf09acf284d961b /Library/Formula
parent684e3f8a155dc34ca96c61e7945a9d4406795c06 (diff)
downloadhomebrew-c013dfa116e1abce0ea08b3cdf0737099ad3c6d0.tar.bz2
httping: update to 1.4.4, add MacPorts patch
Fixes #9362. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/httping.rb9
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}"