daemon: use checksummed patches
This commit is contained in:
parent
00ca4da42f
commit
1cec5f223f
1 changed files with 5 additions and 4 deletions
|
@ -5,10 +5,11 @@ class Daemon < Formula
|
||||||
url 'http://libslack.org/daemon/download/daemon-0.6.4.tar.gz'
|
url 'http://libslack.org/daemon/download/daemon-0.6.4.tar.gz'
|
||||||
sha1 'fa6298f05f868d54660a7ed70c05fb7a0963a24b'
|
sha1 'fa6298f05f868d54660a7ed70c05fb7a0963a24b'
|
||||||
|
|
||||||
def patches
|
# fixes for mavericks strlcpy/strlcat: https://trac.macports.org/ticket/42845
|
||||||
# fixes for mavericks strlcpy/strlcat: https://trac.macports.org/ticket/42845
|
patch do
|
||||||
{:p1 => "https://trac.macports.org/raw-attachment/ticket/42845/daemon-0.6.4-ignore-strlcpy-strlcat.patch"} if MacOS.version == :mavericks
|
url "https://trac.macports.org/raw-attachment/ticket/42845/daemon-0.6.4-ignore-strlcpy-strlcat.patch"
|
||||||
end
|
sha1 "8330e7a2df1b8a37b440709c26baf55df251bc56"
|
||||||
|
end if MacOS.version == :mavericks
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./config"
|
system "./config"
|
||||||
|
|
Loading…
Reference in a new issue