diff options
| author | nibbles 2bits | 2012-06-16 04:24:04 -0700 |
|---|---|---|
| committer | Jack Nagel | 2012-06-16 10:46:38 -0500 |
| commit | e1e4bc6b34089a94823581176b30a4cf8069e590 (patch) | |
| tree | a49c0190b03025cbc773bc9b5bfc6c5b3e7c5fef /Library | |
| parent | a070fb1bcf30ab34f97db006bd0c2307058fe441 (diff) | |
| download | homebrew-e1e4bc6b34089a94823581176b30a4cf8069e590.tar.bz2 | |
iso-codes 3.35
Upgrade iso-codes to verion 3.35.
Remove the PATH append for gettext bin. It's done automatically.
Tested on Lion with cland and llvm from XCode-4.3.3.
Closes #12878.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/iso-codes.rb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/iso-codes.rb b/Library/Formula/iso-codes.rb index dab95be42..232f7a855 100644 --- a/Library/Formula/iso-codes.rb +++ b/Library/Formula/iso-codes.rb @@ -1,16 +1,13 @@ require 'formula' class IsoCodes < Formula - url 'http://ftp.us.debian.org/debian/pool/main/i/iso-codes/iso-codes_3.28.orig.tar.bz2' homepage 'http://pkg-isocodes.alioth.debian.org/' - md5 'f84dda8dcf7ffdcbe64c82b7c2165bf8' + url 'http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-3.35.tar.bz2' + sha1 'ae9cfc7a17ff16ddaca9a925dab826789b571b61' depends_on 'gettext' => :build def install - # Add keg-only gettext bin to path - ENV.append 'PATH', Formula.factory('gettext').bin - system "./configure", "--prefix=#{prefix}" system "make" system "make install" |
