Commit graph

58913 commits

Author SHA1 Message Date
BrewTestBot
4e58ba12cc cloc: update 1.68 bottle. 2016-06-04 20:48:44 -07:00
ilovezfs
5e2f6cb2f9 cloc 1.68
Closes #1713.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-06-04 20:48:42 -07:00
BrewTestBot
73829303b8 byobu: update 5.108 bottle. 2016-06-05 03:37:17 +01:00
Kevin Mark
7e8513643b byobu 5.108
Closes #1720.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-06-05 03:37:15 +01:00
BrewTestBot
668ca0d883 cmake: update 3.5.2 bottle. 2016-06-04 13:44:14 -07:00
ilovezfs
0c0f64891c cmake 3.6.0-rc1 (devel)
Closes #1710.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-06-04 13:44:12 -07:00
BrewTestBot
20abcf2d53 sipp: update 3.5.1 bottle. 2016-06-04 20:55:50 +01:00
Justin Zimmer
67a5b4a2ac sipp 3.5.1
Closes #1671.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-06-04 20:55:40 +01:00
BrewTestBot
c39454474a traildb: add 0.5 bottle. 2016-06-04 15:52:27 +01:00
Giovanni Bajo
39bd4c8435 traildb 0.5 (new formula)
Closes #1680.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-06-04 15:52:27 +01:00
Jason Tedor
5f2ed9214d elasticsearch: 5.0.0-alpha3 (devel), fix head install (#1693)
* Add devel and fix head install for Elasticsearch

This commit adds a devel install for Elasticsearch, and fixes the head
install for Elasticsearch to reflect changes that have occurred in
master (e.g., changing the name of the plugin script to
"elasticsearch-plugin").

* Use devel? and head? in caveats and tests

This commit simplifies caveats and tests to use devel? and head? instead
of relying on external state to determine which command-line programs
and arguments to use.
2016-06-04 15:45:58 +01:00
BrewTestBot
804ef1a60b perl: update 5.24.0_1 bottle. 2016-06-04 14:57:31 +01:00
BrewTestBot
d247af0904 imagemagick: update 6.9.4-7 bottle. 2016-06-04 14:57:31 +01:00
Dominyk Tiller
a86460adec vim: bump revision for perl
Closes #1704.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-06-04 14:57:28 +01:00
Dominyk Tiller
5e22c40759 imagemagick: improve perl option flexibility 2016-06-04 14:57:28 +01:00
Dominyk Tiller
8385314ca5 perl: bump revision for changes
The library prefix rewriting in particular merits a revision bump all by itself.
2016-06-04 14:57:28 +01:00
Dominyk Tiller
ad900729d1 perl: update caveats
Improves the caveats, dropping the assumption everyone installing Perl is
familiar enough with it to not be scared off by the somewhat brutal configuration
output.
2016-06-04 14:57:28 +01:00
Dominyk Tiller
7730e29f77 perl: use opt_bin hashbang
This is an officially-supported mechanism to rewrite the hashbangs of scripts
generated with Perl. The upside here is that scripts generated with our Perl
won't break every single time the version is bumped or we revision the formula,
regardless of whether the update/revision actually causes incompatibility or not.
2016-06-04 14:57:28 +01:00
Dominyk Tiller
eb803a1c8c perl: include HOMEBREW_PREFIX in INC by default
A lot of Perl users configure things locally, and we nudge them to do so in
the caveats, but our defaults should be a little more sane so users can use
Perl "out of the box" with minimal setup.

At the moment Perl only checks inside the Cellar for other Perl modules:
```
@INC:
    /usr/local/Cellar/perl/5.24.0/lib/perl5/site_perl/5.24.0/darwin-thread-multi-2level
    /usr/local/Cellar/perl/5.24.0/lib/perl5/site_perl/5.24.0
    /usr/local/Cellar/perl/5.24.0/lib/perl5/5.24.0/darwin-thread-multi-2level
    /usr/local/Cellar/perl/5.24.0/lib/perl5/5.24.0
```

To reduce the amount users need to carry custom variables around in their shell
profiles, let's tell Perl to check our prefix by default as well. This removes
the need to alter the environment manually when installing things like
Imagemagick's Perl element against Homebrew's Perl.

Ideally we would overwrite the sitelib, but Perl expects to be able to mkdir & copy
files into that prefix at build and our sandbox breaks that. It'd need a monster
hack to prevent that and handle it post_install, sadly.
2016-06-04 14:57:28 +01:00
Dominyk Tiller
78c03c5c12 perl: install libraries to sensible location
Perl's configure script, attempting to be helpful, uses shorter installation
prefixes if it detects the top-level prefix argument contains the word "Perl"
in it.

Sadly, this doesn't really work for Homebrew because whilst the installation
is actually within the Cellar containing the word "Perl" everything is symlinked
into `/usr/local` (Presuming that's where your Homebrew is), which means instead
of Perl being available in i.e. `/usr/local/lib/perl5/site_perl/5.24.0` the libraries
get symlinked into `/usr/local/lib/5.24.0` which is completely opaque to end-users
and opens up the risk of conflict with anything else which behaves in the same
way.

This tweak shoves it back into the expected sort of installation structure.
2016-06-04 14:57:28 +01:00
BrewTestBot
56c928d35d fmt: update 3.0.0 bottle. 2016-06-04 10:50:56 +01:00
Tristan Brindle
1e1dfe43b8 fmt 3.0.0
renamed from cppformat, new version 3.0.0

Closes #1625.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-06-04 10:50:37 +01:00
Dominyk Tiller
fa583178ed
algernon: test style nits 2016-06-04 10:26:16 +01:00
BrewTestBot
4f23106849 algernon: update 1.0 bottle. 2016-06-04 10:24:41 +01:00
Alexander F Rødseth
cd61f3117f algernon 1.0
Closes #1699.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-06-04 10:24:33 +01:00
BrewTestBot
9b3daa2ffc imagemagick: update 6.9.4-7 bottle. 2016-06-04 10:02:15 +01:00
Zhiming Wang
914b8bfbba imagemagick 6.9.4-7
Closes #1707.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-06-04 10:02:13 +01:00
makigumo
69aa5b0403 gitbucket 4.1 (#1709) 2016-06-04 09:59:49 +01:00
Vladimír Kincl
c81b80293d iproute2mac 1.1.1 (#1691) 2016-06-04 04:47:45 +01:00
BrewTestBot
89217f065d youtube-dl: update 2016.06.03 bottle. 2016-06-04 04:46:42 +01:00
Jerzerak
4d6096aca3 youtube-dl 2016.06.03
Closes #1694.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-06-04 04:46:37 +01:00
Jerzerak
227a262e40 grails 3.1.8 (#1696) 2016-06-04 04:44:40 +01:00
BrewTestBot
7760a8c60d platformio: update 2.9.4 bottle. 2016-06-04 04:43:32 +01:00
Ivan Kravets
f5504922d4 platformio 2.9.4
Closes #1697.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-06-04 04:43:25 +01:00
Ivan Kravets
9e2983d7fc platformio 2.9.3 2016-06-04 04:43:25 +01:00
Jerzerak
57b468c6fa gradle 2.14-rc-4 (devel) (#1698) 2016-06-04 04:42:41 +01:00
BrewTestBot
f4ef622562 git-secrets: update 1.2.0 bottle. 2016-06-04 04:40:23 +01:00
Manabu Sakai
90033f9cba git-secrets 1.2.0
Closes #1702.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-06-04 04:40:20 +01:00
Dominyk Tiller
237c5eb054
protobuf: mirror gmock 2016-06-03 18:33:08 +01:00
BrewTestBot
8611a7180f cocoapods: update 1.0.1 bottle. 2016-06-03 15:42:37 +01:00
Nikolaus Wittenstein
c7a47fd63b cocoapods 1.0.1
Closes #1690.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-06-03 15:42:35 +01:00
BrewTestBot
84086b3e42 syncthing: update 0.13.5 bottle. 2016-06-03 15:42:31 +01:00
Marco Bonetti
ea4e663113 syncthing 0.13.5
Closes #1689.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-06-03 15:42:29 +01:00
BrewTestBot
01ae8fcc5c tmux: update 2.2 bottle. 2016-06-03 15:31:50 +01:00
Sardorbek Imomaliev
6472d0c64e tmux: update completion source.
Closes #1684.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-06-03 15:31:28 +01:00
BrewTestBot
06837467b6 azure-cli: update 0.10.1 bottle. 2016-06-03 15:19:37 +01:00
Xy Ziemba
49d26c6641 azure-cli 0.10.1
Closes #1682.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-06-03 15:19:35 +01:00
BrewTestBot
4b8826db87 xonsh: update 0.3.2 bottle. 2016-06-03 15:19:32 +01:00
Jerzerak
c39c823347 xonsh 0.3.2
Closes #1678.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-06-03 15:19:30 +01:00
BrewTestBot
b6dc38471a node: update 6.2.1 bottle. 2016-06-03 15:19:27 +01:00