Commit graph

15565 commits

Author SHA1 Message Date
Krzysztof Urbaniak
1d2fe5d443 uwsgi 1.4.8
Closes Homebrew/homebrew#18193.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-02 22:48:26 -06:00
Jack Nagel
904dae3fd8 Normalize magic encoding comments 2013-03-02 17:43:58 -06:00
Jack Nagel
3456e3fd70 gpgme 1.4.0 2013-03-02 17:21:38 -06:00
Charlie Sharpsteen
62a5c486eb r: Add option for tests
`make check` accidentally got left in on the last upgrade. Adds a few minutes
to the build time, but useful enough to be left in as an option.
2013-03-02 14:28:55 -08:00
Charlie Sharpsteen
dad62e8839 r: Add checksum
Fix maintainer brainfart.

Fixes Homebrew/homebrew#18191.
2013-03-02 14:05:38 -08:00
David Holm
59c51d99d4 wine: Update devel 1.5.25
Removes the warning about compiling wine with Clang when installing the devel
version since most of the serious bugs seems to have been resolved as of 1.5.20.
Tested it against a set of binaries which would not run with older versions
built with Clang and they ran with 1.5.25.

Closes Homebrew/homebrew#18184.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2013-03-02 13:24:45 -08:00
Charlie Sharpsteen
cb0def06d8 r: Update to 2.15.3
Remove patch required for Objective-C++ support on Mountain Lion as this has
been fixed upstream.

Fixes Homebrew/homebrew#18190.
2013-03-02 12:47:41 -08:00
Mike McQuaid
71cfd6be1a qt: fix superenv and other cleanup. 2013-03-02 11:39:22 +00:00
Mike McQuaid
7984db7558 Use https for GitHub URLs. 2013-03-02 09:18:43 +00:00
Mislav Marohnić
c19195e2c3 upgrade hub to v1.10.5
Closes Homebrew/homebrew#18181.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-03-02 08:53:11 +00:00
Mike McQuaid
054d92430d git: use build.with?. 2013-03-02 08:53:11 +00:00
Dave Goodell
9df1d8b72b git: add --without-completions option
Some users prefer the `_git` script included with the zsh distribution
instead of the one based on the bash completion script.

References Homebrew/homebrew#16992.

Closes Homebrew/homebrew#18180.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-03-02 08:53:11 +00:00
noe111
3dd09e69ff aria2: add recommended dep on curl-ca-bundle
Closes Homebrew/homebrew#17985.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-01 18:14:57 -06:00
Xiyue Deng
b25cafbf35 Open-mpi devel 1.7rc8
Closes Homebrew/homebrew#18131.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-01 17:52:33 -06:00
Jack Nagel
e3220f0daa adobe-air-sdk 3.6
Closes Homebrew/homebrew#18145.
Closes Homebrew/homebrew#18156.
2013-03-01 17:45:40 -06:00
Rommel G Custodio
f6fa95f976 mupdf 1.2
Signed-off-by: Rommel G Custodio <sessyargc.jp@gmail.com>

Closes Homebrew/homebrew#18160.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-01 17:42:32 -06:00
Doğan Çeçen
5195f31d25 cassandra 1.2.2
Closes Homebrew/homebrew#18159.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-01 17:41:28 -06:00
Ryan Wang
95a5ec40a8 git-tf 2.0.2.20130214
Closes Homebrew/homebrew#18157.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-01 17:40:12 -06:00
Tinu Cleatus
0b975a6458 lockrun 20120905
Closes Homebrew/homebrew#18155.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-01 17:38:51 -06:00
Arne Jørgensen
8c261915f4 global 6.2.8
Closes Homebrew/homebrew#18153.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-01 17:37:36 -06:00
Jacob
aa28e1a373 opencv 2.4.4
Closes Homebrew/homebrew#18171.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-01 17:35:14 -06:00
Mike Goodspeed
19f82f8111 apgdiff: use new url
Closes Homebrew/homebrew#18172.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-01 17:33:57 -06:00
Jack Nagel
aadf38da46 git 1.8.1.5 2013-03-01 17:33:18 -06:00
Mike McQuaid
8317e10e3d icu4c: use new bottle revision syntax. 2013-03-01 18:06:50 +00:00
Mike McQuaid
11420ce93b fuse4x-kext: use new bottle revision syntax. 2013-03-01 18:06:41 +00:00
Adam Vandenberg
50995e766f john compiles with llvm 2336
Closes Homebrew/homebrew#18158.
2013-03-01 09:10:12 -08:00
Mike McQuaid
7e9bce851b git-encrypt: use https for HEAD.
Closes Homebrew/homebrew#18151.
2013-03-01 11:21:52 +00:00
Shannon Skipper
644a018cd2 chruby 0.3.4
Closes Homebrew/homebrew#18147.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-28 18:45:33 -06:00
Jack Nagel
10dae6ae28 imagemagick: remove X11.installed? conditionals
Unfortunately this won't work as was probably intended; in order for X11
paths to be injected into the build, an X11 dependency has to be active.
It's not enough for it to simply be installed.

It's possible for things to accidentally find X11 under stdenv, but
superenv actually removes X11 paths unless they are explicitly
requested.
2013-02-28 18:43:13 -06:00
Jack Nagel
b1de14f2d8 imagemagick: fix option name 2013-02-28 18:40:21 -06:00
Elad Gariany
13c025acc1 libgee: depends on pkg-config
Closes Homebrew/homebrew#18128.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-28 14:27:13 -06:00
Anil Madhavapeddy
bb90b6f429 opam 0.9.4
Closes Homebrew/homebrew#18138.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-28 14:20:53 -06:00
Michael Hanson
01099683ca Grails 2.2.1
Closes Homebrew/homebrew#18144.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-28 14:18:36 -06:00
Yoji SHIDARA
f9d8f51044 MeCab 0.996
Closes Homebrew/homebrew#18130.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-28 14:16:51 -06:00
Lin Jen-Shin
90c58a9aee bsdconv 9.1
Closes Homebrew/homebrew#18129.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-28 14:16:24 -06:00
Jérémy Romey
8b0b7db16d mysql: update homepage
Closes Homebrew/homebrew#18134.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-28 08:02:11 -08:00
Alexander Bohn / FI$H2k
0b1e8a01bc pixie: add required X11 dependency.
see https://gist.github.com/fish2000/5042119

Closes Homebrew/homebrew#18103.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-02-28 10:35:25 +00:00
Elad Gariany
329f92ee5c libsoup: add depends_on pkg-config
also disable TLS check, since we provide gnutls

Fixes Homebrew/homebrew#18124.
Closes Homebrew/homebrew#18127.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-27 18:47:36 -08:00
Stefan
ba1c19395b gnutls 3.1.9
Closes Homebrew/homebrew#18126.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-27 18:33:07 -08:00
Yoji SHIDARA
c4f2115039 groonga 3.0.1
Closes Homebrew/homebrew#18125.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-27 18:11:14 -08:00
Jack Nagel
2791ad5179 ruby: use superenv
env :std was added to this formula without a comment as to why it is
needed, and there appears to be nothing on the issue tracker. Having
used a superenv-built ruby without issue for a few days I am assuming it
was a mistake.

If it causes problems we can either fix them or re-add env :std with
appropriate documentation.
2013-02-27 18:42:26 -06:00
Erik Michaels-Ober
cf7c81afa0 ruby-build 20130227
Closes Homebrew/homebrew#18122.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-27 18:41:23 -06:00
Jack Nagel
e8b0c6a176 libgpg-error 1.11 2013-02-27 14:29:36 -06:00
Charles Brossollet
e7aa4ac788 lftp 4.4.4
Closes Homebrew/homebrew#18117.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-27 14:25:17 -06:00
Erik Michaels-Ober
2a48039815 ruby 2.0.0-p0
Closes Homebrew/homebrew#18054.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-27 14:22:50 -06:00
Sebastian Staudt
b3b766bdfc highlight 3.12
Closes Homebrew/homebrew#18106.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-27 07:13:54 -08:00
Chongyu Zhu
1dd8ba28ee vim 7.3.843
Closes Homebrew/homebrew#18109.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-27 07:10:35 -08:00
Chongyu Zhu
10a99efeb1 cpanminus 1.6001
Closes Homebrew/homebrew#18110.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-27 07:10:27 -08:00
Jacob Howard
17020e4802 ROOT 5.34.05
This commit updates the formula to install the ROOT data analysis
framework developed by CERN.  ROOT is widely used in the particle
physics community, both inside and outside of CERN.

Closes Homebrew/homebrew#17988.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-27 07:09:15 -08:00
Xiyue Deng
499f53ff02 Open-mpi: 1.6.4 and devel 1.7rc7
* Stable update to 1.6.4
* Add devel version 1.7rc7, which passes tests when built by Clang. So
  only fail with clang when building stable versions.

Closes Homebrew/homebrew#18112.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-27 07:08:51 -08:00