diff options
| author | Brett Koonce | 2013-06-14 15:17:05 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-14 13:35:51 -0700 |
| commit | 6652be31ca7c90f7d0c7be61bde6ee67945fd1b3 (patch) | |
| tree | b142befe7add89a092aed3a28a25f86e7c774b60 /Library/Formula | |
| parent | 5001f59f2c2f5f819402eb6e94a45113e71661b4 (diff) | |
| download | homebrew-6652be31ca7c90f7d0c7be61bde6ee67945fd1b3.tar.bz2 | |
cclive 0.7.13
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cclive.rb | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/Library/Formula/cclive.rb b/Library/Formula/cclive.rb index 556210937..0cee42927 100644 --- a/Library/Formula/cclive.rb +++ b/Library/Formula/cclive.rb @@ -2,8 +2,8 @@ require 'formula' class Cclive < Formula homepage 'http://cclive.sourceforge.net/' - url 'http://sourceforge.net/projects/cclive/files/0.7/cclive-0.7.12.tar.xz' - sha1 'e921063f538032cf573793042b097cd35f1722f1' + url 'http://sourceforge.net/projects/cclive/files/0.7/cclive-0.7.13.tar.xz' + sha1 '008ebd2e8a92e1ba07f11e7467dac48fe4acc0d4' depends_on 'pkg-config' => :build depends_on 'xz' => :build @@ -11,14 +11,6 @@ class Cclive < Formula depends_on 'boost' depends_on 'pcre' - # Fix linking against Boost during configure. See: - # https://trac.macports.org/ticket/29982 - def patches - {:p0 => - "https://trac.macports.org/export/82481/trunk/dports/net/cclive/files/patch-configure.diff" - } - end - def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" |
