aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-02-11kettle 5.0.1Joshua Rutherford
Closes #36743. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2015-02-11crash 1.3.1Frédéric DROUET
Update CRaSH version to 1.3.1 Closes #36740. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-11outdated: handle fully qualified tapped formulae.Mike McQuaid
Previously if I did `brew install boxen/brews/imagemagick` and then `brew upgrade boxen/brews/imagemagick` and the version of `imagemagick` in `boxen/brews` was older than the version in `Homebrew/homebrew` then it would install the correct version from the `boxen/brews` tap and then try to immediately upgrade it to the version from `Homebrew/homebrew`. I'd argue fairly strongly that this behaviour is pretty unintuitive; when you fully specify a formula from a tap then it should be prioritised by `brew upgrade` and `brew outdated. This commit makes `brew upgrade boxen/brews/imagemagick` only upgrade the version of `imagemagick` if the version in the `boxen/brews` tap is newer. Similarly `brew outdated imagemagick` and `brew outdated boxen/brews/imagemagick` will show different results if the newer version differs between `boxen/brews` and `Homebrew/homebrew`. Closes #36699. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-11pull: copy new subject when bumping.Mike McQuaid
2015-02-11languagetool 2.8Toni Förster
bumped languagetool to version 2.8 Closes #36734. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-11docker: update 1.5.0 bottle.BrewTestBot
2015-02-11boot2docker: update 1.5.0 bottle.BrewTestBot
2015-02-11boot2docker 1.5.0Alex Gaynor
Closes #36724. Closes #36718. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-11docker 1.5.0Alex Gaynor
2015-02-11h2o: update 0.9.2 bottle.BrewTestBot
2015-02-11h2o 0.9.2Dominyk Tiller
Version bump. Closes #36717. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-11osxfuse: update 2.7.5 bottle.BrewTestBot
2015-02-11osxfuse 2.7.5Dominyk Tiller
Bump. Closes #36715. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-11node: update 0.12.0 bottle.BrewTestBot
2015-02-11node: tweak icu4c setupDominyk Tiller
Personally, I’d be content to keep the dep as recommended, but it’s possible the big red warning on the different build standards is making people jumpy, and there are use cases where the `icu4c` dep does interfere with certain usage, so I’ve partially reverted the direction I took in the Node PR the other day by making the new ICU capabilities optional. Also added a caveat for the benefit of clarity, and hope more people complain to Node upstream to fix the real root cause of the problem here and make life for packagers a little easier. Closes #36712. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-11sngrep: add 0.2.2 bottle.BrewTestBot
2015-02-11sngrep 0.2.2 (new formula)Victor Luft
Closes #36604. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-11ipsumdump: add 1.84 bottle.BrewTestBot
2015-02-11ipsumdump 1.84 (new formula)Matthias Vallentin
Closes #36704. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-11gist-logs: show the formula origin for non core-formulaXu Cheng
Closes #36730. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-11clang-format: update 2015-01-13 bottle.BrewTestBot
2015-02-11clang-format 2015-01-13Martin Probst
Update clang-format to 2015-01-13. Also include git-clang-format in the installed tools. Closes #36729. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-11brew uses: parse ARGV properlyXu Cheng
`ARGV.flag?` = `ARGV.include?` + `ARGV.switch?` Closes #36727. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-11libvisio: update 0.1.1 bottle.BrewTestBot
2015-02-11libvisio 0.1.1Baptiste Fontaine
Closes #36726. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-11tth: update 4.06_1 bottle.BrewTestBot
2015-02-11tth: versioned url addedBaptiste Fontaine
Closes #36725. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-11peco: add 0.2.11 bottle.BrewTestBot
2015-02-11peco 0.2.11 (new formula)Kozo Nishida
Closes #36318. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-11cmake: update 3.1.2 bottle.BrewTestBot
2015-02-11cmake 3.1.2Vihang Mehta
Closes #36708. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-11iojs: update 1.2.0 bottle.BrewTestBot
2015-02-11iojs 1.2.0Dominyk Tiller
Simple bump. Closes #36721. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-11lfe: add 0.9.1 bottle.BrewTestBot
2015-02-11lfe 0.9.1 (new formula)Dave Cottlehuber
Closes #36696. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-11launchdns: add 1.0.1 bottle.BrewTestBot
2015-02-11launchdns 1.0.1 (new formula)Joshua Peek
Closes #36695. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-10py2cairo: update 1.10.0 bottle.BrewTestBot
2015-02-10py2cairo: don't link libpythonTim D. Smith
Hacks around waf's python extension mode, which unnecessarily forces an explicit link to the python framework. This allows us to avoid a dependency on :python so that bottles don't install Homebrew python. Closes #36546. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-02-10sip: update 4.16.5 bottle.BrewTestBot
2015-02-10python3: update 3.4.2_1 bottle.BrewTestBot
2015-02-10python: update 2.7.9 bottle.BrewTestBot
2015-02-10sip: build test with sip's build systemTim D. Smith
and set PYTHONPATH for the bot. Closes #36676.
2015-02-10python3: pip 6.0.8Tim D. Smith
2015-02-10python: pip 6.0.8Tim D. Smith
2015-02-10python3 3.5.0a1 (devel)Tim D. Smith
* add 3.5.0a1 devel * bump head to 3.5 branch * dynamic major.minor detection
2015-02-10apache-spark 1.2.1Glavin Wiechert
Closes #36701. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-10artifactory 3.5.1Eli Givoni
Upgrade to version 3.5.1 Closes #36700. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-10riemann-client: add 1.3.0 bottle.BrewTestBot
2015-02-10riemann-client (new formula)Dave Cottlehuber
A C-based Riemann client. Closes #36697. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>