newt: use checksummed patches

master
Jack Nagel 2014-03-14 10:03:25 -05:00
parent f85203b2e6
commit da14a80030
1 changed files with 8 additions and 3 deletions

View File

@ -10,9 +10,14 @@ class Newt < Formula
depends_on 's-lang'
depends_on :python => :optional
def patches
{ :p0 => [ "https://trac.macports.org/export/111598/trunk/dports/devel/libnewt/files/patch-configure.ac.diff",
"https://gist.github.com/co-me/6725961/raw/aa8bb06967ad5360eab89e22c1fe15b36bfa06e3/patch-Makefile.in.diff" ] }
patch :p0 do
url "https://trac.macports.org/export/111598/trunk/dports/devel/libnewt/files/patch-configure.ac.diff"
sha1 "d01bd0d8cd2b679c26f0f443bde495a52abe5a4f"
end
patch :p0 do
url "https://gist.github.com/co-me/6725961/raw/aa8bb06967ad5360eab89e22c1fe15b36bfa06e3/patch-Makefile.in.diff"
sha1 "8cd3b609cd7dffbc2abf00454dcba0a78967bce7"
end
def install