aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2015-02-09youtube-dl 2015.02.09.3Sergey M․
Closes #36673. Signed-off-by: Brett Koonce <koonce@gmail.com>
2015-02-09swig: update 3.0.5 bottle.BrewTestBot
2015-02-09Swig 3.0.5Branko Čibej
Closes #36667. Signed-off-by: Brett Koonce <koonce@gmail.com>
2015-02-09rakudo-star: update 2015.01 bottle.BrewTestBot
2015-02-09rakudo-star 2015.01Martin Gruner
Updated to new release. Closes #36680. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-09passenger: update 4.0.59 bottle.BrewTestBot
2015-02-09passenger 4.0.59Hongli Lai (Phusion)
Closes #36682. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-09orientdb: update 2.0.2 bottle.BrewTestBot
2015-02-09orientdb 2.0.2Shawn Poindexter
orientdb bump from version 2.0.1 to 2.0.2 Closes #36679. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-09keybase 0.7.5ojab
Closes #36678. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-09gradle 2.3-rc-3 (devel)seanjreilly
Closes #36677. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-09wine 1.7.36 (devel)David Holm
This change also adds the option to build a 64-bit Wine when building HEAD. 64-bit support for OS X has been added as of 1.7.36 but it did not build successfully in this version (using clang-600.0.56.) Closes #36628. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-09sqtop: add 2015-02-08 bottle.BrewTestBot
2015-02-09sqtop 2015-02-08 (new formula)Oleg Palij
sqtop is a console application to display information about currently active client connections for a Squid proxy in a convenient way. Closes #36655. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-09postgresql: update 9.4.1 bottle.BrewTestBot
2015-02-09youtube-dl: update 2015.02.09.2 bottle.BrewTestBot
2015-02-09youtube-dl 2015.02.09.2Sergey M․
Closes #36672. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-09arangodb: update 2.4.3 bottle.BrewTestBot
2015-02-09arangodb 2.4.3Frank Celler
Closes #36670. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-09test-bot: only test the runtime dependencies.Xu Cheng
Also add support to `brew uses` to ignore build or optional dependencies. Closes #36154. Closes #36656. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-09xmlto: update 0.0.26 bottle.BrewTestBot
2015-02-09basex 8.0Michael
BaseX 8.0 update For added features see the official [announcement](http://basex.org/about-us/news/newsdetails/basex-80-the-xmlprague-2015-edition). Closes #36666. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-09xmlto 0.0.26Geoff Nixon
The bottled xmlto is currently broken because the full cellar path of GNU getopt gets hardcode presently (and GNU getopt saw a version bump recently, it seems). It was actually only after making the fix that I stumbled upon this update, which is listed on this "new" (more appropriate) homepage. Closes #36647. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-09skinny 1.3.13Kazuhiro Sera
Closes #36662. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-09Update Example Formula documentation.Dominyk Tiller
I feel like we’re probably fighting a losing battle here, but here’s a bundle more updates to the example formula to cover some ground not already covered. Closes #36644. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-09libupnp: add option for IPv6 support.David Aurelio
Closes #36661. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-09postgresql: fix perl option.Mike McQuaid
Addresses comment on d3074f5bb9bb7d522bff7ad7873f03610ed15054.
2015-02-09kafka 0.8.2.0Mike Clarke
Closes #36610. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-09doitlive: update 2.3.1 bottle.BrewTestBot
2015-02-09doitlive 2.3.1Steven Loria
Update doitlive to 2.3.1 Closes #36659. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-09nsq: update 0.3.2 bottle.BrewTestBot
2015-02-09nsq 0.3.2Matt Reiferson
nsq v0.3.2 Closes #36658. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-08Make compiler shim robust against missing environment variablesJack Nagel
Fixes #36217.
2015-02-08Get rid of cccfg? methodJack Nagel
2015-02-08Add predicate methods for compiler shim configurationJack Nagel
2015-02-08Quote entire path passed to checkout-indexJack Nagel
2015-02-08Revert "download_strategy: escape spaces in git submodule path."Jack Nagel
This is causing submodules to be checked out into a path with a literal "$path" component: $ find . | grep "\$path$" ./$path ./Carthage/Checkouts/Commandant/$path ./Carthage/Checkouts/Commandant/Carthage/Checkouts/Quick/$path ./Carthage/Checkouts/PrettyColors/$path ./Carthage/Checkouts/Quick/$path ./Carthage/Checkouts/ReactiveCocoa/$path ./Carthage/Checkouts/ReactiveCocoa/Carthage/Checkouts/Quick/$path ./Carthage/Checkouts/ReactiveTask/$path ./Carthage/Checkouts/ReactiveTask/Carthage/Checkouts/Quick/$path ./Carthage/Checkouts/ReactiveTask/Carthage/Checkouts/ReactiveCocoa/$path ./Carthage/Checkouts/ReactiveTask/Carthage/Checkouts/ReactiveCocoa/Carthage.checkout/Quick/$path This reverts commit 3a5f099297e9ab3b799af5f7a65edd8d64bc7bae.
2015-02-08cmd/info: prevent duplicate dependency display.Xu Cheng
Before: $ brew info llvm ==> Dependencies Build: xz ✔, xz ✔, xz ✔, xz ✔, xz ✔, xz ✔ $ brew info --json=v1 llvm ... "dependencies":["xz","xz","xz","xz","xz","xz"], ... After $ brew info llvm ==> Dependencies Build: xz ✔ $ brew info --json=v1 llvm ... "dependencies":["xz"], ... Closes #36653. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-08keybase 0.7.4Nicolò Ciraci
Bump to version 0.7.4 Closes #36652. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-08carthage: update 0.5.3 bottle.BrewTestBot
2015-02-08carthage 0.5.3Justin Spahr-Summers
Also, the `make clean` step can now be removed, per https://github.com/Carthage/Carthage/pull/284#issuecomment-70677079. Closes #36646. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-08download_strategy: escape spaces in git submodule path.Kashif Rasul
for issue Homebrew/homebrew#36646 Closes #36649. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-08the_silver_searcher: update 0.29.1 bottle.BrewTestBot
2015-02-08the_silver_searcher 0.29.1David Larson
Closes #36648. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-08gdbm: update 1.11 bottle.BrewTestBot
2015-02-08gdbm: add with-libgdbm-compat to build ndbm headerAlex Leighton
Closes #36640. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-08audit: catch more examples from example_formulaDominyk Tiller
See https://github.com/Homebrew/homebrew/pull/36629#discussion_r24293912 amongst other recent examples. The example formula isn’t as strongly policed as the ` brew create ` default, this tries to do something about that. Closes #36639. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-08osh: update 20150115 bottle.BrewTestBot
2015-02-08osh 20150115Dominyk Tiller
Version bump. Closes #36638. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-08Minimize test JPEG and PNGDavid Christenson
Losslessly compress with jpegoptim and optipng. Closes #36606. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>