Jonathan Clem
3b8ad7f523
gifify 4.0
...
Closes #491 .
Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-04-22 00:54:59 +02:00
Alexandru Băluț
3311ad25cf
gst-plugins-bad: Allow building the gstgtk plugin
...
Closes #457 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-04-21 23:36:41 +01:00
BrewTestBot
5c5791748e
llnode: add 1.0.0 bottle.
2016-04-22 00:32:41 +02:00
Fedor Indutny
d21e911704
llnode 1.0.0 (new formula)
...
Closes #511 .
Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-04-22 00:32:18 +02:00
BrewTestBot
ca10369827
freetds: update 0.95.80 bottle.
2016-04-21 15:40:08 -04:00
Ken Collins
297040ca2c
Use modern 7.3 TDSVER default for modern FreeTDS
...
I am the author of Ruby's TinyTDS and ActiveRecord SQL Server stack. I work close with the FreeTDS team too. The 0.95 version bring long awaited support to 2008 and upward data types like [datetime2]. These types are only usable under the TDSVER of 7.3 and upward. Changing the default does not stop others from using it, but it does modern expectations for data types that have been out since 2008.
Closes #504 .
Signed-off-by: Andrew Janke <andrew@apjanke.net>
2016-04-21 15:40:06 -04:00
BrewTestBot
d378a4881e
valkyrie: update 2.0.0 bottle.
2016-04-21 15:32:08 -04:00
ilovezfs
4c0d0594fc
valkyrie: fix build and add test
...
Fixes undeclared identifier errors for "getpid," "usleep", and "getuid."
Also, add a test.
Reported to https://bugs.kde.org/show_bug.cgi?id=362033
Closes #502 .
Signed-off-by: Andrew Janke <andrew@apjanke.net>
2016-04-21 15:32:07 -04:00
Andrew Janke
dbf81ea4ab
Merge remote-tracking branch 'origin/master'
2016-04-21 15:16:16 -04:00
Jeff Dickey
7debfcb39a
heroku-toolbelt 3.42.50
...
(#515 )
2016-04-21 19:48:36 +01:00
BrewTestBot
25bf93210b
git-cola: update 2.5 bottle.
2016-04-21 18:06:54 +01:00
Alf Eaton
89f7cd8718
git-cola 2.5
...
Closes #512 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-04-21 18:06:52 +01:00
BrewTestBot
4eaa66d080
orientdb: update 2.1.16 bottle.
2016-04-21 16:40:59 +01:00
Zlatko Fedor
2144d63273
orientdb 2.1.16
...
Closes Homebrew/homebrew#50668 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-04-21 16:40:59 +01:00
BrewTestBot
2d8c1fe79b
mas: add 1.2.0 bottle.
2016-04-21 16:40:59 +01:00
Mike McQuaid
6a6a2b1468
mas 1.2.0 (new formula)
...
Closes #493 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-04-21 16:40:59 +01:00
BrewTestBot
0a64c82a96
liblzf: add 3.6 bottle.
2016-04-21 17:37:09 +02:00
John Colvin
37371300ff
liblzf 3.6 (new formula)
...
Closes #490 .
Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-04-21 17:37:07 +02:00
Andy Li
dc6f08e36f
neko: fix HEAD.
...
* Fixed neko head.
* neko: put the head dependencies in "head do"
2016-04-21 16:19:33 +01:00
BrewTestBot
ad136cc3fa
jfrog-cli-go: update 1.1.0 bottle.
2016-04-21 16:16:51 +01:00
Eyal Ben Moshe
e1b01346b8
jfrog-cli-go 1.1.0
...
Closes #505 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-04-21 16:16:45 +01:00
BrewTestBot
9c867d598e
go: update 1.6.2 bottle.
2016-04-21 15:48:49 +01:00
Anatolii Didukh
6f3513e69b
go 1.6.2
...
Closes #508 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-04-21 15:48:47 +01:00
Mike McQuaid
3ba85cfdd9
webdis: style cleanup.
2016-04-21 15:47:22 +01:00
BrewTestBot
37e4327f8c
webdis: add 0.1.2 bottle.
2016-04-21 15:46:12 +01:00
Arseniy Ivanov
0df39eaf83
webdis 0.1.2 (new formula)
...
Closes #464 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-04-21 15:46:10 +01:00
Iain D Broadfoot
32a27a5676
fontconfig: warn that fc-cache will take a while.
...
Closes #506 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-04-21 15:45:22 +01:00
Xu Cheng
cc8d4fe45d
Merge pull request #499 from xu-cheng/openssl
...
openssl: run make test on all arches
2016-04-21 21:49:08 +08:00
BrewTestBot
f9b7627f7c
ghc: update 7.10.3b bottle.
2016-04-21 05:11:27 -07:00
ilovezfs
d07ba59014
ghc: avoid build segfault with Xcode 7.3's nm
...
As of Xcode 7.3 and the corresponding CLT, the old `nm` is renamed
`nm-classic` and `nm` is now a symlink to `llvm-nm`. The new `nm` causes
the GHC build to segfault, but if the build is redirected to invoke
`nm-classic` instead, the segfault does not occur.
Upstream GHC is aware of the issue, but expects Apple and LLVM to fix it
by restoring POSIX compliance, which apparently was accidently broken:
https://ghc.haskell.org/trac/ghc/ticket/11744
https://ghc.haskell.org/trac/ghc/ticket/11823
https://mail.haskell.org/pipermail/ghc-devs/2016-April/011862.html
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/nm.html
TL;DR: nm -P's output changed from hexadecimal to decimal formatting.
Closes #449 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-04-21 05:11:24 -07:00
BrewTestBot
d626839285
agda: update 2.5.1 bottle.
2016-04-21 10:21:43 +01:00
Miëtek Bak
366b932690
agda 2.5.1
...
* Updates Agda to 2.5.1 and the Agda standard library to 0.12.
* Removes temporary maintenance patches.
* Renames the "without-malonzo" option to "without-ghc", following
upstream change:
https://github.com/agda/agda/issues/1859
* Removes functionality relating to the removed FFI package:
86b4fe4bee
* Updates caveats for clarification following recent changes:
https://github.com/agda/agda/blob/master/CHANGELOG#L52-121
* Updates and improves tests to test one feature at a time.
Closes #440 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-04-21 10:21:43 +01:00
BrewTestBot
d49ba8ee67
git-standup: add 1.0.1 bottle.
2016-04-21 10:21:43 +01:00
Nicolas Lœuillet
377688d6c6
git-standup 1.0.1
...
Closes #500 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-04-21 10:21:40 +01:00
BrewTestBot
e120d362d0
sourcekitten: update 0.12.1 bottle.
2016-04-21 09:30:15 +01:00
JP Simard
e011e39315
sourcekitten 0.12.1
...
Closes #487 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-04-21 09:30:12 +01:00
BrewTestBot
0c0f8e10e2
aws-sdk-cpp: add 0.10.6 bottle.
2016-04-21 09:30:12 +01:00
Zachary Wasserman
eabdddf7e1
aws-sdk-cpp 0.10.6 (new formula)
...
Closes #109 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-04-21 09:30:11 +01:00
Viktor Szakats
e424f80c51
scour: use secure homepage
2016-04-21 09:14:53 +01:00
BrewTestBot
ed890fc46b
coq: update 8.5pl1 bottle.
2016-04-21 05:20:10 +02:00
Luke Nelson
019d8048e9
coq 8.5pl1
...
Closes #448 .
Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-04-21 05:20:07 +02:00
Andrew Janke
64d463fbe9
PR template: do install before audit
...
This new order matches the order in the test-bot process, and allows
audit to catch issues with file installation locations, which require
the formula to be installed.
Closes #476 .
Signed-off-by: Andrew Janke <andrew@apjanke.net>
2016-04-20 22:43:26 -04:00
BrewTestBot
a25f788524
qscintilla2: update 2.9.2 bottle.
2016-04-21 03:47:00 +02:00
BrewTestBot
24be18400b
codequery: update 0.16.0_1 bottle.
2016-04-21 03:47:00 +02:00
Martin Afanasjew
ecc5312510
codequery: revision for qscintilla2
...
Closes #497 .
Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-04-21 03:46:57 +02:00
Martin Afanasjew
003a57ecbf
codequery: fix test
2016-04-21 03:46:57 +02:00
Martin Afanasjew
70b7831f14
qscintilla2 2.9.2
2016-04-21 03:46:57 +02:00
BrewTestBot
3a3b567814
suricata: update 2.0.8 bottle.
...
Closes #482 .
Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-04-21 03:14:42 +02:00
BrewTestBot
43c3fb745b
pgrouting: update 2.2.1 bottle.
2016-04-21 02:56:07 +02:00
Lifepillar
521bf169a3
pgrouting 2.2.1
...
Closes #495 .
Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-04-21 02:56:04 +02:00