Chris Ballinger
a5a8346e75
libcuefile r475
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-18 14:28:57 -07:00
Adam Vandenberg
3f3e80f6d4
exim: fix message
2012-03-18 14:24:33 -07:00
Alexandre Fiori
b779803a9c
mediatomb: bugfix for recent libav/ffmpeg
...
See https://bugs.launchpad.net/ubuntu/+source/mediatomb/+bug/784431 for details.
Closes Homebrew/homebrew#9016 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-18 13:48:34 -07:00
Jayson Reis
713c51e753
funcoeszz 10.12
...
Closes Homebrew/homebrew#9113 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-18 13:38:07 -07:00
Sam Gibson
d2592e8fb6
Existing nethack permissions caused a crash
...
In multi-user systems for certain, and possibly in other situations
(possibly related to installing with `$ sudo brew install nethack`),
nethack permissions were set incorrectly. Nethack wants to be able to
create save files in $NETHACKDIR/libexec/save, but the folder lacked
group permissions to allow this.
Additionally, it needs to be able to write the lock (perm) file, but
didn't have permission to do this either.
Closes Homebrew/homebrew#8765 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-18 13:17:40 -07:00
Markus Hubig
980e486aca
wdfs 1.4.2
...
Wdfs is a webdav filesystem that makes it possible to mount a webdav
share under linux, freebsd and apple mac os x. Wdfs has some special
features for accessing subversion repositories via webdav. It's based
on fuse and neon.
Closes Homebrew/homebrew#8731 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-18 13:15:37 -07:00
Markus Heberling
6a799a8e41
ext2fuse 0.8.1
...
Closes Homebrew/homebrew#8417 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-18 13:14:08 -07:00
Adam Vandenberg
ae5d25bd12
fuse4x: reformat some long lines
2012-03-18 13:07:26 -07:00
Brian Gyss
6728c16537
vtk: add --x11 option
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-18 12:53:02 -07:00
Adam Vandenberg
6061e58380
Exim 4.77
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-18 12:43:59 -07:00
Steve Clement
309e3e757b
dsniff 2.4b1
...
The stable version is 2.3, but it is old, MacPorts packages both versions,
and this is the one people actually want to use.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-18 12:38:51 -07:00
Adam Vandenberg
93add960ab
subversion 1.7.4
2012-03-18 11:06:32 -07:00
Adam Vandenberg
c6ee7f7086
sqlite: add sqlite unviersal check
...
Also use Requirements for these checks.
2012-03-18 11:06:09 -07:00
lepht
58a0cd2bc9
taskwarrior 2.0
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-18 10:27:24 -07:00
Max Howell
8ed619db20
nodejs alias + blacklist text tweak
...
Everyone calls it "nodejs" so not having an alias to this is dumb.
2012-03-18 11:56:19 +00:00
HASHIMOTO Ryota
288edb39ee
Konoha 0.7.1
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-17 21:52:35 -07:00
Adam Vandenberg
c98de2e634
denyhosts: don't copy files in def patches
...
Replaced file-copy-plus-patch with entire versions
of files. Wonky, but we can't let real work happen in the `patches`
method during an install.
2012-03-17 21:29:16 -07:00
David Aguilar
52b92a08f4
git-cola 1.7.6
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-17 21:07:22 -07:00
Leon Zhang
cd0c13bd55
cmus: add git --head
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-17 20:50:57 -07:00
Adam Vandenberg
9135810b4c
ttf2pt1: remove inplace
2012-03-17 20:50:03 -07:00
Adam Vandenberg
0f91974435
tcpreplay: add patch note
2012-03-17 20:50:03 -07:00
Adam Vandenberg
8e3bf4db88
tcpflow: use a p1 patch
2012-03-17 20:50:03 -07:00
Adam Vandenberg
c0a8b19cf9
mod_python: use a p1 patch
2012-03-17 20:50:03 -07:00
Adam Vandenberg
0e2acaf7ad
libcaca: use p1 patch
2012-03-17 20:50:03 -07:00
Adam Vandenberg
e9476de1f5
john 1.7.9
2012-03-17 20:50:03 -07:00
Adam Vandenberg
f10ccaf75f
imlib2 1.4.5
...
Includes libpng patch.
2012-03-17 20:50:02 -07:00
Adam Vandenberg
aaf3d3e9c0
ifstat: reformat patch note
2012-03-17 20:50:02 -07:00
Adam Vandenberg
f35e0838d1
ettercap: use p1 patch
2012-03-17 20:50:02 -07:00
Adam Vandenberg
bb61d3d2d2
dvdauthor: use a p1 patch
2012-03-17 20:50:02 -07:00
Adam Vandenberg
9b55878f22
echoping: fix indent
2012-03-17 20:50:02 -07:00
Adam Vandenberg
a2cf500197
bdw-gc: reformat comments
2012-03-17 17:53:44 -07:00
Adam Vandenberg
17d1901270
libgtop 2.28.4
...
Add link to MacPorts bug report for patch.
Closes Homebrew/homebrew#11014 .
2012-03-17 16:15:40 -07:00
Daniel Nelson
094f763554
The Silver Searcher 0.3
...
The Silver Searcher (ag) is a faster, smarter, replacement for ack (and grep),
written in C.
Closes Homebrew/homebrew#10933 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-17 15:57:58 -07:00
Bradley M. Froehle
de650a4f5f
qd 2.3.13
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-17 15:54:34 -07:00
Adam Vandenberg
99b1ef3e46
mod_python: style nits
2012-03-17 12:36:46 -07:00
Adam Vandenberg
0c2c2bef70
lysp: add patch note
2012-03-17 12:33:16 -07:00
Adam Vandenberg
633438d58b
libxmlsec1: add patch note
2012-03-17 12:32:17 -07:00
Greg Guthe
09ba9280c0
js-test-driver 1.3.4.b
...
Use the bugfix .b version of js-test-driver. Remove explicit version
number because homebrew automatically detects it.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-17 12:28:43 -07:00
Adam Vandenberg
3577b565eb
libmikmod: style nits
2012-03-17 12:27:45 -07:00
Adam Vandenberg
20a89e2fa9
Move libgdiplus to Homebrew-ALT
...
Moving mono related software to homebrew-alt.
2012-03-17 12:19:57 -07:00
Adam Vandenberg
b209aa189b
ldid: add patch note
2012-03-17 12:17:49 -07:00
Adam Vandenberg
b56eb64695
kite: reformat patch notes
2012-03-17 12:14:19 -07:00
Adam Vandenberg
279663d6e2
jasper: reformat patch notes
2012-03-17 12:10:48 -07:00
Adam Vandenberg
6d86683677
irssi: reformat patch notes
2012-03-17 12:09:54 -07:00
Adam Vandenberg
163affcab1
grass: move patch notes up
2012-03-17 12:08:39 -07:00
Adam Vandenberg
526f11746f
gpg-agent: reformat patch notes
2012-03-17 12:08:07 -07:00
Adam Vandenberg
45c928278d
gnupg2: move patch notes up
2012-03-17 12:07:12 -07:00
Adam Vandenberg
0f00ad888f
gloox: note that issue tracker is 404
2012-03-17 12:06:40 -07:00
Adam Vandenberg
9414b62fb8
gearman 0.29
2012-03-17 12:06:06 -07:00
Adam Vandenberg
8a6f40f61d
fluid-synth: note that patch is accepted upstream
2012-03-17 11:45:48 -07:00