Commit graph

48397 commits

Author SHA1 Message Date
Olivier Halligon
73203bc0f0 swiftgen 0.7.1
Closes Homebrew/homebrew#45829.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-11-09 14:01:40 +01:00
BrewTestBot
6f26379f58 iat: add 0.1.7 bottle. 2015-11-08 15:53:28 -08:00
Viktor Szakats
29fcfdcfd8 iat: use secure homepage
(it will be redirected to insecure if not logged-in)

Closes Homebrew/homebrew#45821.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-11-08 15:53:25 -08:00
Viktor Szakats
01e0f431f0 most: use http url (was ftp)
Closes Homebrew/homebrew#45819.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-11-08 15:53:16 -08:00
BrewTestBot
b232429e04 idris: update 0.9.20 bottle. 2015-11-08 15:13:22 -08:00
Markus Klink
4560157810 idris 0.9.20
Closes Homebrew/homebrew#45803.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-11-08 15:13:19 -08:00
Viktor Szakats
79343395a4 dirmngr: use secure urls
Closes Homebrew/homebrew#45817.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-11-08 14:33:29 -08:00
BrewTestBot
8aa6aff875 primesieve: update 5.5.0 bottle. 2015-11-08 13:53:57 -08:00
Kim Walisch
b6e0e6e284 primesieve 5.5.0
Closes Homebrew/homebrew#45813.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-11-08 13:53:51 -08:00
Thierry Moisan
2761a5152d libwbxml: update homepage 2015-11-08 13:52:46 -08:00
Thierry Moisan
537aea3198 iat: update homepage 2015-11-08 13:52:46 -08:00
Thierry Moisan
ad0651ea3c tcptrack: update homepage 2015-11-08 13:52:46 -08:00
Thierry Moisan
39fa4959d9 recode: update homepage 2015-11-08 13:52:46 -08:00
Thierry Moisan
f77173f5ae pax-construct: update homepage 2015-11-08 13:52:46 -08:00
Thierry Moisan
57fa707067 mksh: update homepage 2015-11-08 13:52:46 -08:00
Thierry Moisan
d3e29c6412 man2html: update homepage 2015-11-08 13:52:45 -08:00
Thierry Moisan
9cc3c234b7 luciddb: update homepage 2015-11-08 13:52:45 -08:00
Thierry Moisan
756f573892 libmowgli: update homepage 2015-11-08 13:52:45 -08:00
Thierry Moisan
7da3c52ca0 konoha: update homepage 2015-11-08 13:52:45 -08:00
Thierry Moisan
44df7eee72 gd: update homepage 2015-11-08 13:52:45 -08:00
Thierry Moisan
eb5bedeb16 freealut: update homepage 2015-11-08 13:52:45 -08:00
Sleekbot
5f02836634 tailor 0.2.2
Closes Homebrew/homebrew#45810.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-11-08 13:52:25 -08:00
Martin Afanasjew
88eb9d3610 lua: use formula prefix instead of Homebrew prefix
Honor the formula prefix in the install name of `liblua.*.dylib`. Doing
this upfront fixes the library references in `bin/lua` and `bin/luac`
that won't be fixed by the post-install logic in `keg_relocate.rb`.

Also changes the prefix in the `.pc` file for consistency.

Closes Homebrew/homebrew#45808.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-11-08 13:51:40 -08:00
Martin Afanasjew
bd29c75599 lua: avoid creating a recursive directory loop
The previous approach created `include/lua5.2/lua5.2/...` to infinity.
2015-11-08 13:51:40 -08:00
BrewTestBot
83937b1d90 putty: update 0.66 bottle. 2015-11-08 20:11:22 +00:00
Dominyk Tiller
e4ddd20a76 putty 0.66
Closes Homebrew/homebrew#44622.

Closes Homebrew/homebrew#45809.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-11-08 20:11:19 +00:00
BrewTestBot
0d73a1b8ea at-spi2-core: update 2.18.2 bottle. 2015-11-08 19:56:54 +00:00
Tom Schoonjans
1948d9c7ae at-spi2-core 2.18.2
Closes Homebrew/homebrew#45807.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-11-08 19:56:51 +00:00
BrewTestBot
105188bdb9 ammonite-repl: add 0.4.8 bottle. 2015-11-08 19:21:48 +00:00
andystanton
04cfc0b424 ammonite-repl 0.4.8 (new formula)
Closes Homebrew/homebrew#45194.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-11-08 19:21:29 +00:00
Dominyk Tiller
b3f1032ab5 luciddb: audit fixes 2015-11-08 18:56:10 +00:00
BrewTestBot
096c8e2b39 qt5: update 5.5.1_1 bottle. 2015-11-08 18:28:14 +00:00
Martin Afanasjew
ac3e487764 qt5: move/rename .app bundles to avoid conflicts
We move the .app bundles to `libexec/` because we don't want them in
`bin/` and because we want to expose them to `brew linkapps`. We also
rename them (inserting a `-qt5` suffix) to avoid a conflict with the
ones provided by the `qt` formula when using `brew linkapps`.

The move/rename results in a minor breakage in Designer/Linguist. Both
use a hard-coded path to `bin/` to invoke Assistant via their Help menu.

Closes Homebrew/homebrew#45793.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-11-08 18:28:11 +00:00
Martin Afanasjew
755a123ac7 qt5: fix install names with '-no-rpath'
Fixes Homebrew/homebrew#42191.
Fixes Homebrew/homebrew#42217.
2015-11-08 18:28:11 +00:00
Martin Afanasjew
b3e72c7f0f qt5: remove misleading '--with-developer' option
The option name seems to suggest that it could be useful for people who
wish to develop with Qt 5. However, it is intended for developers who
work on the framework itself and (among other things) makes warnings
into errors, frequently breaking the build.
2015-11-08 18:28:11 +00:00
Martin Afanasjew
0e77c4fb41 qt5: replace abandoned with merged upstream fix
The merged upstream fix for the QtWebEngine build issue is cleaner and
actually adds support for `.tbd` files (that replace the dylib stubs).
2015-11-08 18:28:11 +00:00
Hiroshi Hatake
8449df4279 groonga: add HEAD support
Closes Homebrew/homebrew#45792.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-11-08 18:24:18 +00:00
Alinoor Rahman
7fa5ebc9cf spring-roo 1.3.2
Closes Homebrew/homebrew#45795.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-11-08 18:22:12 +00:00
Dominyk Tiller
a6715fd1b1 luciddb: bottle unneeded 2015-11-08 18:17:59 +00:00
BrewTestBot
302f7a424f swiftgen: update 0.7.0 bottle. 2015-11-08 18:14:01 +00:00
Olivier Halligon
998e8c3b0b swiftgen 0.7.0
Closes Homebrew/homebrew#45799.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-11-08 18:13:58 +00:00
BrewTestBot
1230a18ffd yubico-piv-tool: update 1.1.0 bottle. 2015-11-08 18:11:34 +00:00
Fredrik Pettai
03679f4b57 yubico-piv-tool 1.1.0
Version 1.1.0 (released 2015-11-06)
* Add support for new YubiKey 4.
* Add ykcs11.

Closes Homebrew/homebrew#45800.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-11-08 18:11:31 +00:00
Dominyk Tiller
b18834e3ef when: prefer berkeley debian mirror 2015-11-08 11:57:12 +00:00
Dominyk Tiller
d03b0c0806 unp: prefer berkeley debian mirror 2015-11-08 11:56:31 +00:00
Dominyk Tiller
973e331da0 openjpeg: prefer berkeley debian mirror 2015-11-08 11:55:16 +00:00
Dominyk Tiller
0cbc734436 mpfr: prefer berkeley debian mirror 2015-11-08 11:54:33 +00:00
Dominyk Tiller
b00917a603 fakeroot: prefer berkeley debian mirror 2015-11-08 11:53:32 +00:00
Alessandro Gatti
bd9cc5eef5 cfr-decompiler 0.108
CFR 0.108

Closes Homebrew/homebrew#45791.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-11-08 11:51:12 +00:00
Dominyk Tiller
0caa3a440c nodebrew: bottle unneeded 2015-11-08 11:50:22 +00:00