aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2014-06-12open-scene-graph: fix several build issuesJack Nagel
- add upstream patch to fix C++11 support - add upstream patch to fix freetype detection - remove hardcoded reference to "i386" - branch on build.with?, not installed? Fixes #29839. Closes #30097.
2014-06-12Prefer self.class.name to self.class.to_sJack Nagel
2014-06-12Remove a const_defined? checkJack Nagel
2014-06-12mediatomb: mirror patch since Debian's patch tracker is downJack Nagel
2014-06-12wmctrl: remove dead linkJack Nagel
2014-06-12par2: use Gentoo patch since Debian's patch tracker is downJack Nagel
Fixes #30030.
2014-06-12unshield 1.0Jack Nagel
2014-06-12Linuxbrew: Use xdg-openShaun Jackman
Closes #29817. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-12funcoeszz: fix caveats to work correctlyRobson Roberto Souza Peixoto
Closes #29664. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-12lmdb: combine inreplacesJack Nagel
2014-06-12lmdb 0.9.11Sergey Karayev
Closes #29458. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-12lynis 1.5.6Chris Kau
Closes #30094. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-12speedtest-cli: add compatibility symlinkJack Nagel
2014-06-12speedtest-cli: fix executable name, install man pageKirill A. Korinskiy
Closes #29786. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-12Deprecate Pathname#cp and Pathname#chmod_RJack Nagel
As far as I can tell these methods have only ever been used in the test suite. Since Formula includes FileUtils, it is generally simpler (and in the case of cp, more readable) to use the FileUtils methods directly. Closes #30081.
2014-06-12Deprecate Pathname#/ with non-string/non-pathname argumentsJack Nagel
Ruby 2.2 will define Pathname#/ as a simple alias of Pathname#+. In practice, this means that it will raise a TypeError unless the argument responds to to_path or to_str. Currently we blindly convert the argument to a string using to_s, so deprecate this in the interest of matching the upstream behavior. In the future we can replace this with alias_method :/, :+ unless method_defined?(:/) Closes #30079.
2014-06-12passenger: update 4.0.45 bottle.BrewTestBot
Closes #30091. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-12passenger 4.0.45Hongli Lai (Phusion)
2014-06-12bind: add 9.10.0-P2 bottle.BrewTestBot
Closes #30087. Closes #30092. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-12bind 9.10.0-P2Kenji Rikitake
2014-06-12skipfish: add 2.10b bottle.BrewTestBot
Closes #30090. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-12skipfish: include docs and fix caveatsgregpsycle
The file referenced in the caveats doesn't exist. The correct file, dictionaries.txt, is in the doc folder.
2014-06-12goaccess: add 0.8 bottle.BrewTestBot
Closes #30089. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-12goaccess 0.8Stian Eikeland
2014-06-12jetty 9.2.1Dan
jetty 9.2.1.v20140609 Closes #30088. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-12mono: fix sha1 for monolite.Tomasz Pajor
Closes #29997. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-11dos2unix devel 6.0.6-beta1asaph
Closes #30064. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-11Elixir 0.14.0José Valim
Closes #29983. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-11zbar: depends on xzJack Nagel
Closes #30007.
2014-06-11gvp: update 0.0.4 bottle.BrewTestBot
2014-06-11gvp 0.0.4PoTe
Closes #29778. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-11hive 0.13.1Jack Nagel
Closes #30076.
2014-06-11Eliminate an uninitialized ivar warningJack Nagel
2014-06-11Decouple CompilerSelector from MacOS, clean up testsJack Nagel
2014-06-11Pass the version into the Compiler constructor, eliminate a type checkJack Nagel
2014-06-11opusfile 0.6Ralph Giles
Closes #30068. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-11nss: update 3.16.1 bottle.BrewTestBot
2014-06-11nspr: update 4.10.6 bottle.BrewTestBot
2014-06-11nss 3.16.1Christian Moritz
Closes #30069. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-11nspr 4.10.6Christian Moritz
Closes #30069. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-11euca2ools 3.1.0Tony Beckham
Closes #30067. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-11Polipo 1.1.1Beng Hee Eu
Closes #30063. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-11reattach-to-user-namespace 2.3Romain Bossart
Closes #30072. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-11neo4j 2.1.2Paul Horn
see also #29747 Closes #30075. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-11Fix up some assertionsJack Nagel
2014-06-11Use assert_emptyJack Nagel
2014-06-11Use Digest#file if it's availableJack Nagel
2014-06-11rabbitmq: add 3.3.2 bottle.BrewTestBot
Closes #30058. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-11RabbitMQ 3.2.2Mikkel Malmberg
2014-06-11redis: update 2.8.11 bottle.BrewTestBot
Closes #30055. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>