audit fixes: E 04: evas-generic-loaders - exodriver
Closes Homebrew/homebrew#46442. Signed-off-by: Andrew Janke <andrew@apjanke.net>
This commit is contained in:
parent
8ec1ca1623
commit
05fd978a8a
4 changed files with 6 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
class EvasGenericLoaders < Formula
|
||||
desc "Extra image loaders for complex image types for Enlightenment"
|
||||
desc "Extra complex image type loaders for Enlightenment"
|
||||
homepage "https://enlightenment.org"
|
||||
url "https://download.enlightenment.org/rel/libs/evas_generic_loaders/evas_generic_loaders-1.14.0.tar.gz"
|
||||
sha256 "943b25427c4e77a3aeae72811557a0b1b7ec4c61aa53922a4c4faf17b3dea812"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
class Exempi < Formula
|
||||
desc "Library to parse XMP metadata"
|
||||
homepage "http://libopenraw.freedesktop.org/wiki/Exempi"
|
||||
homepage "https://wiki.freedesktop.org/libopenraw/Exempi/"
|
||||
url "http://libopenraw.freedesktop.org/download/exempi-2.2.2.tar.bz2"
|
||||
sha256 "0e7ad0e5e61b6828e38d31a8cc59c26c9adeed7edf4b26708c400beb6a686c07"
|
||||
|
||||
|
|
|
@ -12,9 +12,8 @@ class Exim < Formula
|
|||
sha256 "28f88bffa0447b615552d5a80c31ff8a762afd801a803429cf015af00aafae8b" => :mountain_lion
|
||||
end
|
||||
|
||||
option "with-maildir", "Support delivery in Maildir format"
|
||||
|
||||
deprecated_option "support-maildir" => "with-maildir"
|
||||
option "with-maildir", "Support delivery in Maildir format"
|
||||
|
||||
depends_on "pcre"
|
||||
depends_on "berkeley-db4"
|
||||
|
@ -56,7 +55,7 @@ class Exim < Formula
|
|||
|
||||
ENV.j1 # See: https://lists.exim.org/lurker/thread/20111109.083524.87c96d9b.en.html
|
||||
system "make"
|
||||
system "make INSTALL_ARG=-no_chown install"
|
||||
system "make", "INSTALL_ARG=-no_chown", "install"
|
||||
man8.install "doc/exim.8"
|
||||
(bin/"exim_ctl").write startup_script
|
||||
end
|
||||
|
|
|
@ -6,10 +6,10 @@ class Exodriver < Formula
|
|||
|
||||
head "https://github.com/labjack/exodriver.git"
|
||||
|
||||
depends_on "libusb"
|
||||
|
||||
option :universal
|
||||
|
||||
depends_on "libusb"
|
||||
|
||||
def install
|
||||
ENV.universal_binary if build.universal?
|
||||
|
||||
|
|
Loading…
Reference in a new issue