diff options
| author | Jack Nagel | 2014-03-14 09:43:37 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-14 09:44:31 -0500 |
| commit | 5c4d7dbf429ce32732c4343242f979b022597ede (patch) | |
| tree | 1d9e0de017de8e6b2d335f1f9a90b070b08463ec /Library | |
| parent | 960bf294f7cb8d1007449ea3e39c5d7ee10ece2a (diff) | |
| download | homebrew-5c4d7dbf429ce32732c4343242f979b022597ede.tar.bz2 | |
bsdmake: use checksummed patches
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/bsdmake.rb | 29 |
1 files changed, 20 insertions, 9 deletions
diff --git a/Library/Formula/bsdmake.rb b/Library/Formula/bsdmake.rb index 7c9f6a2d6..67cfb8239 100644 --- a/Library/Formula/bsdmake.rb +++ b/Library/Formula/bsdmake.rb @@ -9,15 +9,26 @@ class Bsdmake < Formula keg_only "Recent versions of OS X no longer provide this tool." end - def patches - # MacPorts patches to make bsdmake play nice with our prefix system - # Also a MacPorts patch to circumvent setrlimit error - { :p0 => %W[ - https://trac.macports.org/export/90868/trunk/dports/devel/bsdmake/files/patch-Makefile.diff - https://trac.macports.org/export/90611/trunk/dports/devel/bsdmake/files/patch-mk.diff - https://trac.macports.org/export/90611/trunk/dports/devel/bsdmake/files/patch-pathnames.diff - https://trac.macports.org/export/105220/trunk/dports/devel/bsdmake/files/patch-setrlimit.diff - ]} + # MacPorts patches to make bsdmake play nice with our prefix system + # Also a MacPorts patch to circumvent setrlimit error + patch :p0 do + url "https://trac.macports.org/export/90868/trunk/dports/devel/bsdmake/files/patch-Makefile.diff" + sha1 "d09ea3742fd2cff97bf28510b585751b47ecd067" + end + + patch :p0 do + url "https://trac.macports.org/export/90611/trunk/dports/devel/bsdmake/files/patch-mk.diff" + sha1 "cf3ea9a27e225bdb28573222acf7f0db533cf8b7" + end + + patch :p0 do + url "https://trac.macports.org/export/90611/trunk/dports/devel/bsdmake/files/patch-pathnames.diff" + sha1 "0797e402973aeccae41a82f5a9e444739948edc8" + end + + patch :p0 do + url "https://trac.macports.org/export/105220/trunk/dports/devel/bsdmake/files/patch-setrlimit.diff" + sha1 "c3fb48eb24e01aef2bba7e528442330c1af4a2ce" end def install |
