tiny-fugue: fix audit

tiny-fugue:
  * `depends_on` (line 18) should be put before `conflicts_with` (line 16)
  * http://tinyfugue.sourceforge.net/ should be `https://tinyfugue.sourceforge.io/`
This commit is contained in:
Miguel Araújo 2017-02-12 08:55:42 -03:00 committed by Mike McQuaid
parent d86d572334
commit 72908e6a94

View file

@ -1,6 +1,6 @@
class TinyFugue < Formula
desc "Programmable MUD client"
homepage "http://tinyfugue.sourceforge.net/"
homepage "https://tinyfugue.sourceforge.io/"
url "https://downloads.sourceforge.net/project/tinyfugue/tinyfugue/5.0%20beta%208/tf-50b8.tar.gz"
version "5.0b8"
sha256 "3750a114cf947b1e3d71cecbe258cb830c39f3186c369e368d4662de9c50d989"
@ -13,12 +13,12 @@ class TinyFugue < Formula
sha256 "0d7db7bf7a3744de5cb572c013da516e98b5d6ed911a2f3bf4e0a028a160fd04" => :mavericks
end
conflicts_with "tee-clc", :because => "both install a `tf` binary"
depends_on "libnet"
depends_on "openssl"
depends_on "pcre"
conflicts_with "tee-clc", :because => "both install a `tf` binary"
# pcre deprecated pcre_info. Switch to HB pcre-8.31 and pcre_fullinfo.
# Not reported upstream; project is in stasis since 2007.
patch :DATA