Commit graph

25245 commits

Author SHA1 Message Date
asaph
0a54c5775d groovy --devel 2.3.0-beta-2
Closes Homebrew/homebrew#28457.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-16 18:57:48 -07:00
psoaresgit
cd521a39af vert.x 2.1RC3
Closes Homebrew/homebrew#28460.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-16 18:57:47 -07:00
daniels220
e7b7ac6bef html-xml-utils 6.7
Closes Homebrew/homebrew#28459.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-16 18:57:47 -07:00
David Ma
836dc2d51f jetty 9.1.4
Closes Homebrew/homebrew#28447.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-16 13:23:40 -05:00
Jack Nagel
4725a9baea doxymacs: style nit 2014-04-16 13:22:02 -05:00
Ivan Andrus
0195095275 doxymacs: add HEAD
Closes Homebrew/homebrew#28437.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-16 13:21:34 -05:00
Dennis Martinez
541ed3a640 elasticsearch 1.1.1
Closes Homebrew/homebrew#28453.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-16 13:20:07 -05:00
kjedamzik
b8e0c7639a datomic 0.9.4718
datomic: 0.9.4718

Closes Homebrew/homebrew#28440.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-16 07:25:25 -07:00
BrewTestBot
bb91a21c4e qt5: update 5.2.1 bottle.
Closes Homebrew/homebrew#28247.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-04-16 09:36:23 +01:00
Nikolaus Demmel
4651a7e875 qt5: Remove the saved superenv pkg-config setup.
- Qt saves the pkg-config setup from compile time (PKG_CONFIG_LIBDIR). Remove
   this after in `install`. This way pkg-config called from with qmake will be
   controlled by the user's setup.
 - Adresses second half of https://github.com/Homebrew/homebrew/issues/27184
2014-04-16 09:36:23 +01:00
BrewTestBot
78d99121b7 postgresql: update 9.3.4 bottle. 2014-04-15 21:02:37 -05:00
Jack Nagel
65a11a0692 postgresql: use Homebrew's openssl 2014-04-15 21:02:18 -05:00
BrewTestBot
ad0cd46bbc influxdb: update 0.5.7 bottle. 2014-04-15 18:54:38 -07:00
Todd Persen
288b897d8b influxdb 0.5.7 2014-04-15 18:54:38 -07:00
Charlie Sharpsteen
606fd32fb8 augeas 1.2.0
Closes Homebrew/homebrew#28412.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-15 18:51:02 -07:00
asaph
fcea7e46ec tomcat-native 1.1.30
Closes Homebrew/homebrew#28428.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-15 18:50:42 -07:00
Adam Vandenberg
0873591658 aldo: fix use of iterator 2014-04-15 18:49:34 -07:00
Ricardo Franco
3e808a2437 scala 2.11.0-RC4 devel
Closes Homebrew/homebrew#28429.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-15 18:47:12 -07:00
BrewTestBot
97c10398f5 graphviz: update 2.38.0 bottle. 2014-04-15 20:40:00 -05:00
Jack Nagel
77dadb44f5 graphviz 2.38.0 2014-04-15 19:37:18 -05:00
Jack Nagel
276238427b glib-networking 2.40.1 2014-04-15 19:34:37 -05:00
Matthew L Daniel
3fb15cb5d9 reposurgeon 3.9
More details: http://freecode.com/projects/reposurgeon/releases/362962

Closes Homebrew/homebrew#28427.

Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-04-15 14:15:08 -05:00
Deniz Türkoglu
f87440bde8 quassel 0.10.0
This release brings a new protocol with compression and snore
notification backend. For a full changelog see;

https://github.com/quassel/quassel/blob/0.10/ChangeLog

Closes Homebrew/homebrew#28426.

Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-04-15 14:12:14 -05:00
Brett Koonce
617d4ca9ff wdiff 1.2.2
Closes Homebrew/homebrew#28425.
2014-04-15 14:11:23 -05:00
Brett Koonce
4e2a3d8095 recutils 1.7 2014-04-15 14:11:22 -05:00
Brett Koonce
2e67e0e77a lightning 2.0.4 2014-04-15 14:11:22 -05:00
Brett Koonce
d3598bced4 help2man 1.45.1 2014-04-15 14:11:22 -05:00
BrewTestBot
1b7a1b0979 gawk: update 4.1.1 bottle.
Closes Homebrew/homebrew#28424.
2014-04-15 14:11:05 -05:00
Brett Koonce
a9369823fa gawk 4.1.1 2014-04-15 14:11:04 -05:00
Jack Nagel
b1a4482326 python: write distutils.cfg atomically 2014-04-15 12:19:32 -05:00
Jack Nagel
8b28c67c4a Fix e97bbeb9a76578c46fa190884c1601b2713cddb0 for source installs 2014-04-15 12:09:16 -05:00
Jack Nagel
f8d7a6fa79 python: fix site-packages symlink
If the target exists and is a symlink to a directory, FileUtils.ln_sf
will follow the link and create the new symlink inside the target.

This results in a broken symlink like:
  /usr/local/lib/python2.7/site-packages/site-packages -> ../../../../../../../../../lib/python2.7/site-packages

Fix this by unlinking the target first.
2014-04-15 12:04:39 -05:00
Adam Vandenberg
b7dfef9033 libopkele: add option for building docs
Closes Homebrew/homebrew#24790.
2014-04-15 07:33:07 -07:00
Jack Nagel
ff133e4681 mit-scheme: non-optional X11 dep
Enabling this until someone can figure out how to disable X, if that's
even possible.

Fixes Homebrew/homebrew#28224.
Fixes Homebrew/homebrew#28411.
2014-04-15 09:28:32 -05:00
Adam Vandenberg
caa3b61b9b notmuch: require Homebrew emacs if emacs is requested
Closes Homebrew/homebrew#24802.
2014-04-15 07:25:51 -07:00
Andrew Caudwell
1592cc3293 logstalgia 1.0.5
Closes Homebrew/homebrew#28194.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-15 07:08:04 -07:00
Peter Neubauer
14a00f2f77 neo4j 2.0.2
Upgrade to Neo4j 2.0.2

Closes Homebrew/homebrew#28416.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-04-15 13:24:47 +01:00
BrewTestBot
286e95d8d7 varnish: add 4.0.0 bottle.
Closes Homebrew/homebrew#28410.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-04-15 09:03:08 +01:00
Matt Robenolt
4994ac7ea4 Varnish 4.0.0 2014-04-15 09:03:08 +01:00
BrewTestBot
1991efeed4 xctool: add 0.1.15 bottle. 2014-04-15 08:30:23 +01:00
BrewTestBot
bec57ba759 x3270: add 3.3.14ga9 bottle.
Closes Homebrew/homebrew#28413.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-04-15 08:18:01 +01:00
Josa Gesell
e871840193 x3270 3.3.14ga9 2014-04-15 08:18:01 +01:00
BrewTestBot
4251e337aa zookeeper: add 3.4.6 bottle.
Closes Homebrew/homebrew#28401.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-04-15 08:12:49 +01:00
Sveinn Fannar Kristjansson
368cd4bb09 zookeeper: add launchd plist 2014-04-15 08:12:38 +01:00
Adam Vandenberg
f20916802d ganglia: use diff not patch 2014-04-14 20:37:58 -07:00
James Clarke
86b95cdc67 spring-loaded 1.1.5
Closes Homebrew/homebrew#27565.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-14 20:37:58 -07:00
Sebastian Staudt
59e63f8450 gource 0.41
Closes Homebrew/homebrew#28397.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-04-14 20:15:18 -07:00
Jack Nagel
bbca374640 gnutls links directly to gmp, so we should list it 2014-04-14 22:11:02 -05:00
Sam Kuehn
034a77018b freetds: add option enable-odbc-wide
Closes Homebrew/homebrew#26470.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-14 20:07:03 -07:00
Adam Vandenberg
96f5cb202b ganglia: remove unused ENV var 2014-04-14 20:04:58 -07:00
Carl X. Su
0cec297cf8 ganglia: update patch
Fixes Homebrew/homebrew#28183.
Closes Homebrew/homebrew#28184.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-14 20:04:26 -07:00
Simon Green
1e5bcd48d1 libnfc: expanded serial port support and auto detection
Required for certain UART adapters, especially those based on PL2303 which are very common.

Closes Homebrew/homebrew#28375.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-14 19:54:11 -07:00
Adam Vandenberg
6910f8635f Revert "redact augeas"
This reverts commit 826f794b69d6fa748c85e385954cbc866e2d6e9c.
2014-04-14 19:48:23 -07:00
BrewTestBot
e35ea606aa git: update 1.9.2 bottle. 2014-04-14 21:44:18 -05:00
asaph
afc2c93a61 git 1.9.2
Closes Homebrew/homebrew#28302.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-14 21:44:18 -05:00
Fernando Tarlá Cardoso Lemos
50f7285d67 mess: drop the x11 requirement
It was only being used to get the OpenGL headers. Solved by using
the OpenGL framework.

Closes Homebrew/homebrew#28352.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-14 19:42:32 -07:00
Christian Legnitto
67f62c5798 xctool 0.1.15
Closes Homebrew/homebrew#28331.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-14 19:40:37 -07:00
Matthew Waymost
1c771ce9de sbt 0.13.2
Closes Homebrew/homebrew#28404.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-14 21:17:13 -05:00
Jack Nagel
40d46f736e neon: drop outdated keg-only message 2014-04-14 19:09:56 -05:00
BrewTestBot
029272f4c5 gnutls: update 3.2.13 bottle. 2014-04-14 19:04:59 -05:00
Jack Nagel
b3809e2562 gnutls 3.2.13 2014-04-14 18:56:58 -05:00
Jack Nagel
f626b0bebe glib-networking: use CA file installed by gnutls/openssl
Goodbye curl-ca-bundle.
2014-04-14 18:52:37 -05:00
Jack Nagel
f1fd804490 Stop bottling glib-networking (for now)
This package installs files into the top-level gio modules directory,
thus the bottle only installs a bunch of locale files.
2014-04-14 18:51:17 -05:00
Jack Nagel
808bbdab1b gnutls: share CA file generated by openssl's post-install 2014-04-14 18:44:57 -05:00
Jack Nagel
680b0d1752 gnutls: set sysconfdir 2014-04-14 18:33:16 -05:00
Jack Nagel
92f1537b3a msmtp: always use Homebrew openssl 2014-04-14 18:24:35 -05:00
Jack Nagel
273afd1ef4 Passing default options never hurt anyone 2014-04-14 18:24:33 -05:00
asaph
f19c6d3eb0 jenkins 1.559
Closes Homebrew/homebrew#28394.

Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-04-14 16:44:09 -05:00
Brett Koonce
8d3097e663 newlisp 10.6.0
Closes Homebrew/homebrew#28400.
2014-04-14 16:43:04 -05:00
Misty De Meo
52089d5994 mpd: specify libc++ for clang
Closes Homebrew/homebrew#28399.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-04-14 13:47:00 -07:00
BrewTestBot
ddcb8e9e01 gtk+3: update 3.12.1 bottle. 2014-04-14 11:18:28 -05:00
Jack Nagel
5a8b450c18 gtk+3 3.12.1 2014-04-14 11:18:05 -05:00
BrewTestBot
d15721cd40 glibmm: update 2.40.0 bottle. 2014-04-14 11:17:02 -05:00
Jack Nagel
9e051ad32c glibmm 2.40.0 2014-04-14 11:16:51 -05:00
Sean O'Neil
c2e2ba219f Duo Unix 1.9.8
Closes Homebrew/homebrew#28390.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-14 10:15:36 -05:00
BrewTestBot
9d726b1588 pazpar2: update 1.6.40 bottle. 2014-04-14 10:14:42 -05:00
Sven-S. Porst
55507df5e4 pazpar2 1.6.40
Closes Homebrew/homebrew#28388.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-14 10:14:42 -05:00
BrewTestBot
ea47e18914 yaz: update 5.0.23 bottle. 2014-04-14 10:14:39 -05:00
Sven-S. Porst
194bedfa3a yaz 5.0.23
Closes Homebrew/homebrew#28387.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-14 10:14:38 -05:00
Sven-S. Porst
89691472e9 metaproxy 1.4.8
Closes Homebrew/homebrew#28386.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-14 10:12:40 -05:00
Jack Nagel
96e5b59870 gtkmm3 3.12.0 2014-04-14 09:55:46 -05:00
Jack Nagel
adc2e73723 gtksourceview3 3.12.0 2014-04-14 09:54:58 -05:00
Mike Naberezny
ee8b62cae0 wdiff: add test
Closes Homebrew/homebrew#28382.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-04-13 17:53:44 -07:00
Luke Marsden
9a8855fc68 vte: enable Python bindings
Closes Homebrew/homebrew#23917.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-13 16:13:53 -07:00
Brett Koonce
85d79cf058 gnu-apl 1.3
Closes Homebrew/homebrew#27976.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-13 16:09:56 -07:00
Tim Heckman
1b565ff3cb fwknop 2.6.1
Closes Homebrew/homebrew#28365.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-13 16:08:50 -07:00
BrewTestBot
0d3e52d107 haxe: update 3.1.3 bottle.
Closes Homebrew/homebrew#28380.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-13 15:28:34 -07:00
Andy Li
36e45320fe haxe 3.1.3 2014-04-13 15:28:34 -07:00
Jack Nagel
d986118369 docbook-xsl: move xmlcatalog update to post-install
Fixes Homebrew/homebrew#27320.
2014-04-13 17:27:20 -05:00
Mike Naberezny
1ed9b216b7 rzip: add test
Closes Homebrew/homebrew#28377.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-13 15:26:57 -07:00
Mike Naberezny
f2994fba53 align: add test
Closes Homebrew/homebrew#28378.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-13 15:26:47 -07:00
Adam Vandenberg
15a504e7db opam: building with aspcud requires C++11 support
Closes Homebrew/homebrew#26414
2014-04-13 15:20:35 -07:00
Jack Nagel
2f6267635e ruby: add patch for readline 6.3 2014-04-13 16:42:45 -05:00
BrewTestBot
761976cfcd yajl: update 2.0.4 bottle. 2014-04-13 16:05:55 -05:00
BrewTestBot
b370249ad3 gnutls: update 3.2.12.1 bottle. 2014-04-13 16:05:49 -05:00
BrewTestBot
277b07b7f7 giflib: update 4.1.6 bottle. 2014-04-13 15:58:45 -05:00
BrewTestBot
eacf20363b nettle: update 2.7.1 bottle. 2014-04-13 15:57:59 -05:00
Jack Nagel
b9dae75f39 bash 4.3.11 2014-04-13 15:07:46 -05:00
BrewTestBot
8bffeb611f readline: update 6.3.3 bottle. 2014-04-13 15:07:46 -05:00
Jack Nagel
3add6fe10a readline 6.3.3 2014-04-13 15:07:46 -05:00
Misty De Meo
d8412c8461 coremod 4.2.7 2014-04-13 12:20:45 -07:00
Misty De Meo
8067a6b164 libxmp 4.2.7 2014-04-13 12:06:07 -07:00
BrewTestBot
6552d745e8 pcre: update 8.35 bottle. 2014-04-13 12:43:50 -05:00
Jack Nagel
6e7f422a0d pcre 8.35 2014-04-13 12:31:33 -05:00
BrewTestBot
fbf3e129aa tinyscheme: add 1.40 bottle. 2014-04-13 15:29:59 +01:00
BrewTestBot
dfa11183fe gambit-scheme: add 4.7.2 bottle. 2014-04-13 15:29:58 +01:00
BrewTestBot
0364ca130b pass: add 1.5 bottle.
Closes Homebrew/homebrew#28370.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-04-13 13:24:09 +01:00
Alexis Hildebrandt
296ade5b19 pass 1.5 2014-04-13 13:24:09 +01:00
BrewTestBot
cb51980aaa nmap: add 6.45 bottle.
Closes Homebrew/homebrew#28368.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-04-13 12:09:43 +01:00
Joep Loijens
e1992e8b7a nmap 6.45 2014-04-13 12:09:43 +01:00
BrewTestBot
577e07a9a5 sdl2: update 2.0.3 bottle.
Closes Homebrew/homebrew#28369.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-04-13 12:09:33 +01:00
Jakub Stasiak
c0d76a802a SDL2 2.0.3 2014-04-13 12:09:33 +01:00
Mike Naberezny
538c949109 bulk_extractor: add test
Closes Homebrew/homebrew#28362.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-12 21:30:59 -07:00
Adam Vandenberg
48647b72cd szl: 10.9 fixes
Closes Homebrew/homebrew#27280.
2014-04-12 17:48:56 -07:00
Brett Koonce
e42ae06269 gle: tweak cairo dependency
Fixes Homebrew/homebrew#28349.
2014-04-12 17:36:17 -05:00
Mike Naberezny
0f7b79a3a0 lzip: add test
Closes Homebrew/homebrew#28359.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-12 14:41:55 -07:00
Felix Itzenplitz
dadcc50cda nvm 0.4.0
Closes Homebrew/homebrew#28356.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-12 12:30:53 -07:00
Misty De Meo
5354cd8e11 mpd: fix caveat indentation 2014-04-12 10:38:06 -07:00
Misty De Meo
8c56c0f25a mpd: needs :cxx11 2014-04-12 10:37:39 -07:00
Misty De Meo
b66f5ad161 Formula: provide compiler failure collections
`needs` allows formulae to specify dependencies on cross-compiler
dependencies, allowing multiple failures to be specified in a single
statement. For instance, `needs :cxx11` adds seven compiler failures.

Closes Homebrew/homebrew#22912.
2014-04-12 10:36:00 -07:00
Josh Tilles
86ecc65926 ghc: fix running of optional testsuite
`brew install ghc --tests` emits a bunch of warnings and subsequently
fails because staging the "testsuite" resource makes its files
available in a `testsuite` subdirectory—*not* in the current
directory, which is where the formula *expects* them to be.

Closes Homebrew/homebrew#28330.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-12 09:10:55 -07:00
Lukas Stabe
c86d768790 mpd 0.18.9
Closes Homebrew/homebrew#25444.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-12 09:02:48 -07:00
Laurent Cozic
50a0376ac5 rdesktop 1.7.1
Current rdesktop 1.8 does not work properly on OSX, in particular
keyboard and mouse events are not beint sent. See official issue:
http://sourceforge.net/p/rdesktop/bugs/376/

This commit reverts to 1.7.1 and fixes an issue with missing
symbols.

Closes Homebrew/homebrew#28260.
Closes Homebrew/homebrew#27947.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-12 08:55:25 -07:00
Adam Vandenberg
7240a80594 redact augeas
Fixes Homebrew/homebrew#27495.
2014-04-12 08:51:00 -07:00
Adam Vandenberg
f0d6cb4cce opensc: only build man pages when asked
* fix docbook-xsl path

Closes Homebrew/homebrew#28125.
2014-04-12 08:47:39 -07:00
jiefoxi
5e97de00e0 dos2unix: apply upstream language patch
Closes Homebrew/homebrew#28322.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-12 08:22:15 -07:00
BrewTestBot
c1c3db2420 libav: update 10 bottle.
Closes Homebrew/homebrew#28348.

Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-04-12 10:02:18 -05:00
Jaime Marquínez Ferrándiz
649f99512f libav 10
The patch was integrated upstream in https://git.libav.org/?p=libav.git;a=commit;h=0e0cefb22216a4b6684a30a50cb5973400dc59f2
2014-04-12 10:02:18 -05:00
Brett Koonce
c18fa55888 libcaca: --disable-x11 arg
Closes Homebrew/homebrew#28291.
Closes Homebrew/homebrew#28300.
2014-04-12 10:00:35 -05:00
Pedro Silva
09bb982427 dict 1.9.15: additional install targets
Given that the default configuration (in the formula itself) prioritizes
localhost when looking for dicd servers, not installing sbin/dictd is
unexpected and confusing.

Closes Homebrew/homebrew#28347.

Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-04-12 09:11:58 -05:00
BrewTestBot
8af45bc82e ffmpeg: update 2.2.1 bottle.
Closes Homebrew/homebrew#28336.

Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-04-12 09:08:34 -05:00
rafaeldx7
f072c9150f ffmpeg: 2.2.1 2014-04-12 09:08:34 -05:00
Mike Naberezny
885e582971 yara: add test
Closes Homebrew/homebrew#28340.

Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-04-12 09:06:52 -05:00
mbcoguno
0673a4e921 ume & mess 0.153
* Restore optimization level in clang.

Closes Homebrew/homebrew#28329.

Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-04-12 09:01:36 -05:00
Chris Kau
7728ab496f lynis 1.5.0
Closes Homebrew/homebrew#28341.

Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-04-12 08:59:55 -05:00
BrewTestBot
eba4ff41a5 juju: update 1.18.1 bottle.
Closes Homebrew/homebrew#28342.

Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-04-12 08:59:17 -05:00
Curtis Hovey
58eaa1c1ee juju 1.18.1 2014-04-12 08:59:14 -05:00
BrewTestBot
c71ecdc3f8 cabal-install: update 1.18.0.3 bottle.
Closes Homebrew/homebrew#28344.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-04-12 10:33:56 +01:00
Jakub Stasiak
d40d3cb8d4 cabal-install 1.18.0.3 2014-04-12 10:33:56 +01:00
Steven Peters
a649d9b4ec Use .diff instead of .patch for github commit sourced patches
This modifies multiple formulae in a single commit, replacing
the patch suffix with diff per Homebrew/homebrew#28315. I used the following
command:
~~~
sed -i -e 's@patch"$@diff"@' `grep -rlI 'commit.*patch"$' .`
~~~
The patch shasums are then computed using:
~~~
brew fetch --build-from-source `git st | sed -e 's@^ M@@'`
~~~
and manually updated.

Fixes Homebrew/homebrew#28315.
Fixes Homebrew/homebrew#28335.
Closes Homebrew/homebrew#28339.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-11 20:53:22 -05:00
Jack Nagel
67305126fa gforth: libtool is a runtime dep 2014-04-11 12:37:05 -05:00
Adam Vandenberg
0ee0635012 clens: use diff 2014-04-11 07:49:49 -07:00
Reinaldo Junior
3cd9cdee1c sysdig 0.1.73 (new formula)
Closes Homebrew/homebrew#28164.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-11 07:46:17 -07:00
Adam Vandenberg
3bef6b207f freerdp: fix patches
Closes Homebrew/homebrew#28323.
Fixes Homebrew/homebrew#28256.
2014-04-11 07:41:09 -07:00
Tobias Muellerleile
dbfb169003 sshguard: fix caveats (pf rule blocking all inbound ssh traffic)
Closes Homebrew/homebrew#28327.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-11 07:37:34 -07:00
Adam Vandenberg
c76274244a phantomjs: use diff instead of patch 2014-04-11 07:36:22 -07:00
Adam Vandenberg
5105de13e9 libdvdcss: remove unused configure switch 2014-04-11 07:20:10 -07:00
BrewTestBot
4421aa6c75 cloudfoundry-cli: add 6.1.0 bottle.
Closes Homebrew/homebrew#28319.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-04-11 10:03:55 +01:00
Ben Hale
5450771d0d cloudfoundry-cli 6.1.0
This change updates the formula to install cloudfoundry-cli v6.1.0. It
also updates the formula to handle the new Version and BuiltOnDate
constants.
2014-04-11 10:03:50 +01:00
BrewTestBot
5207280cdd midnight-commander: add 4.8.12 bottle.
Closes Homebrew/homebrew#28317.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-04-11 09:34:34 +01:00