Andrew Janke
114514e298
uwsgi: use --verbose to get detailed build logs
...
By default, uwsgi's build script suppresses output of individual commands. This uses --verbose to get output more like a normal build process. Also fixes `brew audit` complaints.
Closes Homebrew/homebrew#44602 .
Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-10-05 21:17:43 -07:00
BrewTestBot
4ee38efaa7
cookiecutter: update 1.1.0 bottle.
2015-10-06 04:58:54 +01:00
Raphael Pierzina
5385630011
cookiecutter 1.1.0
...
Closes Homebrew/homebrew#44594 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-06 04:58:27 +01:00
BrewTestBot
5f311173a6
libzip: update 1.0.1 bottle.
2015-10-06 04:48:26 +01:00
BrewTestBot
6c38cb5bd9
ideviceinstaller: update 1.1.0_2 bottle.
2015-10-06 04:48:26 +01:00
BrewTestBot
e208228529
ebook-tools: update 0.2.2_1 bottle.
2015-10-06 04:48:26 +01:00
Kyungdahm Yun
bba27dda38
libzip 1.0.1
...
Closes Homebrew/homebrew#44656 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-06 04:48:23 +01:00
Dominyk Tiller
1cb764b7e7
rtmpdump: don't shallow clone
...
Closes Homebrew/homebrew#44658 .
2015-10-06 04:46:11 +01:00
BrewTestBot
8e7df05980
nodeenv: add 0.13.6 bottle.
2015-10-06 04:28:44 +01:00
Dominyk Tiller
93d74a0744
nodeenv 0.13.6 (new formula)
...
Closes Homebrew/homebrew#44604 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-06 04:28:41 +01:00
Tim D. Smith
6610fce9a9
dockutil: restore working test
...
My fault, sorry!
2015-10-05 20:10:22 -07:00
Dominyk Tiller
1b6a7f186c
aircrack-ng: fix bottle misplacement
2015-10-06 04:03:35 +01:00
Dominyk Tiller
fd53a5393b
alure: nit
2015-10-06 04:02:26 +01:00
BrewTestBot
0f6785b86a
amap: update 5.4_1 bottle.
2015-10-06 04:02:26 +01:00
BrewTestBot
2de7a21544
alure: add 1.2 bottle.
2015-10-06 04:02:26 +01:00
BrewTestBot
9dbe4810fc
aircrack-ng: add 1.1_1 bottle.
2015-10-06 04:02:26 +01:00
BrewTestBot
11c68d8493
aeskeyfind: update 1.0 bottle.
2015-10-06 04:02:25 +01:00
BrewTestBot
a67a979f57
acpica: update 20150717 bottle.
2015-10-06 04:02:25 +01:00
BrewTestBot
4442566cdd
ack: add 2.14 bottle.
2015-10-06 04:02:25 +01:00
Andrew Janke
680e8ff5cd
formulae: various audit fixes
...
Closes Homebrew/homebrew#44605 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-06 04:01:52 +01:00
Keith Smiley
aec84d9c93
dockutil: remove broken dependency
...
plistlib has been removed from pypi. As far as I can tell, the default
OS X python ships with plistlib, so this isn't necessary. I wouldn't be
surprised if this wasn't the case for some of the older versions
supported by this formula.
Closes Homebrew/homebrew#44488 .
Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-10-05 19:56:43 -07:00
Dominyk Tiller
df568c4ea4
ideviceinstaller: kill dead bottle
2015-10-06 03:44:50 +01:00
BrewTestBot
8ec0f2efb2
mbedtls: update 2.1.1 bottle.
2015-10-06 03:35:29 +01:00
Dominyk Tiller
c6592b4bda
mbedtls 2.1.1
...
Closes Homebrew/homebrew#44617 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-06 03:35:27 +01:00
Dominyk Tiller
33f9b036d4
mbedtls: renamed from polarssl
2015-10-06 03:35:26 +01:00
BrewTestBot
bdf35945e1
node: update 4.1.2 bottle.
2015-10-06 03:32:07 +01:00
Dominyk Tiller
6c76f504ec
node: update to npm 2.14.6
...
Closes Homebrew/homebrew#44657 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-06 03:32:04 +01:00
Dominyk Tiller
204434f2fa
dcmtk: remove dead option
...
We've been enforcing OpenSSL by default for a while now so the with isn't really
a choice any more.
2015-10-06 03:29:54 +01:00
BrewTestBot
4462e63aae
dcmtk: update 3.6.1-20150924 bottle.
2015-10-06 03:26:02 +01:00
Andrew Janke
79e7350356
dcmtk 3.6.1-20150924
...
Closes Homebrew/homebrew#44625 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-06 03:26:00 +01:00
Zhiming Wang
3e4239f85b
libass: add option with-fontconfig
...
libass 0.13.0 (https://github.com/libass/libass/releases/tag/0.13.0 )
introduced CoreText support and turned it on by default on OS X. This is
a breaking change (that renders users' customizations around fontconfig
useless) and this commit adds an option to disable CoreText binding and
fall back to the more traditional fontconfig.
Closes Homebrew/homebrew#44632 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-06 03:22:52 +01:00
Nathan Toone
51fc23a44e
google-appengine 1.9.27
...
Closes Homebrew/homebrew#44638 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-06 03:17:33 +01:00
Carlos Precioso
b1f7a029fa
android-platform-tools 23.0.1
...
android-platform-tools: Update to 23.0.1
Closes Homebrew/homebrew#44639 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-06 03:15:47 +01:00
BrewTestBot
94d261773d
git: update 2.6.1 bottle.
2015-10-06 03:04:47 +01:00
Robin Kunde
b0f8a03bfa
git 2.6.1
...
Closes Homebrew/homebrew#44642 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-06 03:04:45 +01:00
BrewTestBot
52e248389f
mysql: update 5.6.27 bottle.
2015-10-06 03:00:05 +01:00
Joep Loijens
0c236798ba
mysql 5.6.27
...
Closes Homebrew/homebrew#44644 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-06 03:00:02 +01:00
BrewTestBot
7e9767b0d4
node: update 4.1.2 bottle.
2015-10-06 02:52:47 +01:00
Toshiya SAITOH
f66208ea88
node 4.1.2
...
Updated to node.js v4.1.2
Closes Homebrew/homebrew#44653 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-06 02:52:47 +01:00
Henning Hoefer
3de179e22e
Groovy SDK 2.4.5
...
Closes Homebrew/homebrew#44634 .
Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2015-10-05 18:50:33 -07:00
Andrew Regan
1126fb2253
rabbitmq 3.5.5
...
Upate RabbitMQ from 3.5.4 to 3.5.5
Closes Homebrew/homebrew#44645 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-06 02:49:09 +01:00
BrewTestBot
566c4abcae
rakudo-star: update 2015.09 bottle.
2015-10-05 18:41:44 -07:00
Martin Gruner
2b5482433d
rakudo-star 2015.09
...
Closes Homebrew/homebrew#44631 .
Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2015-10-05 18:41:42 -07:00
BrewTestBot
d3f1d18faa
yelp-xsl: update 3.18.1 bottle.
2015-10-05 19:31:42 +01:00
Tom Schoonjans
49d4c7f614
yelp-xsl 3.18.1
...
Closes Homebrew/homebrew#44623 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-10-05 19:31:39 +01:00
BrewTestBot
3fc64d23f7
avidemux: update 2.6.8_1 bottle.
2015-10-05 19:29:18 +01:00
BrewTestBot
9fa5e2b504
avian: update 1.2.0 bottle.
2015-10-05 19:29:17 +01:00
BrewTestBot
6329c9d6c7
atomicparsley: update 0.9.6 bottle.
2015-10-05 19:29:17 +01:00
BrewTestBot
e94076962a
atk: update 2.18.0 bottle.
2015-10-05 19:29:17 +01:00
BrewTestBot
1f555959cb
assimp: update 3.1.1 bottle.
2015-10-05 19:29:17 +01:00