Commit graph

53312 commits

Author SHA1 Message Date
Dominyk Tiller
9de3214985 pgtap: fix typo
Closes Homebrew/homebrew#49377.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-20 20:24:56 +00:00
Dominyk Tiller
0a47e9357e postgis: fix typo 2016-02-20 20:24:56 +00:00
BrewTestBot
a0f83e2a25 trafficserver: update 6.0.0 bottle. 2016-02-20 19:30:35 +00:00
BrewTestBot
0849c60352 subversion: update 1.9.3 bottle. 2016-02-20 19:30:35 +00:00
BrewTestBot
343e333c02 pgtap: add 0.95.0 bottle. 2016-02-20 19:30:35 +00:00
BrewTestBot
0dd1185bf4 pgbadger: update 7.1 bottle. 2016-02-20 19:30:35 +00:00
BrewTestBot
4281df8a60 mysql-sandbox: update 3.1.05 bottle. 2016-02-20 19:30:35 +00:00
BrewTestBot
83cfe10ffe irssi: update 0.8.17_2 bottle. 2016-02-20 19:30:35 +00:00
BrewTestBot
2437f6bded imagemagick: update 6.9.3-0_2 bottle. 2016-02-20 19:30:35 +00:00
Dominyk Tiller
e6f1a8a290 pgtap 0.95.0
The `skip clean` no longer appears to be required. It was previously added in
https://github.com/Homebrew/homebrew/pull/15474 because this formula used
to potentially end up with an empty install, or only the presence of an empty
share directory.

Since we now install Perl modules required and have for some time now the
installation hasn't been "empty" in that way and the line is redundant.

Also fixes sandboxing, fixes perl module finding, etc.

Closes Homebrew/homebrew#49338.

Closes Homebrew/homebrew#49366.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-20 19:30:31 +00:00
Dominyk Tiller
dec7ff23a9 subversion: fix perl bindings placement
If you pass the prefix twice you end up with the Perl bindings installed in
a double prefix:

/usr/local/Cellar/subversion/1.9.3/usr/local/Cellar/subversion/1.9.3/Library

Rather than:

/usr/local/Cellar/subversion/1.9.3/Library

This fixes that.
2016-02-20 19:30:31 +00:00
Dominyk Tiller
8e16762495 subversion: remove redundant env tweak 2016-02-20 19:30:31 +00:00
Dominyk Tiller
2f16b613b6 imagemagick: remove redundant env tweak 2016-02-20 19:30:31 +00:00
Dominyk Tiller
40a0616372 irssi: remove redundant env tweak 2016-02-20 19:30:31 +00:00
Dominyk Tiller
7f8f08fec6 trafficserver: remove redundant env tweak 2016-02-20 19:30:31 +00:00
Dominyk Tiller
05ced8923f pgbadger: remove redundant env tweak 2016-02-20 19:30:31 +00:00
Dominyk Tiller
11a2927297 mysql-sandbox: remove redundant env tweak 2016-02-20 19:30:31 +00:00
Tomasz Pajor
fee4a71284 proj: audit fixes 2016-02-20 20:29:03 +01:00
BrewTestBot
0c8b922a02 haskell-stack: update 1.0.4 bottle. 2016-02-20 18:51:50 +00:00
Lukas
7252da4fdd haskell-stack 1.0.4
Closes Homebrew/homebrew#49375.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-20 18:51:50 +00:00
BrewTestBot
4b47a4194f tesseract: update 3.04.01 bottle. 2016-02-20 18:51:50 +00:00
ilovezfs
fa0a95dc79 tesseract 3.04.01
Upstream fixed the following build error when using --with-opencl:

  In file included from openclwrapper.cpp:10:
  ./openclwrapper.h:2:10: fatal error: 'allheaders.h' file not found
  #include "allheaders.h"
           ^
  1 error generated.
  make[1]: *** [openclwrapper.lo] Error 1
  make: *** [install-recursive] Error 1

Closes Homebrew/homebrew#49352

Closes Homebrew/homebrew#49365.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-20 18:51:50 +00:00
BrewTestBot
9f8908c55f ejabberd: update 16.01 bottle. 2016-02-20 18:51:50 +00:00
conscell
ef56aa8311 ejabberd 16.01
Closes Homebrew/homebrew#49367.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-20 18:51:50 +00:00
BrewTestBot
391d24f2c1 psutils: update p17 bottle. 2016-02-20 19:46:10 +01:00
Tomasz Pajor
c1f0fe5123 psutils: audit fixes
Closes Homebrew/homebrew#49357.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
2016-02-20 19:46:08 +01:00
BrewTestBot
0415962d1a jump: update 0.7.1 bottle. 2016-02-20 08:39:50 -08:00
Genadi Samokovarov
00eb5c9e9b jump 0.7.1
With Go 1.6 out, comes jump 0.7.0 as well. Minor improvements around
file locking and performance.

Closes Homebrew/homebrew#49346.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2016-02-20 08:39:48 -08:00
BrewTestBot
1f17d3208f openshift-cli: update 1.1.3 bottle. 2016-02-20 12:04:59 +01:00
Eli Young
41f6f1a2fa openshift-cli 1.1.3
Closes Homebrew/homebrew#49340.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2016-02-20 12:04:56 +01:00
Dominyk Tiller
5bf6ba0d79 app-engine-python: fix install
Closes Homebrew/homebrew#49364.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-20 02:02:03 +00:00
Manbeardo
64b7961f1a app-engine-java 1.9.32
Closes Homebrew/homebrew#49041.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-20 02:02:03 +00:00
Manbeardo
ab599593de app-engine-go-32 1.9.32 2016-02-20 02:02:03 +00:00
Manbeardo
cf83a34637 app-engine-go-64 1.9.32 2016-02-20 02:02:03 +00:00
Manbeardo
c284ba3b0d app-engine-python 1.9.32 2016-02-20 02:02:03 +00:00
BrewTestBot
994958259b b2-tools: add 0.4.0 bottle. 2016-02-19 16:59:47 -08:00
Brandon Ooi
48e2ecc369 b2-tools 0.4.0 (new formula)
Closes Homebrew/homebrew#48851.

Signed-off-by: Alex Dunn <adunn@ucsb.edu>
2016-02-19 16:59:44 -08:00
BrewTestBot
55ef8f641d influxdb: update 0.10.1 bottle. 2016-02-19 23:10:12 +00:00
gunnaraasen
b2f4e29ada influxdb 0.10.1
Closes Homebrew/homebrew#49356.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-19 23:10:09 +00:00
BrewTestBot
339e6c8826 telegraf: update 0.10.3 bottle. 2016-02-19 23:09:39 +00:00
gunnaraasen
c2cd60f423 telegraf 0.10.3
Closes Homebrew/homebrew#49360.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-19 23:09:36 +00:00
Zhiming Wang
a52f48bf27 phash: boneyard
Boneyarding because:

1. Not compatible with FFmpeg 3.0 (#49178);
2. Not developed in the open, only release tarballs are available, so
   tracking progress is hard;
3. Latest release is from April 2013;
4. Has to join a mailing list to report bugs, the archive of which was
   last built in 2014.

In summary, there's no evidence that this library is not abandoned.

See also discussions in Homebrew/homebrew#49178.

Closes Homebrew/homebrew#49268.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-19 23:04:51 +00:00
BrewTestBot
1b1769bb3e gpac: update 0.6.0 bottle. 2016-02-19 23:00:36 +00:00
Zhiming Wang
fc9fe27c74 gpac 0.6.0
* X11 linkage reworked since much has been fixed upstream (in
  particular, there's the new --disable-x11 configure option);
* Added more substantial test.

Closes Homebrew/homebrew#49355.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-19 23:00:32 +00:00
BrewTestBot
8c96395f03 moc: update 2.5.0_1 bottle. 2016-02-19 22:57:06 +00:00
Zhiming Wang
b7605b364e moc: fix build failure against FFmpeg 3.0
Upstream's next release may not be too soon (still awaiting maintainer
feedback on ETA). Meanwhile, maintainer has confirmed that r2779 on the
2.5 branch is the revision that fixes FFmpeg 3.0 compatibility (see
http://moc.daper.net/node/1496), and backporting it to 2.5.0 (the inline
patch in this commit) was a success.

The caveat is that we now need to run autoreconf unconditionally,
because Makefiles have to be regenerated after we patch ffmpeg.m4.

I also added a nonsubstantial test (there's no way to write a
substantial test, due to the nature of this tool).

Closes Homebrew/homebrew#49359.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-19 22:57:03 +00:00
BrewTestBot
2a32a69e0c ctorrent: update 3.3.2_2 bottle. 2016-02-19 19:20:58 +00:00
Anton Chikin
7317982823 ctorrent: patch for negative integers error
Closes Homebrew/homebrew#49258.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-19 19:20:51 +00:00
BrewTestBot
7a948e0e49 swiftgen: update 0.7.6 bottle. 2016-02-19 19:06:08 +00:00
Olivier Halligon
847488fdc3 swiftgen 0.7.6
Closes Homebrew/homebrew#49347.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-19 19:06:06 +00:00