From c013dfa116e1abce0ea08b3cdf0737099ad3c6d0 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 1 Jan 2012 16:48:02 -0600 Subject: httping: update to 1.4.4, add MacPorts patch Fixes #9362. Signed-off-by: Jack Nagel --- Library/Formula/httping.rb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Library') 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}" -- cgit v1.2.3