aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gv.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gv.rb')
-rw-r--r--Library/Formula/gv.rb11
1 files changed, 3 insertions, 8 deletions
diff --git a/Library/Formula/gv.rb b/Library/Formula/gv.rb
index ae605d917..52bc4ff20 100644
--- a/Library/Formula/gv.rb
+++ b/Library/Formula/gv.rb
@@ -1,21 +1,16 @@
require 'formula'
class Gv < Formula
- url 'http://ftpmirror.gnu.org/gv/gv-3.7.2.tar.gz'
- mirror 'http://ftp.gnu.org/gnu/gv/gv-3.7.2.tar.gz'
+ url 'http://ftpmirror.gnu.org/gv/gv-3.7.3.tar.gz'
+ mirror 'http://ftp.gnu.org/gnu/gv/gv-3.7.3.tar.gz'
homepage 'http://www.gnu.org/s/gv/'
- md5 'eb47d465755b7291870af66431c6f2e1'
+ md5 '98ae3e9ce338b64ba5ab622389c5960e'
depends_on 'ghostscript'
depends_on 'xaw3d'
skip_clean 'share/gv/safe-gs-workdir'
- def patches
- # apply MacPorts typedef patch
- { :p0 => "https://trac.macports.org/export/83941/trunk/dports/print/gv/files/patch-src-callbacks.c.diff" }
- end
-
def install
ENV.x11
system "./configure", "--disable-dependency-tracking",