Markus Prinz
c88643e9fe
assenger: fix apache config module path caveats.
...
Closes Homebrew/homebrew#22513 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-13 10:15:37 +01:00
Drew Fisher
6799d5f20c
dpkg: use homebrew gtar and OSX md5, shasum
...
- The formula claims to depend on homebrew's gnu-tar package, but then
uses OSX's bundled gnutar, rather than homebrew's gnutar. On older
OSX machines, this breaks, as dpkg 1.17 depends on tar >= 1.23, see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642802
- dpkg-scanpackages fails, since md5sum, sha1sum, and sha256sum don't
exist. So replace the invocations with OSX's md5 and shasum tools.
Signed-Off-By: Drew Fisher <zarvox@zarvox.org>
Closes Homebrew/homebrew#22019 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-12 21:00:37 -07:00
Drew Fisher
0b4296b5aa
gnu-tar: install as gtar, link gnubin/tar -> gtar
...
dpkg needs gnu-tar to install with a well-known name, so we mimic the
setup used by coreutils of always installing with the 'g' prefix, and
offering the clashing executable name in $opt/libexec/gnubin.
Signed-Off-By: Drew Fisher <zarvox@zarvox.org>
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-12 21:00:37 -07:00
rhysd
2e552c3948
macvim: add --with-luajit option
...
This option links luajit instead of lua.
Closes Homebrew/homebrew#22287 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-12 20:27:27 -07:00
Alex Regueiro
18014d038d
leptonica: added conflicts_with for osxutils
...
Closes Homebrew/homebrew#22275 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-12 20:17:19 -07:00
Denis Barushev
f5f17109b0
Dart 27268
...
Closes Homebrew/homebrew#22499 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-12 17:19:16 -05:00
Stephen Celis
ef9880017f
ghi 0.9.0.20130912
...
Closes Homebrew/homebrew#22504 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-12 17:17:11 -05:00
mcornejo
2a6ca5e42e
Play 2.1.4
...
20130911-XmlExternalEntity - XML external entity vulnerability
More info: http://www.playframework.com/security/vulnerability/20130911-XmlExternalEntity
Closes Homebrew/homebrew#22497 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-12 17:16:28 -05:00
cmar
f9691e39a0
vim 7.4.027
...
Closes Homebrew/homebrew#22344 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-12 17:07:55 -05:00
Hongli Lai (Phusion)
c60f4f75a3
passenger 4.0.17
...
Closes Homebrew/homebrew#22428 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-12 20:20:47 +01:00
Mike McQuaid
27038d5e09
ruby: update optional dependencies.
2013-09-12 19:17:45 +01:00
Dean Holdren
442f339a69
moreutils 0.50
...
Closes Homebrew/homebrew#22498 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-12 18:53:19 +01:00
Mike McQuaid
74e6205e27
lighttpd: fix config paths.
2013-09-12 18:05:21 +01:00
Mike McQuaid
a4a18bdfdb
lighttpd: update caveats, document_root.
...
nginx uses var/www so lets use the same.
2013-09-12 17:53:23 +01:00
Mike McQuaid
12d7a00e7a
lighttpd: move from sbin to bin.
2013-09-12 17:53:23 +01:00
Linas Valiukas
a3185f50a3
lighttpd: copy config, use port 8080, add .plist.
...
* Copies the sample .conf files to etc/ modifying them to point to correct paths in /usr/local
* Changes default port to 8080 so that lighttpd can be started from unprivileged user
* Creates a startup .plist file for launchd.
Closes Homebrew/homebrew#19861 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-12 17:53:23 +01:00
Mike McQuaid
e3e9e5cd33
nginx: make caveats more concise.
2013-09-12 17:53:22 +01:00
Mike McQuaid
bb92d59a15
nginx: add configuration test.
2013-09-12 17:53:22 +01:00
Mike McQuaid
64155d5855
nginx: use inreplace rather than patch.
2013-09-12 17:32:06 +01:00
Mike McQuaid
719d5cd9c6
ipbt: fix changed SHA-1.
...
Closes Homebrew/homebrew#22461 .
2013-09-12 17:21:05 +01:00
Mike McQuaid
66d3cbe721
mongodb: make sure etc exists before copying.
...
Fixes Homebrew/homebrew#22329 .
2013-09-12 17:19:07 +01:00
Ed Porras
d0dbe5b291
poppler 0.24.1
...
Closes Homebrew/homebrew#22495 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-12 17:00:55 +01:00
Chris Cosby
25b37e0837
jenkins 1.530
...
Closes Homebrew/homebrew#22491 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-12 15:52:45 +01:00
Mike McQuaid
1a1b5da91f
gpsbabel: make dependencies optional.
2013-09-12 15:51:39 +01:00
Adam Vandenberg
3d8298ba93
wireshark 1.10.2
...
Closes Homebrew/homebrew#22490 .
2013-09-12 07:02:21 -07:00
Darin Morrison
5deb5dd0f4
cabal-install: update to 1.18.0.1, sandbox build.
...
Use sandboxing support rather than ~/.ghc for build.
Closes Homebrew/homebrew#22416 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-12 14:48:05 +01:00
Mike McQuaid
7d6b8039b4
qt-mobility: move to homebrew-headonly tap.
...
https://github.com/Homebrew/homebrew-headonly
Relies on unreleased Git versions to build for Lion or above.
Closes Homebrew/homebrew#22285 .
2013-09-12 14:48:05 +01:00
Mike McQuaid
b87fca80e0
fswatch 0.0.1 (new formula)
...
Closes Homebrew/homebrew#13110 .
2013-09-12 10:27:09 +01:00
Xiyue Deng
d96cd0dad3
More resource fix.
2013-09-12 00:59:44 -07:00
Xiyue Deng
e8c8f97575
wine: resource syntax fix.
2013-09-11 23:17:49 -07:00
Adam Vandenberg
b0762b9064
xapian: use resource
2013-09-11 22:05:37 -07:00
Adam Vandenberg
631aac49e4
wordnet: use resources
2013-09-11 22:05:36 -07:00
Adam Vandenberg
253c98d815
wine: use resources
2013-09-11 22:05:36 -07:00
Adam Vandenberg
5f1e005369
vip: use resources
2013-09-11 22:05:36 -07:00
Adam Vandenberg
ad32403d24
vera++: use resource
2013-09-11 22:05:36 -07:00
Adam Vandenberg
50eb24d057
upx: use resource
2013-09-11 22:05:35 -07:00
Adam Vandenberg
afdc91a8e0
tika: use resource
2013-09-11 22:05:35 -07:00
Adam Vandenberg
81c8fc85cd
tidyp: use resource
2013-09-11 22:05:35 -07:00
Adam Vandenberg
fa0e2973fc
tesseract: use resources
2013-09-11 22:05:35 -07:00
Adam Vandenberg
e40d506480
swftools: use resource
2013-09-11 22:05:35 -07:00
Adam Vandenberg
0d2d47638a
sqlite: use resources
2013-09-11 22:05:34 -07:00
Adam Vandenberg
70ee7f53fc
sphinx: use resource
2013-09-11 22:05:34 -07:00
Adam Vandenberg
92acb4c188
shocco: use resource
2013-09-11 22:05:34 -07:00
Adam Vandenberg
30504a9826
scm-manager: use resource
2013-09-11 22:05:33 -07:00
Adam Vandenberg
8449913ed6
scala: use resource
2013-09-11 22:05:33 -07:00
Adam Vandenberg
64f3a55f6b
sbcl: use resource
2013-09-11 22:05:33 -07:00
Adam Vandenberg
884a734b75
redo: use resources
2013-09-11 22:05:33 -07:00
Adam Vandenberg
57166ac7e3
ragel: use resource
2013-09-11 22:05:33 -07:00
Adam Vandenberg
89407714b0
rabbitmq-c: use resource
2013-09-11 22:05:33 -07:00
Adam Vandenberg
dd6d98ee13
r: use resource
2013-09-11 22:05:32 -07:00