diff options
63 files changed, 63 insertions, 4 deletions
| diff --git a/Library/Formula/alpine-chappa.rb b/Library/Formula/alpine-chappa.rb index 9ef814c4a..37e3d26e2 100644 --- a/Library/Formula/alpine-chappa.rb +++ b/Library/Formula/alpine-chappa.rb @@ -4,6 +4,7 @@ class AlpineChappa < Formula    homepage "http://patches.freeiz.com/alpine/"    url "http://patches.freeiz.com/alpine/release/src/alpine-2.11.tar.xz"    sha1 "656556f5d2e5ec7e3680d1760cd02aa3a0072c46" +  revision 1    depends_on "openssl" diff --git a/Library/Formula/bind.rb b/Library/Formula/bind.rb index 92aa09f43..ed34cbac2 100644 --- a/Library/Formula/bind.rb +++ b/Library/Formula/bind.rb @@ -5,6 +5,7 @@ class Bind < Formula    url 'http://ftp.isc.org/isc/bind9/9.10.0-P2/bind-9.10.0-P2.tar.gz'    sha1 'c57b5825e36933119e9fd6f43e3f52262e7ff4ed'    version '9.10.0-P2' +  revision 1    bottle do      revision 1 diff --git a/Library/Formula/cadaver.rb b/Library/Formula/cadaver.rb index dfedbee09..1333de560 100644 --- a/Library/Formula/cadaver.rb +++ b/Library/Formula/cadaver.rb @@ -4,6 +4,7 @@ class Cadaver < Formula    homepage 'http://www.webdav.org/cadaver/'    url 'http://www.webdav.org/cadaver/cadaver-0.23.3.tar.gz'    sha1 '4ad8ea2341b77e7dee26b46e4a8a496f1a2962cd' +  revision 1    depends_on 'pkg-config' => :build    depends_on 'gettext' diff --git a/Library/Formula/curl.rb b/Library/Formula/curl.rb index 2d4c0e6d1..91c64b874 100644 --- a/Library/Formula/curl.rb +++ b/Library/Formula/curl.rb @@ -5,6 +5,7 @@ class Curl < Formula    url 'http://curl.haxx.se/download/curl-7.37.1.tar.gz'    mirror 'ftp://ftp.sunet.se/pub/www/utilities/curl/curl-7.37.1.tar.gz'    sha256 'a32492a38c10a097344892f5fd2041e54698cb909696852311b1161e4aa979f3' +  revision 1    bottle do      cellar :any diff --git a/Library/Formula/dovecot.rb b/Library/Formula/dovecot.rb index 27360b9e2..38bd93b3d 100644 --- a/Library/Formula/dovecot.rb +++ b/Library/Formula/dovecot.rb @@ -5,6 +5,7 @@ class Dovecot < Formula    url "http://dovecot.org/releases/2.2/dovecot-2.2.13.tar.gz"    mirror "http://fossies.org/linux/misc/dovecot-2.2.13.tar.gz"    sha1 "ee8efc77cb9d502dc416ae4fba242adc5f01c163" +  revision 1    depends_on "clucene" => :optional    depends_on "openssl" diff --git a/Library/Formula/ejabberd.rb b/Library/Formula/ejabberd.rb index bf9165c49..a3b501de5 100644 --- a/Library/Formula/ejabberd.rb +++ b/Library/Formula/ejabberd.rb @@ -4,6 +4,7 @@ class Ejabberd < Formula    homepage "http://www.ejabberd.im"    url "https://www.process-one.net/downloads/ejabberd/14.07/ejabberd-14.07.tgz"    sha1 "321b28faedbc28f80664d4b301424b118dd0bad0" +  revision 1    head 'https://github.com/processone/ejabberd.git' diff --git a/Library/Formula/elinks.rb b/Library/Formula/elinks.rb index 7ad6d4f44..0f19e45b2 100644 --- a/Library/Formula/elinks.rb +++ b/Library/Formula/elinks.rb @@ -4,7 +4,7 @@ class Elinks < Formula    homepage 'http://elinks.or.cz/'    url 'http://elinks.or.cz/download/elinks-0.11.7.tar.bz2'    sha1 'd13edc1477d0ab32cafe7d3c1f3a23ae1c0a5c54' -  revision 1 +  revision 2    bottle do      sha1 "583e1341f43122ae82e2f1432c2a836d33450fc5" => :mavericks diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index 8aeb55ed3..465b0c604 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -8,6 +8,7 @@ class Erlang < Formula    # Download tarball from GitHub; it is served faster than the official tarball.    url "https://github.com/erlang/otp/archive/OTP-17.1.tar.gz"    sha1 "f983a14152948a23418133155b5f9ba070544292" +  revision 1    head 'https://github.com/erlang/otp.git', :branch => 'master' diff --git a/Library/Formula/freeradius-server.rb b/Library/Formula/freeradius-server.rb index d4e30ceee..8ad620406 100644 --- a/Library/Formula/freeradius-server.rb +++ b/Library/Formula/freeradius-server.rb @@ -4,6 +4,7 @@ class FreeradiusServer < Formula    homepage "http://freeradius.org/"    url "ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-2.2.5.tar.gz"    sha1 "4d18ed8ff3fde4a29112ecc07f175b774ed5f702" +  revision 1    depends_on "autoconf" => :build    depends_on "automake" => :build diff --git a/Library/Formula/freetds.rb b/Library/Formula/freetds.rb index 1500c059b..e24872c16 100644 --- a/Library/Formula/freetds.rb +++ b/Library/Formula/freetds.rb @@ -4,6 +4,7 @@ class Freetds < Formula    homepage 'http://www.freetds.org/'    url 'http://mirrors.ibiblio.org/freetds/stable/freetds-0.91.tar.gz'    sha1 '3ab06c8e208e82197dc25d09ae353d9f3be7db52' +  revision 1    head do      url 'https://git.gitorious.org/freetds/freetds.git' diff --git a/Library/Formula/imapfilter.rb b/Library/Formula/imapfilter.rb index cb60c084a..0f1ade672 100644 --- a/Library/Formula/imapfilter.rb +++ b/Library/Formula/imapfilter.rb @@ -4,6 +4,7 @@ class Imapfilter < Formula    homepage 'https://github.com/lefcha/imapfilter/'    url 'https://github.com/lefcha/imapfilter/archive/v2.5.6.tar.gz'    sha1 '49ac7b7fb937b40eb42a162314de4f8866e33c11' +  revision 1    depends_on 'lua'    depends_on 'pcre' diff --git a/Library/Formula/ircd-hybrid.rb b/Library/Formula/ircd-hybrid.rb index dc678183c..009ff9d85 100644 --- a/Library/Formula/ircd-hybrid.rb +++ b/Library/Formula/ircd-hybrid.rb @@ -4,6 +4,7 @@ class IrcdHybrid < Formula    homepage "http://www.ircd-hybrid.org/"    url "https://downloads.sourceforge.net/project/ircd-hybrid/ircd-hybrid/ircd-hybrid-8.1.18/ircd-hybrid-8.1.18.tgz"    sha1 "2dbb4a3dfd4b51d9f0cdcb587720c711e2147ff6" +  revision 1    # ircd-hybrid needs the .la files    skip_clean :la diff --git a/Library/Formula/irssi.rb b/Library/Formula/irssi.rb index ad0e0a4b9..167b67ebe 100644 --- a/Library/Formula/irssi.rb +++ b/Library/Formula/irssi.rb @@ -4,6 +4,7 @@ class Irssi < Formula    homepage 'http://irssi.org/'    url 'http://irssi.org/files/irssi-0.8.16.tar.bz2'    sha1 '631dd70b6d3872c5f81c1a46a6872fef5bd65ffb' +  revision 1    bottle do      sha1 "17f3a8f117308e65c5de44e977dbc083858c44f4" => :mavericks diff --git a/Library/Formula/john-jumbo.rb b/Library/Formula/john-jumbo.rb index 236983327..a8263cc5d 100644 --- a/Library/Formula/john-jumbo.rb +++ b/Library/Formula/john-jumbo.rb @@ -4,6 +4,7 @@ class JohnJumbo < Formula    homepage 'http://www.openwall.com/john/'    url 'http://www.openwall.com/john/g/john-1.7.9.tar.bz2'    sha1 '8f77bdd42b7cf94ec176f55ea69c4da9b2b8fe3b' +  revision 1    bottle do      sha1 "e8e70d8faea2a658e13eedab50e47963ec4eee90" => :mavericks diff --git a/Library/Formula/knot.rb b/Library/Formula/knot.rb index 0eb68d57d..1b3235a4f 100644 --- a/Library/Formula/knot.rb +++ b/Library/Formula/knot.rb @@ -4,6 +4,7 @@ class Knot < Formula    homepage "https://www.knot-dns.cz/"    url "https://secure.nic.cz/files/knot-dns/knot-1.4.7.tar.gz"    sha1 "eed17930b0cd94375f73951fe7582b3f38b4e6f3" +  revision 1    bottle do      sha1 "77451299ebdb0fcd6fe72877f00feb4c895a25a1" => :mavericks diff --git a/Library/Formula/ldns.rb b/Library/Formula/ldns.rb index 2861524ba..705b44a8d 100644 --- a/Library/Formula/ldns.rb +++ b/Library/Formula/ldns.rb @@ -4,6 +4,7 @@ class Ldns < Formula    homepage 'http://nlnetlabs.nl/projects/ldns/'    url 'http://nlnetlabs.nl/downloads/ldns/ldns-1.6.17.tar.gz'    sha1 '4218897b3c002aadfc7280b3f40cda829e05c9a4' +  revision 1    bottle do      revision 2 diff --git a/Library/Formula/lftp.rb b/Library/Formula/lftp.rb index 8e79d42c1..5f4259b48 100644 --- a/Library/Formula/lftp.rb +++ b/Library/Formula/lftp.rb @@ -4,6 +4,7 @@ class Lftp < Formula    homepage "http://lftp.yar.ru/"    url "http://lftp.yar.ru/ftp/lftp-4.5.4.tar.gz"    sha1 "a2d74b719d0c9a4981e4413e56e3a7a6dda712f7" +  revision 1    bottle do      sha1 "111140bb3894bae5e2c550ffb7acff6eebe24c76" => :mavericks diff --git a/Library/Formula/libcouchbase.rb b/Library/Formula/libcouchbase.rb index 7cf9ba75d..4f313c922 100644 --- a/Library/Formula/libcouchbase.rb +++ b/Library/Formula/libcouchbase.rb @@ -4,6 +4,7 @@ class Libcouchbase < Formula    homepage 'http://couchbase.com/communities/c'    url 'http://packages.couchbase.com/clients/c/libcouchbase-2.4.0.tar.gz'    sha1 '3ce25fa98255967775b4aa4e5b13b7c4ff0a866e' +  revision 1    bottle do      sha1 "deea0e789aa2739016a2d9cfb2d7bf9342782775" => :mavericks diff --git a/Library/Formula/libimobiledevice.rb b/Library/Formula/libimobiledevice.rb index c7405e483..12df1437a 100644 --- a/Library/Formula/libimobiledevice.rb +++ b/Library/Formula/libimobiledevice.rb @@ -4,6 +4,7 @@ class Libimobiledevice < Formula    homepage "http://www.libimobiledevice.org/"    url "http://www.libimobiledevice.org/downloads/libimobiledevice-1.1.6.tar.bz2"    sha1 "3016bf1241bc5a77a621c49d82d71bb8f32905e4" +  revision 1    head "http://cgit.sukimashita.com/libimobiledevice.git" diff --git a/Library/Formula/liblacewing.rb b/Library/Formula/liblacewing.rb index b5f3802f8..c068d3680 100644 --- a/Library/Formula/liblacewing.rb +++ b/Library/Formula/liblacewing.rb @@ -5,6 +5,7 @@ class Liblacewing < Formula    head 'https://github.com/udp/lacewing.git'    url 'https://github.com/udp/lacewing/archive/0.5.4.tar.gz'    sha1 '078486a4dcd6ce33c2c881954c5dc82843411ac9' +  revision 1    # Use a newer OpenSSL to get SPDY support    depends_on 'openssl' diff --git a/Library/Formula/libmowgli.rb b/Library/Formula/libmowgli.rb index c649ae8ff..31e3eaa03 100644 --- a/Library/Formula/libmowgli.rb +++ b/Library/Formula/libmowgli.rb @@ -4,6 +4,7 @@ class Libmowgli < Formula    homepage 'http://www.atheme.org/project/mowgli'    url 'https://github.com/atheme/libmowgli-2/archive/libmowgli-2.0.0.tar.gz'    sha1 'dd3860fb116c4249456f13cd6c30c55e84388262' +  revision 1    head 'https://github.com/atheme/libmowgli-2.git' diff --git a/Library/Formula/libre.rb b/Library/Formula/libre.rb index 5bcd659b5..36a74352f 100644 --- a/Library/Formula/libre.rb +++ b/Library/Formula/libre.rb @@ -4,6 +4,7 @@ class Libre < Formula    homepage "http://www.creytiv.com"    url "http://www.creytiv.com/pub/re-0.4.8.tar.gz"    sha1 "92bdf13a5e5ba445e1457d3fd6a20bb779c4b4b0" +  revision 1    bottle do      cellar :any diff --git a/Library/Formula/libssh.rb b/Library/Formula/libssh.rb index 9702e6d77..9902c85fb 100644 --- a/Library/Formula/libssh.rb +++ b/Library/Formula/libssh.rb @@ -4,6 +4,7 @@ class Libssh < Formula    homepage 'http://www.libssh.org/'    url 'https://red.libssh.org/attachments/download/87/libssh-0.6.3.tar.xz'    sha1 '8189255e0f684d36b7ca62739fa0cd5f1030a467' +  revision 1    bottle do      sha1 "93da24a19a5f85ea291968e63fee5a138f4cf6c5" => :mavericks diff --git a/Library/Formula/libstrophe.rb b/Library/Formula/libstrophe.rb index be725b4f0..d8d779f32 100644 --- a/Library/Formula/libstrophe.rb +++ b/Library/Formula/libstrophe.rb @@ -5,6 +5,7 @@ class Libstrophe < Formula    url "https://github.com/strophe/libstrophe/archive/0.8.6.tar.gz"    sha1 "fc30c78945cb075a636cff8c76be671c8a364eb0"    head "https://github.com/strophe/libstrophe.git" +  revision 1    bottle do      cellar :any diff --git a/Library/Formula/libtorrent-rasterbar.rb b/Library/Formula/libtorrent-rasterbar.rb index e9799a55b..a2d3afb12 100644 --- a/Library/Formula/libtorrent-rasterbar.rb +++ b/Library/Formula/libtorrent-rasterbar.rb @@ -4,6 +4,7 @@ class LibtorrentRasterbar < Formula    homepage "http://www.rasterbar.com/products/libtorrent/"    url "https://downloads.sourceforge.net/project/libtorrent/libtorrent/libtorrent-rasterbar-1.0.1.tar.gz"    sha1 "98f0117bb716cc6210d5698068aa491bc0ac8ad0" +  revision 1    head do      url "https://libtorrent.googlecode.com/svn/trunk" diff --git a/Library/Formula/lynx.rb b/Library/Formula/lynx.rb index 9311fc474..79b29df36 100644 --- a/Library/Formula/lynx.rb +++ b/Library/Formula/lynx.rb @@ -5,6 +5,7 @@ class Lynx < Formula    url 'http://lynx.isc.org/current/lynx2.8.8rel.2.tar.bz2'    version '2.8.8rel.2'    sha1 '65bbf95627c88723bbb5880155e5fe01c2753d0c' +  revision 1    depends_on "openssl" diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index 86fa2cd6d..efe5e5190 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -4,6 +4,7 @@ class Mongodb < Formula    homepage "http://www.mongodb.org/"    url "http://downloads.mongodb.org/src/mongodb-src-r2.6.4.tar.gz"    sha1 "16dda6d8b1156194fc09b5ad72e58612d06abada" +  revision 1    bottle do      sha1 "3c4dbe78cb9a2f424c3a8097ac58506a44eca310" => :mavericks diff --git a/Library/Formula/mosquitto.rb b/Library/Formula/mosquitto.rb index 70be0d9a7..2f86a3673 100644 --- a/Library/Formula/mosquitto.rb +++ b/Library/Formula/mosquitto.rb @@ -4,6 +4,7 @@ class Mosquitto < Formula    homepage "http://mosquitto.org/"    url "http://mosquitto.org/files/source/mosquitto-1.3.4.tar.gz"    sha1 "b818672cc0db723995d7c3201ef6962931dd891a" +  revision 1    bottle do      sha1 "92e579915297c3dcbed3682c5a4f0bb2dd67389a" => :mavericks diff --git a/Library/Formula/msmtp.rb b/Library/Formula/msmtp.rb index 169ade2cb..5602443d7 100644 --- a/Library/Formula/msmtp.rb +++ b/Library/Formula/msmtp.rb @@ -4,6 +4,7 @@ class Msmtp < Formula    homepage 'http://msmtp.sourceforge.net'    url 'https://downloads.sourceforge.net/project/msmtp/msmtp/1.4.32/msmtp-1.4.32.tar.bz2'    sha1 '03186a70035dbbf7a31272a20676b96936599704' +  revision 1    depends_on 'pkg-config' => :build    depends_on 'openssl' diff --git a/Library/Formula/mutt.rb b/Library/Formula/mutt.rb index ef81cb2e8..ef948d35c 100644 --- a/Library/Formula/mutt.rb +++ b/Library/Formula/mutt.rb @@ -11,7 +11,7 @@ class Mutt < Formula    url "ftp://ftp.mutt.org/mutt/mutt-1.5.23.tar.gz"    mirror "http://fossies.org/linux/misc/mutt-1.5.23.tar.gz"    sha1 "8ac821d8b1e25504a31bf5fda9c08d93a4acc862" -  revision 1 +  revision 2    bottle do      revision 1 diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index dde0f0777..f309d705f 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -4,6 +4,7 @@ class Mysql < Formula    homepage "http://dev.mysql.com/doc/refman/5.6/en/"    url "http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.20.tar.gz"    sha1 "10f9ed2bbf3fbf227b799f1c7af3a0c7f7cf4d95" +  revision 1    bottle do      sha1 "a1b0fb1bd23596fb3fbc5d5cf2a0e945d14357bc" => :mavericks diff --git a/Library/Formula/ncrack.rb b/Library/Formula/ncrack.rb index f7cb05ad0..75f8ad498 100644 --- a/Library/Formula/ncrack.rb +++ b/Library/Formula/ncrack.rb @@ -4,6 +4,7 @@ class Ncrack < Formula    homepage 'http://nmap.org/ncrack/'    url 'http://nmap.org/ncrack/dist/ncrack-0.4ALPHA.tar.gz'    sha256 'f8bd7e0ef68559490064ec0a5f139b2b9c49aeaf9f6323e080db9ff344c87603' +  revision 1    depends_on "openssl" diff --git a/Library/Formula/neon.rb b/Library/Formula/neon.rb index d83c7c55b..3ac1bdb19 100644 --- a/Library/Formula/neon.rb +++ b/Library/Formula/neon.rb @@ -4,6 +4,7 @@ class Neon < Formula    homepage 'http://www.webdav.org/neon/'    url 'http://www.webdav.org/neon/neon-0.30.0.tar.gz'    sha1 '9e6297945226f90d66258b7ee05f757ff5cea10a' +  revision 1    bottle do      cellar :any diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb index 15b9625ec..e11c2e2c0 100644 --- a/Library/Formula/nginx.rb +++ b/Library/Formula/nginx.rb @@ -4,6 +4,7 @@ class Nginx < Formula    homepage "http://nginx.org/"    url "http://nginx.org/download/nginx-1.6.1.tar.gz"    sha1 "e58c865f67b580541ed4eadf69d1676762bf50ab" +  revision 1    devel do      url "http://nginx.org/download/nginx-1.7.4.tar.gz" diff --git a/Library/Formula/nmap.rb b/Library/Formula/nmap.rb index 2e8b60dc7..d463c8a3f 100644 --- a/Library/Formula/nmap.rb +++ b/Library/Formula/nmap.rb @@ -5,6 +5,7 @@ class Nmap < Formula    head "https://guest:@svn.nmap.org/nmap/", :using => :svn    url "http://nmap.org/dist/nmap-6.46.tar.bz2"    sha1 "e19dd4d35d76b24b084665b90c423f53bc7fdcfe" +  revision 1    bottle do      sha1 "078e882985fe74919fa280067244a5400ad8ad63" => :mavericks diff --git a/Library/Formula/openconnect.rb b/Library/Formula/openconnect.rb index 8c72c3f3f..357cb510f 100644 --- a/Library/Formula/openconnect.rb +++ b/Library/Formula/openconnect.rb @@ -4,6 +4,7 @@ class Openconnect < Formula    homepage "http://www.infradead.org/openconnect.html"    url "ftp://ftp.infradead.org/pub/openconnect/openconnect-6.00.tar.gz"    sha1 "405f0563a82660fa492d8c9ad248198adb8793f9" +  revision 1    bottle do      sha1 "abff92f7f22f41eb8b28465819009907a243099b" => :mavericks diff --git a/Library/Formula/openssl.rb b/Library/Formula/openssl.rb index 6c86a360c..7e699f43a 100644 --- a/Library/Formula/openssl.rb +++ b/Library/Formula/openssl.rb @@ -30,6 +30,7 @@ class Openssl < Formula    def configure_args; %W[        --prefix=#{prefix}        --openssldir=#{openssldir} +      -no-ssl2        zlib-dynamic        shared        enable-cms diff --git a/Library/Formula/ori.rb b/Library/Formula/ori.rb index 4795fb23a..66d863791 100644 --- a/Library/Formula/ori.rb +++ b/Library/Formula/ori.rb @@ -4,6 +4,7 @@ class Ori < Formula    homepage 'http://ori.scs.stanford.edu/'    url 'https://bitbucket.org/orifs/ori/downloads/ori-0.8.1.tgz'    sha1 '3ad31ab14bdb9305423f66cb919fdc445215f3c9' +  revision 1    depends_on 'pkg-config' => :build    depends_on 'scons' => :build diff --git a/Library/Formula/osslsigncode.rb b/Library/Formula/osslsigncode.rb index 8508e3af8..f499df2ee 100644 --- a/Library/Formula/osslsigncode.rb +++ b/Library/Formula/osslsigncode.rb @@ -4,6 +4,7 @@ class Osslsigncode < Formula    homepage 'http://sourceforge.net/projects/osslsigncode/'    url 'https://downloads.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-1.6.tar.gz'    sha1 '83c169638c8c1e0122127674cbb73d2e0e6b5bc2' +  revision 1    depends_on 'pkg-config' => :build    depends_on 'openssl' diff --git a/Library/Formula/postgres-xc.rb b/Library/Formula/postgres-xc.rb index 29b204ad5..dc9718391 100644 --- a/Library/Formula/postgres-xc.rb +++ b/Library/Formula/postgres-xc.rb @@ -4,6 +4,7 @@ class PostgresXc < Formula    homepage 'http://postgres-xc.sourceforge.net/'    url 'https://downloads.sourceforge.net/project/postgres-xc/Version_1.0/pgxc-v1.0.3.tar.gz'    sha1 '76774cf32810dfa14b2174f2e939d3b28eb211a9' +  revision 1    bottle do      sha1 "9996518f01b622e99d81e373584a79cff534c575" => :mavericks diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 40ea2384a..6618d9c16 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -2,6 +2,7 @@ require "formula"  class Postgresql < Formula    homepage "http://www.postgresql.org/" +  revision 1    stable do      url "http://ftp.postgresql.org/pub/source/v9.3.5/postgresql-9.3.5.tar.bz2" diff --git a/Library/Formula/profanity.rb b/Library/Formula/profanity.rb index 15e428837..fd1eb1c74 100644 --- a/Library/Formula/profanity.rb +++ b/Library/Formula/profanity.rb @@ -5,6 +5,7 @@ class Profanity < Formula    url "http://www.profanity.im/profanity-0.4.3.tar.gz"    sha1 "ecd99eba84ad149941491c17c7f69a77fc20de5e"    head "https://github.com/boothj5/profanity.git" +  revision 1    bottle do      sha1 "7dcef1770b0ac01814677f714fd7a8d5568cbf34" => :mavericks diff --git a/Library/Formula/psqlodbc.rb b/Library/Formula/psqlodbc.rb index d55fcaa7d..7b1741666 100644 --- a/Library/Formula/psqlodbc.rb +++ b/Library/Formula/psqlodbc.rb @@ -11,6 +11,7 @@ class Psqlodbc < Formula    homepage "http://www.postgresql.org/"    url "http://ftp.postgresql.org/pub/odbc/versions/src/psqlodbc-09.03.0210.tar.gz"    sha1 "e1eb147ef0452e1f7b0f9e102dacb5654a580dba" +  revision 1    depends_on "openssl"    depends_on "unixodbc" diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 7975bbd9c..400555d7f 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -5,6 +5,7 @@ class Python < Formula    head "http://hg.python.org/cpython", :using => :hg, :branch => "2.7"    url "http://www.python.org/ftp/python/2.7.8/Python-2.7.8.tgz"    sha1 "511960dd78451a06c9df76509635aeec05b2051a" +  revision 1    bottle do      revision 1 diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index f70bbd074..8bf01e575 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -4,6 +4,7 @@ class Python3 < Formula    homepage 'https://www.python.org/'    url 'https://python.org/ftp/python/3.4.1/Python-3.4.1.tgz'    sha1 'e8c1bd575a6ccc2a75f79d9d094a6a29d3802f5d' +  revision 1    bottle do      sha1 "e86f7aede6e519a426e326f5020dc780ee39f05e" => :mavericks diff --git a/Library/Formula/rdesktop.rb b/Library/Formula/rdesktop.rb index 8212c1b9d..e5993e07c 100644 --- a/Library/Formula/rdesktop.rb +++ b/Library/Formula/rdesktop.rb @@ -4,6 +4,7 @@ class Rdesktop < Formula    homepage "http://www.rdesktop.org/"    url "https://downloads.sourceforge.net/project/rdesktop/rdesktop/1.8.2/rdesktop-1.8.2.tar.gz"    sha1 "089e8f2b18688ded8afc659de5ba8d5b14c7b874" +  revision 1    depends_on "openssl"    depends_on :x11 diff --git a/Library/Formula/rtmpdump.rb b/Library/Formula/rtmpdump.rb index 70540d4ac..1f46de859 100644 --- a/Library/Formula/rtmpdump.rb +++ b/Library/Formula/rtmpdump.rb @@ -7,6 +7,7 @@ class Rtmpdump < Formula    url 'http://ftp.de.debian.org/debian/pool/main/r/rtmpdump/rtmpdump_2.4+20131018.git79459a2.orig.tar.gz'    version '2.4+20131018'    sha1 '17decff9d16bbcf45f622ca8ee2400c46c277500' +  revision 1    head 'git://git.ffmpeg.org/rtmpdump' diff --git a/Library/Formula/ruby-build.rb b/Library/Formula/ruby-build.rb index 4507beee4..2eeca3280 100644 --- a/Library/Formula/ruby-build.rb +++ b/Library/Formula/ruby-build.rb @@ -5,6 +5,7 @@ class RubyBuild < Formula    homepage "https://github.com/sstephenson/ruby-build"    url "https://github.com/sstephenson/ruby-build/archive/v20140702.tar.gz"    sha1 "3b609d6375f1ddcc519c5854ffbb947d3f32ea4e" +  revision 1    depends_on "autoconf" => [:recommended, :run]    depends_on "pkg-config" => [:recommended, :run] diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb index a6e429638..a8d10dc8e 100644 --- a/Library/Formula/ruby.rb +++ b/Library/Formula/ruby.rb @@ -4,7 +4,7 @@ class Ruby < Formula    homepage 'https://www.ruby-lang.org/'    url "http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.2.tar.bz2"    sha256 "6948b02570cdfb89a8313675d4aa665405900e27423db408401473f30fc6e901" -  revision 2 +  revision 3    bottle do      revision 1 diff --git a/Library/Formula/shadowsocks-libev.rb b/Library/Formula/shadowsocks-libev.rb index 896e17851..910c1b364 100644 --- a/Library/Formula/shadowsocks-libev.rb +++ b/Library/Formula/shadowsocks-libev.rb @@ -4,6 +4,7 @@ class ShadowsocksLibev < Formula    homepage "https://github.com/madeye/shadowsocks-libev"    url "https://github.com/madeye/shadowsocks-libev/archive/v1.4.6.tar.gz"    sha1 "cccfd9866fa18d128801e66e621f7bd90e8589d3" +  revision 1    bottle do      revision 1 diff --git a/Library/Formula/shrewsoft-vpn-client.rb b/Library/Formula/shrewsoft-vpn-client.rb index 116ea9681..4d47f0bd2 100644 --- a/Library/Formula/shrewsoft-vpn-client.rb +++ b/Library/Formula/shrewsoft-vpn-client.rb @@ -5,6 +5,7 @@ class ShrewsoftVpnClient < Formula    url "https://www.shrew.net/download/ike/ike-2.2.1-release.tbz2"    sha1 "a52a49248fa663dfbd9e208eaa3e706a17bb9c8c"    head "svn://svn.shrew.net/ike/head" +  revision 1    option "without-gui", "Don't build Client GUI"    option "without-natt", "Disable Nat Traversal Support" diff --git a/Library/Formula/sipp.rb b/Library/Formula/sipp.rb index b3e8daff4..179e0b49b 100644 --- a/Library/Formula/sipp.rb +++ b/Library/Formula/sipp.rb @@ -4,6 +4,7 @@ class Sipp < Formula    homepage 'http://sipp.sourceforge.net/'    url "https://github.com/SIPp/sipp/archive/v3.4.1.tar.gz"    sha1 "40a3a7b7549e578997a8f181e557c3cdae39474f" +  revision 1    depends_on "openssl" => :optional diff --git a/Library/Formula/socat.rb b/Library/Formula/socat.rb index 56d0f9754..2eff8886f 100644 --- a/Library/Formula/socat.rb +++ b/Library/Formula/socat.rb @@ -5,6 +5,7 @@ class Socat < Formula    url 'http://www.dest-unreach.org/socat/download/socat-1.7.2.4.tar.bz2'    mirror 'http://ftp.de.debian.org/debian/pool/main/s/socat/socat_1.7.2.4.orig.tar.bz2'    sha1 '55650f3c4c1a5cdc323b2e6eece416b6303d39b5' +  revision 1    bottle do      cellar :any diff --git a/Library/Formula/spdylay.rb b/Library/Formula/spdylay.rb index 1dedce61a..8433e35a5 100644 --- a/Library/Formula/spdylay.rb +++ b/Library/Formula/spdylay.rb @@ -4,6 +4,7 @@ class Spdylay < Formula    homepage "https://github.com/tatsuhiro-t/spdylay"    url "https://github.com/tatsuhiro-t/spdylay/archive/v1.2.5.tar.gz"    sha1 "77bf1f28ebbaf388886831bbf409ab8011ab0886" +  revision 1    depends_on "autoconf" => :build    depends_on "automake" => :build diff --git a/Library/Formula/stunnel.rb b/Library/Formula/stunnel.rb index 00b2c45b4..66483176e 100644 --- a/Library/Formula/stunnel.rb +++ b/Library/Formula/stunnel.rb @@ -5,6 +5,7 @@ class Stunnel < Formula    url 'ftp://ftp.nluug.nl/pub/networking/stunnel/stunnel-5.03.tar.gz'    mirror 'https://www.stunnel.org/downloads/stunnel-5.03.tar.gz'    sha256 '9a1e369466fa756e6f48b11480a3338c1fa4717e6472871bf4a3a96c483edd03' +  revision 1    bottle do      sha1 "b5a47e0ac9fa6510dd122b8d0d5f2a5502991945" => :mavericks diff --git a/Library/Formula/subversion.rb b/Library/Formula/subversion.rb index 00206524a..499479b00 100644 --- a/Library/Formula/subversion.rb +++ b/Library/Formula/subversion.rb @@ -5,6 +5,7 @@ class Subversion < Formula    url 'http://www.apache.org/dyn/closer.cgi?path=subversion/subversion-1.8.10.tar.bz2'    mirror 'http://archive.apache.org/dist/subversion/subversion-1.8.10.tar.bz2'    sha1 'd6896d94bb53c1b4c6e9c5bb1a5c466477b19b2b' +  revision 1    bottle do      revision 2 diff --git a/Library/Formula/telepathy-gabble.rb b/Library/Formula/telepathy-gabble.rb index 9bf3a0fec..746385ee2 100644 --- a/Library/Formula/telepathy-gabble.rb +++ b/Library/Formula/telepathy-gabble.rb @@ -4,6 +4,7 @@ class TelepathyGabble < Formula    homepage "http://telepathy.freedesktop.org/wiki/Components/"    url "http://telepathy.freedesktop.org/releases/telepathy-gabble/telepathy-gabble-0.18.3.tar.gz"    sha1 "1c71c5acf2c506788aa4b1604390f38979d88887" +  revision 1    bottle do      sha1 "39edf6b7b6392eb7ff400798bbb0d304114a55d5" => :mavericks diff --git a/Library/Formula/tomcat-native.rb b/Library/Formula/tomcat-native.rb index 5d81f97e1..699944ace 100644 --- a/Library/Formula/tomcat-native.rb +++ b/Library/Formula/tomcat-native.rb @@ -4,6 +4,7 @@ class TomcatNative < Formula    homepage 'http://tomcat.apache.org/native-doc/'    url 'http://www.apache.org/dyn/closer.cgi?path=tomcat/tomcat-connectors/native/1.1.31/source/tomcat-native-1.1.31-src.tar.gz'    sha1 '177b1f43f3dbc16eeea39d85147355be29a6089f' +  revision 1    depends_on "libtool" => :build    depends_on "tomcat" => :recommended diff --git a/Library/Formula/tor.rb b/Library/Formula/tor.rb index b45c0eb57..b2e540af7 100644 --- a/Library/Formula/tor.rb +++ b/Library/Formula/tor.rb @@ -4,6 +4,7 @@ class Tor < Formula    homepage "https://www.torproject.org/"    url "https://www.torproject.org/dist/tor-0.2.4.23.tar.gz"    sha256 "05a3793cfb66b694cb5b1c8d81226d0f7655031b0d5e6a8f5d9c4c2850331429" +  revision 1    bottle do      sha1 "54d1dd20f37651ecfca986ab63f17b1f6967449a" => :mavericks diff --git a/Library/Formula/vsftpd.rb b/Library/Formula/vsftpd.rb index 421f77707..e03ce8d33 100644 --- a/Library/Formula/vsftpd.rb +++ b/Library/Formula/vsftpd.rb @@ -4,6 +4,7 @@ class Vsftpd < Formula    homepage 'https://security.appspot.com/vsftpd.html'    url 'https://security.appspot.com/downloads/vsftpd-3.0.2.tar.gz'    sha1 'f36976bb1c5df25ac236d8a29e965ba2b825ccd0' +  revision 1    bottle do      cellar :any diff --git a/Library/Formula/wget.rb b/Library/Formula/wget.rb index d2d742fbd..5eb4e4f11 100644 --- a/Library/Formula/wget.rb +++ b/Library/Formula/wget.rb @@ -8,7 +8,7 @@ class Wget < Formula    url 'http://ftpmirror.gnu.org/wget/wget-1.15.tar.gz'    mirror 'http://ftp.gnu.org/gnu/wget/wget-1.15.tar.gz'    sha1 'f3c925f19dfe5ed386daae4f339175c108c50574' -  revision 1 +  revision 2    bottle do      sha1 "94ad9a29eb79d8ebc88dfca1008f635da37bfa89" => :mavericks diff --git a/Library/Formula/wrk.rb b/Library/Formula/wrk.rb index feb1755c3..982d16b19 100644 --- a/Library/Formula/wrk.rb +++ b/Library/Formula/wrk.rb @@ -5,6 +5,7 @@ class Wrk < Formula    url "https://github.com/wg/wrk/archive/3.1.1.tar.gz"    sha1 "7cea5d12dc5076fed1a1c730bd3e6eba832a8f61"    head "https://github.com/wg/wrk.git" +  revision 1    bottle do      cellar :any diff --git a/Library/Formula/zbackup.rb b/Library/Formula/zbackup.rb index 67eaee84b..0091b64c5 100644 --- a/Library/Formula/zbackup.rb +++ b/Library/Formula/zbackup.rb @@ -4,6 +4,7 @@ class Zbackup < Formula    homepage 'http://zbackup.org'    url 'https://github.com/zbackup/zbackup/archive/1.2.tar.gz'    sha1 'e87dfaeeeea0d59f4af00d3ce248aaabf1a25cb9' +  revision 1    depends_on 'cmake' => :build    depends_on 'openssl' | 
