[115849] trunk/dports/graphics/graphviz

ryandesign at macports.org ryandesign at macports.org
Sun Jan 12 16:20:55 PST 2014


Revision: 115849
          https://trac.macports.org/changeset/115849
Author:   ryandesign at macports.org
Date:     2014-01-12 16:20:55 -0800 (Sun, 12 Jan 2014)
Log Message:
-----------
graphviz: update to 2.36.0

Modified Paths:
--------------
    trunk/dports/graphics/graphviz/Portfile
    trunk/dports/graphics/graphviz/files/patch-cmd-gvedit-Makefile.in.diff

Modified: trunk/dports/graphics/graphviz/Portfile
===================================================================
--- trunk/dports/graphics/graphviz/Portfile	2014-01-12 23:31:34 UTC (rev 115848)
+++ trunk/dports/graphics/graphviz/Portfile	2014-01-13 00:20:55 UTC (rev 115849)
@@ -9,7 +9,7 @@
 
 name                            graphviz
 set my_name                     graphviz
-version                         2.34.0
+version                         2.36.0
 set thisbranch                  [strsed ${name} "g/^${my_name}//"]
 set otherbranch                 [expr {${thisbranch} eq {} ? {-devel} : {}}]
 categories                      graphics
@@ -32,15 +32,15 @@
                                 simple text language, and produce output in a \
                                 variety of visual and text formats.
 
-checksums                       rmd160  583a2332bcf0f9c8d24d19044415cd768be51745 \
-                                sha256  d94abca5745aa4c5808ab56cd3d0ec9ed14fb76a5a88d39e1f234fa84d22d764
+checksums                       rmd160  91a6ea69c787578bf54bebc6eb5d2d8be8070744 \
+                                sha256  37fd66d8def158575c75c4f6dbf536839e4ee468aa59314eb472d1aecb076361
 
 # graphviz needs Xcode 3.1+ to avoid the libGL error when building the smyrna variant
 # graphviz-gui needs Xcode 3.1.2+; see #18811
 minimum_xcodeversions           {9 3.1.2}
 
 if {${name} eq ${subport}} {
-revision                        4
+revision                        0
 
 conflicts                       graphviz${otherbranch}
 
@@ -344,7 +344,7 @@
 subport graphviz-gui${thisbranch} {
     PortGroup                   xcode 1.0
     
-    revision                    1
+    revision                    0
     
     conflicts                   graphviz-gui${otherbranch} graphviz-oldgui
     
@@ -384,7 +384,7 @@
     PortGroup                   app 1.0
     PortGroup                   qt4 1.0
     
-    revision                    1
+    revision                    0
     
     conflicts                   gvedit${otherbranch}
     

Modified: trunk/dports/graphics/graphviz/files/patch-cmd-gvedit-Makefile.in.diff
===================================================================
--- trunk/dports/graphics/graphviz/files/patch-cmd-gvedit-Makefile.in.diff	2014-01-12 23:31:34 UTC (rev 115848)
+++ trunk/dports/graphics/graphviz/files/patch-cmd-gvedit-Makefile.in.diff	2014-01-13 00:20:55 UTC (rev 115849)
@@ -1,21 +1,26 @@
---- cmd/gvedit/Makefile.in.orig	2013-02-14 07:30:24.000000000 -0600
-+++ cmd/gvedit/Makefile.in	2013-02-18 19:16:50.000000000 -0600
-@@ -84,8 +84,7 @@
+--- cmd/gvedit/Makefile.in.orig	2013-11-01 23:45:35.000000000 -0500
++++ cmd/gvedit/Makefile.in	2013-11-02 17:38:09.000000000 -0500
+@@ -84,9 +84,7 @@
  	gvedit-mdichild.$(OBJEXT) $(am__objects_1)
  gvedit_OBJECTS = $(am_gvedit_OBJECTS)
  am__DEPENDENCIES_1 =
 -gvedit_DEPENDENCIES = $(top_builddir)/lib/gvc/libgvc.la \
--	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
-+gvedit_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
- 	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
+-	$(top_builddir)/lib/cgraph/libcgraph.la \
+-	$(top_builddir)/lib/cdt/libcdt.la $(am__DEPENDENCIES_1) \
++gvedit_DEPENDENCIES = $(am__DEPENDENCIES_1) \
+ 	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+ 	$(am__DEPENDENCIES_1)
  AM_V_lt = $(am__v_lt_ at AM_V@)
- am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-@@ -563,7 +562,7 @@
+@@ -580,9 +578,9 @@
  	-DGVEDIT_DATADIR=\""$(pkgdatadir)/gvedit"\"
  
  gvedit_LDADD = \
 -	$(top_builddir)/lib/gvc/libgvc.la \
-+	-lgvc -lcgraph \
+-	$(top_builddir)/lib/cgraph/libcgraph.la \
+-	$(top_builddir)/lib/cdt/libcdt.la \
++	-lgvc \
++	-lcgraph \
++	-lcdt \
  	$(QTGUI_LIBS) \
  	$(QTCORE_LIBS) \
  	$(EXPAT_LIBS) $(Z_LIBS) 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140112/f72d3bd2/attachment.html>


More information about the macports-changes mailing list