[Lunar-commits] <moonbase> graphviz: update from 2.14.1 to 2.16.1

Auke Kok sofar at foo-projects.org
Fri Mar 14 18:15:58 CET 2008


commit 5bb088d800095b9267b416cf0b8c971061f2d671
Author: Duncan Gibson <duncan.gibson at xs4all.nl>
Date:   Fri Mar 14 18:15:58 2008 +0100

    graphviz: update from 2.14.1 to 2.16.1
    
    removed OPTS in BUILD to use external gd module
    adjusted dependencies accordingly
---
 graphics/graphviz/BUILD   |    1 -
 graphics/graphviz/DEPENDS |    4 +---
 graphics/graphviz/DETAILS |    6 +++---
 3 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/graphics/graphviz/BUILD b/graphics/graphviz/BUILD
index a5ab07f..8f06792 100644
--- a/graphics/graphviz/BUILD
+++ b/graphics/graphviz/BUILD
@@ -1,6 +1,5 @@
 (
 
-  OPTS="$OPTS --with-mylibgd=yes"
   default_build
 
 ) > $C_FIFO 2>&1
diff --git a/graphics/graphviz/DEPENDS b/graphics/graphviz/DEPENDS
index b50ecab..bc77c7d 100644
--- a/graphics/graphviz/DEPENDS
+++ b/graphics/graphviz/DEPENDS
@@ -2,15 +2,13 @@ depends automake
 depends autoconf
 depends expat
 depends fontconfig
-depends freetype2
+depends gd
 depends gettext
 depends glib-2
 depends pkgconfig
 depends %GHOSTSCRIPT
 
 optional_depends "cairo" "" "" "For 2D vector graphics library"
-optional_depends "jpeg" "" "" "For JPEG image library"
-optional_depends "libpng" "" "" "For PNG graphics library"
 optional_depends "pango" "" "" "For text layout/rendering library"
 optional_depends "urw-fonts" "" "" "Extra fonts for XOrg X11"
 optional_depends "zlib" "" "" "For data compression library"
diff --git a/graphics/graphviz/DETAILS b/graphics/graphviz/DETAILS
index f86b06c..ec59799 100644
--- a/graphics/graphviz/DETAILS
+++ b/graphics/graphviz/DETAILS
@@ -1,11 +1,11 @@
           MODULE=graphviz
-         VERSION=2.14.1
+         VERSION=2.16.1
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.graphviz.org/pub/$MODULE/ARCHIVE/
-      SOURCE_VFY=sha1:177bb55ecff7af536dda264ac473aa69f370c2f9
+      SOURCE_VFY=sha1:46b704bd9b81922bcd17167c88f3278a9645e894
         WEB_SITE=http://www.research.att.com/sw/tools/$MODULE/
          ENTERED=20020529
-         UPDATED=20070917
+         UPDATED=20080226
            SHORT="Set of graph drawing tools"
 
 cat << EOF


More information about the Lunar-commits mailing list