Commit graph

17 commits

Author SHA1 Message Date
Jack Nagel
53473b6bf5 Clean up MacOS version method usage
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>
2012-09-10 16:16:54 -05:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Adam Vandenberg
172d7e469f ejabberd: use new dsl 2012-08-27 21:33:50 -07:00
Michael Weibel
1c0ebbf00d ejabberd 2.1.11
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-21 06:47:55 -07:00
Adam Vandenberg
da3fdbd0cf Use "cd" instead of "Dir.chdir"
* And "mkdir" isntead of "Dir.mkdir"
* And "Dir[]" instead of "Dir.glob"
* Also style fixes and nitpicks
2012-02-24 21:35:50 -08:00
Hiroaki Nakamura
f7e48fa549 ejabberd 2.1.10.
Also add 32-bit only option.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-02 15:00:45 -08:00
José Martínez
d2eb0ddef7 ejabberd 2.1.9
Closes Homebrew/homebrew#8293.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-25 11:05:18 -07:00
Mike Glazer
83e6466c5f ejabberd: add odbc
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-14 14:46:09 -07:00
José Martínez
4a06495b85 ejabberd 2.1.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-13 13:51:15 -07:00
Adam Vandenberg
121e4f8614 Normalize use of MACOS_VERSION 2011-04-09 09:36:30 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Jonathan Halcrow
ae711f128e ejabberd - On 10.5, requires newer openssl
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-27 11:49:10 -08:00
Moritz Ulrich
0e0e381e46 Updated formula: ejabberd-2.1.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-15 13:36:48 -07:00
Adam Vandenberg
7bd947eb0b Update formulae for version 0.7
* 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
2010-08-07 18:08:53 -07:00
Adam Vandenberg
4558c96fcd Fix ejabberdctl, via whoisjake. Fixes Homebrew/homebrew#1469 2010-05-28 09:44:30 -07:00
Adam Vandenberg
54854d6ded Update ejabbered to 2.1.3 2010-05-27 20:52:54 -07:00
Marcos Augusto
d7a08fe9ed ejabberd formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

Udated to 2.1.2
2010-03-30 13:31:17 -07:00