httping 2.3.3

This commit is contained in:
Adam Vandenberg 2013-11-30 12:39:18 -08:00
parent 25332b1c4f
commit 30636d2399

View file

@ -2,15 +2,15 @@ require 'formula'
class Httping < Formula class Httping < Formula
homepage 'http://www.vanheusden.com/httping/' homepage 'http://www.vanheusden.com/httping/'
url 'http://www.vanheusden.com/httping/httping-2.2.1.tgz' url 'http://www.vanheusden.com/httping/httping-2.3.3.tgz'
sha1 '9924bd2c1af4b8e2a4c33125323413f92866827d' sha1 '6b9e77039346388e2b02dbb1d60f7422e7133488'
def patches depends_on 'gettext'
# fixes conflicting definitions of strdup() depends_on 'fftw' => :optional
{ :p0 => 'https://trac.macports.org/export/88419/trunk/dports/net/httping/files/patch-strndup.diff' }
end
def install def install
ENV.append "LDFLAGS", "-lintl"
inreplace "Makefile", "cp nl.mo $(DESTDIR)/$(PREFIX)/share/locale/nl/LC_MESSAGES/httping.mo", ""
system "make", "install", "PREFIX=#{prefix}" system "make", "install", "PREFIX=#{prefix}"
end end
end end