diff options
| author | Lionel Montrieux | 2014-11-13 11:26:02 +0900 |
|---|---|---|
| committer | Jack Nagel | 2014-11-12 23:29:29 -0600 |
| commit | 10f7928017d98c0a2f959d78d61ad0d87726d82b (patch) | |
| tree | 8e5a9373fa4ee4a5dde90f70e585179cad2192a6 /Library | |
| parent | dfd5494a68f83581e038a356bd30ed4f9fbdb9aa (diff) | |
| download | homebrew-10f7928017d98c0a2f959d78d61ad0d87726d82b.tar.bz2 | |
hevea 2.19
Hevea 2.18 has been removed from hevea.inria.fr/distri, and replaced with hevea 2.19. 'inreplace' is not required anymore.
Fixes issue #34144
Closes #34145.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/hevea.rb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/hevea.rb b/Library/Formula/hevea.rb index c3ceaace5..7788f04ad 100644 --- a/Library/Formula/hevea.rb +++ b/Library/Formula/hevea.rb @@ -2,8 +2,8 @@ require "formula" class Hevea < Formula homepage "http://hevea.inria.fr/" - url "http://hevea.inria.fr/distri/hevea-2.18.tar.gz" - sha1 "1fc764a6fc946069b4ca91b29fa1e71c405265d9" + url "http://hevea.inria.fr/distri/hevea-2.19.tar.gz" + sha1 "59c0d35819c83b6558490b36f1113cdb4d49e919" bottle do revision 1 @@ -16,9 +16,6 @@ class Hevea < Formula depends_on "ghostscript" => :optional def install - # Emailed Luc.Maranget@inria.fr to ask for this change to be made. - # Confirmed it will be fixed in the next release. - inreplace "Makefile", "PREFIX=/usr/local", "PREFIX?=/usr/local" ENV["PREFIX"] = prefix system "make" system "make", "install" |
