formulae: various audit fixes
audit fixes for: apollo aqbanking artifactory assimp atk atomicparsley avian avidemux Closes Homebrew/homebrew#44618. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
f3a12b7643
commit
a389a36a1b
8 changed files with 21 additions and 20 deletions
|
@ -5,8 +5,11 @@ class Apollo < Formula
|
|||
version "1.7.1"
|
||||
sha256 "74577339a1843995a5128d14c68b21fb8f229d80d8ce1341dd3134f250ab689d"
|
||||
|
||||
option "no-bdb", "Install without bdb store support"
|
||||
option "no-mqtt", "Install without MQTT protocol support"
|
||||
deprecated_option "no-bdb" => "without-bdb"
|
||||
deprecated_option "no-mqtt" => "without-mqtt"
|
||||
|
||||
option "without-bdb", "Install without bdb store support"
|
||||
option "without-mqtt", "Install without MQTT protocol support"
|
||||
|
||||
# http://www.oracle.com/technetwork/database/berkeleydb/overview/index-093405.html
|
||||
resource "bdb-je" do
|
||||
|
@ -26,8 +29,8 @@ class Apollo < Formula
|
|||
prefix.install %w[docs examples]
|
||||
libexec.install Dir["*"]
|
||||
|
||||
(libexec/"lib").install resource("bdb-je") unless build.include? "no-bdb"
|
||||
(libexec/"lib").install resource("mqtt") unless build.include? "no-mqtt"
|
||||
(libexec/"lib").install resource("bdb-je") if build.with? "bdb"
|
||||
(libexec/"lib").install resource("mqtt") if build.with? "mqtt"
|
||||
|
||||
bin.write_exec_script libexec/"bin/apollo"
|
||||
end
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
class Aqbanking < Formula
|
||||
desc "Generic online banking interface"
|
||||
homepage "http://www.aqbanking.de/"
|
||||
head "http://devel.aqbanking.de/svn/aqbanking/trunk"
|
||||
url "http://www2.aquamaniac.de/sites/download/download.php?package=03&release=118&file=01&dummy=aqbanking-5.5.1.tar.gz"
|
||||
sha256 "238f17d27d86e0cef239479c4be152cb98f5be9d6b87fca38741d32e762faddf"
|
||||
head "http://devel.aqbanking.de/svn/aqbanking/trunk"
|
||||
|
||||
bottle do
|
||||
sha1 "285f830f8112289906fac106fc0e489aa13494f0" => :yosemite
|
||||
|
|
|
@ -4,10 +4,10 @@ class Artifactory < Formula
|
|||
url "https://dl.bintray.com/jfrog/artifactory/jfrog-artifactory-oss-4.0.2.zip"
|
||||
sha256 "52a882b3681bc00eb73fddfe6abdc739156c2940be073406185be23a5f35bff2"
|
||||
|
||||
depends_on :java => "1.8+"
|
||||
|
||||
option "with-low-heap", "Run artifactory with low Java memory options. Useful for development machines. Do not use in production."
|
||||
|
||||
depends_on :java => "1.8+"
|
||||
|
||||
def install
|
||||
# Remove Windows binaries
|
||||
rm_f Dir["bin/*.bat"]
|
||||
|
|
|
@ -2,8 +2,8 @@ class Assimp < Formula
|
|||
desc "Portable library for importing many well-known 3D model formats"
|
||||
homepage "http://assimp.sourceforge.net/"
|
||||
url "https://downloads.sourceforge.net/project/assimp/assimp-3.1/assimp-3.1.1_no_test_models.zip"
|
||||
sha256 "da9827876f10a8b447270368753392cfd502e70a2e9d1361554e5dfcb1fede9e"
|
||||
version "3.1.1"
|
||||
sha256 "da9827876f10a8b447270368753392cfd502e70a2e9d1361554e5dfcb1fede9e"
|
||||
|
||||
head "https://github.com/assimp/assimp.git"
|
||||
|
||||
|
|
|
@ -10,12 +10,12 @@ class Atk < Formula
|
|||
sha256 "a0b8f30dd3a0fdce58456be54b5b57793265a42644b6a2a05124bfb1809cea40" => :mavericks
|
||||
end
|
||||
|
||||
option :universal
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "glib"
|
||||
depends_on "gobject-introspection"
|
||||
|
||||
option :universal
|
||||
|
||||
def install
|
||||
ENV.universal_binary if build.universal?
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
|
|
|
@ -3,6 +3,7 @@ class Atomicparsley < Formula
|
|||
homepage "https://bitbucket.org/wez/atomicparsley/overview/"
|
||||
url "https://bitbucket.org/dinkypumpkin/atomicparsley/downloads/atomicparsley-0.9.6.tar.bz2"
|
||||
sha256 "49187a5215520be4f732977657b88b2cf9203998299f238067ce38f948941562"
|
||||
head "https://bitbucket.org/wez/atomicparsley", :using => :hg
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -11,8 +12,6 @@ class Atomicparsley < Formula
|
|||
sha256 "faf6a14d51e5f5eb9908d038891cedb7658ccb2b1cc3af3e390c6ee10916355b" => :mountain_lion
|
||||
end
|
||||
|
||||
head "https://bitbucket.org/wez/atomicparsley", :using => :hg
|
||||
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
class Avian < Formula
|
||||
desc "Lightweight VM and class library for a subset of Java features"
|
||||
homepage "http://oss.readytalk.com/avian/"
|
||||
head "https://github.com/ReadyTalk/avian.git"
|
||||
url "https://github.com/ReadyTalk/avian/archive/v1.2.0.tar.gz"
|
||||
sha256 "e3639282962239ce09e4f79f327c679506d165810f08c92ce23e53e86e1d621c"
|
||||
head "https://github.com/ReadyTalk/avian.git"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
class Avidemux < Formula
|
||||
desc "Multiformat video editor that cuts, filters, and encodes"
|
||||
homepage "http://fixounet.free.fr/avidemux/"
|
||||
revision 1
|
||||
|
||||
stable do
|
||||
url "https://downloads.sourceforge.net/avidemux/avidemux_2.6.8.tar.gz"
|
||||
|
@ -14,13 +15,6 @@ class Avidemux < Formula
|
|||
end
|
||||
end
|
||||
|
||||
head do
|
||||
url "https://github.com/mean00/avidemux2.git"
|
||||
depends_on "x265"
|
||||
end
|
||||
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
revision 1
|
||||
sha256 "77861e3340026fa3e1c227bae9a1f01864d8cb0eeaa36499e2826a014c05c13a" => :el_capitan
|
||||
|
@ -29,6 +23,11 @@ class Avidemux < Formula
|
|||
sha256 "d2db93800dd97059bfea0802225aa49e6daa88bbf43b8bffd2f2077d51d6b792" => :mountain_lion
|
||||
end
|
||||
|
||||
head do
|
||||
url "https://github.com/mean00/avidemux2.git"
|
||||
depends_on "x265"
|
||||
end
|
||||
|
||||
option "with-debug", "Enable debug build."
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
|
|
Loading…
Reference in a new issue