Commit Graph

4 Commits (cd90faa206e6160687feaeab927ec2f6e699d57e)

Author SHA1 Message Date
Stefan a213e9aa9a bind 9.9.2-P1
Closes Homebrew/homebrew#17530.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-02 11:41:52 -06:00
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
samueljohn 8f25ceafec bind: 9.9.1-p2
- Fix Xcode-only specific path for open-ssl.
- Add ENV.libxml2

Closes Homebrew/homebrew#14201.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-26 17:28:40 -07:00
Dan Boykis 2a0021fdcd Bind 9.8.1-P1
This brew includes Bind along with a suite of tools bundled with it. These
tools are the de facto standard for working with DNS. Bind is compiled with
ipv6 support and dig is compiled with sigchase option turned on.

Closes Homebrew/homebrew#8948.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-08 15:45:46 -07:00