| Age | Commit message (Collapse) | Author |
|
|
|
Fixed the startup items plist to make it work with OS X 10.10 Yosemite.
|
|
|
|
Update to latest stable release, use HTTPS homepage link, RuboCop
compliance.
Closes #37461.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Fixes #36217.
|
|
|
|
Closes #35120.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
|
|
|
|
|
|
Kills ssl2 from OpenSSL. This PR relates to #31745. Force recompiles
everything that relies on OpenSSL from the master branch to enforce the
new OpenSSL no-ssl2 rule.
|
|
Closes #31082.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Update to ejabberd 14.07
|
|
Closes #29298.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Update to latest stable release, add options for brewed libraries, fix
compilation by bypassing ENV.cc.
|
|
|
|
|
|
Closes #28061.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
- includes PostgreSQL support option
- includes MySQL support option
- can be built with Homebrew OpenSSL 1.0.1f and later (for TLS v1.1 and TLS v1.2 support)
- made Homebrew OpenSSL support unconditional
- replaced single quotes with double quotes
|
|
Closes #27275.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
Closes #20985.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.
"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.
The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #14653.
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
* And "mkdir" isntead of "Dir.mkdir"
* And "Dir[]" instead of "Dir.glob"
* Also style fixes and nitpicks
|
|
Also add 32-bit only option.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #8293.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
|
|
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Udated to 2.1.2
|