fossil 1.26
cc.tcl patch no longer applies Closes Homebrew/homebrew#20899. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
f042e07a17
commit
2714ce567d
1 changed files with 3 additions and 7 deletions
|
@ -2,16 +2,12 @@ require 'formula'
|
|||
|
||||
class Fossil < Formula
|
||||
homepage 'http://www.fossil-scm.org/'
|
||||
url 'http://www.fossil-scm.org/download/fossil-src-20130216000435.tar.gz'
|
||||
sha1 '16bf2d05ec62cd704b2cbc2bb9388de2a1b5ac97'
|
||||
version '1.25'
|
||||
url 'http://www.fossil-scm.org/download/fossil-src-20130618210923.tar.gz'
|
||||
sha1 'b8de07de92483ba491c7e11c1d82147bce1cdaf9'
|
||||
version '1.26'
|
||||
|
||||
head 'fossil://http://www.fossil-scm.org/'
|
||||
|
||||
def patches
|
||||
{ :p0 => "https://trac.macports.org/export/103209/trunk/dports/devel/fossil/files/patch-autosetup-cc.tcl_gstab_option_is_gcc_only.diff" }
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure"
|
||||
system "make"
|
||||
|
|
Loading…
Reference in a new issue