Commit graph

12 commits

Author SHA1 Message Date
Kenji Rikitake
871a8def0e bind v9.9.3-P2
Closes Homebrew/homebrew#21488.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-07-28 11:38:42 -05:00
Misty De Meo
f7a044271e Replace == :leopard with <= :leopard 2013-07-10 01:51:09 -07:00
Adam Vandenberg
77fb4c5382 use more env helpers 2013-06-23 20:50:03 -07:00
Jack Nagel
e020117c5d bind: style 2013-06-09 15:20:36 -05:00
Corey Quinn
5d0324204f bind v9.9.3-P1
Closes Homebrew/homebrew#20275.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-04 21:39:29 -07:00
Adam Vandenberg
f98b3d1fa9 bind: fix audit 2013-05-29 11:12:22 -07:00
Corey Quinn
df12af7d8d bind 9.9.3
Closes Homebrew/homebrew#20125.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-29 11:39:31 -05:00
Corey Quinn
83177bc3aa bind 9.9.2-p2
Closes Homebrew/homebrew#20096.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-26 20:39:02 -05:00
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