[103216] trunk/dports/graphics/graphviz

ryandesign at macports.org ryandesign at macports.org
Mon Feb 18 18:48:26 PST 2013


Revision: 103216
          https://trac.macports.org/changeset/103216
Author:   ryandesign at macports.org
Date:     2013-02-18 18:48:25 -0800 (Mon, 18 Feb 2013)
Log Message:
-----------
graphviz: update to 2.30.1

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

Removed Paths:
-------------
    trunk/dports/graphics/graphviz/files/patch-cgraph.diff

Modified: trunk/dports/graphics/graphviz/Portfile
===================================================================
--- trunk/dports/graphics/graphviz/Portfile	2013-02-19 01:16:39 UTC (rev 103215)
+++ trunk/dports/graphics/graphviz/Portfile	2013-02-19 02:48:25 UTC (rev 103216)
@@ -9,8 +9,7 @@
 
 name                            graphviz
 set my_name                     graphviz
-version                         2.30.0
-revision                        2
+version                         2.30.1
 set thisbranch                  [strsed ${name} "g/^${my_name}//"]
 set otherbranch                 [expr {${thisbranch} == {} ? {-devel} : {}}]
 categories                      graphics
@@ -33,8 +32,8 @@
                                 simple text language, and produce output in a \
                                 variety of visual and text formats.
 
-checksums                       rmd160  74f2351f8a5df1cb2f9bc0e6add14d15be9f604c \
-                                sha256  355a747535847f31c9f68ebfd5e32274c5baca5e576dc856c5554345ed418f6b
+checksums                       rmd160  7de6e5e60458208a74ce6033b1a063a04f9dfc48 \
+                                sha256  775fb996987032d2eca2f1502c6f913e0b02fe640c124723e45db11daf46aec8
 
 # graphviz needs Xcode 3.1+ to avoid the libGL error when building the smyrna variant
 # graphviz-gui needs Xcode 3.1.2+; see #18811
@@ -59,8 +58,6 @@
 
 depends_run                     port:urw-fonts
 
-patchfiles                      patch-cgraph.diff
-
 # nawk: illegal jump type 339
 conflicts_build                 nawk
 

Deleted: trunk/dports/graphics/graphviz/files/patch-cgraph.diff
===================================================================
--- trunk/dports/graphics/graphviz/files/patch-cgraph.diff	2013-02-19 01:16:39 UTC (rev 103215)
+++ trunk/dports/graphics/graphviz/files/patch-cgraph.diff	2013-02-19 02:48:25 UTC (rev 103216)
@@ -1,57 +0,0 @@
-http://www.graphviz.org/mantisbt/view.php?id=2257
-http://hg.research.att.com/graphviz/rev/59b90d6b66e4
---- plugin/gdiplus/Makefile.in.orig	2013-01-13 21:23:26.000000000 -0600
-+++ plugin/gdiplus/Makefile.in	2013-02-13 22:21:48.000000000 -0600
-@@ -532,12 +532,14 @@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
-+ at WITH_CGRAPH_FALSE@GRAPH = graph
-+ at WITH_CGRAPH_TRUE@GRAPH = cgraph
- AM_CPPFLAGS = \
- 	-I$(top_srcdir) \
- 	-I$(top_srcdir)/lib/common \
- 	-I$(top_srcdir)/lib/pathplan \
- 	-I$(top_srcdir)/lib/gvc \
--	-I$(top_srcdir)/lib/graph \
-+	-I$(top_srcdir)/lib/$(GRAPH) \
- 	-I$(top_srcdir)/lib/cdt
- 
- PATCHES = GdiPlusEnums.h.patch GdiPlusHeaders.h.patch GdiPlusimageAttributes.h.patch GdiPlusImaging.h.patch
---- plugin/glitz/Makefile.in.orig	2013-01-13 21:23:27.000000000 -0600
-+++ plugin/glitz/Makefile.in	2013-02-13 22:21:48.000000000 -0600
-@@ -502,12 +502,14 @@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
-+ at WITH_CGRAPH_FALSE@GRAPH = graph
-+ at WITH_CGRAPH_TRUE@GRAPH = cgraph
- AM_CPPFLAGS = \
- 	-I$(top_srcdir) \
- 	-I$(top_srcdir)/lib/common \
- 	-I$(top_srcdir)/lib/pathplan \
- 	-I$(top_srcdir)/lib/gvc \
--	-I$(top_srcdir)/lib/graph \
-+	-I$(top_srcdir)/lib/$(GRAPH) \
- 	-I$(top_srcdir)/lib/cdt \
- 	$(PANGOCAIRO_CFLAGS) $(GLITZ_CFLAGS)
- 
---- plugin/ming/Makefile.in.orig	2013-01-13 21:23:27.000000000 -0600
-+++ plugin/ming/Makefile.in	2013-02-13 22:21:48.000000000 -0600
-@@ -504,13 +504,15 @@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
-+ at WITH_CGRAPH_FALSE@GRAPH = graph
-+ at WITH_CGRAPH_TRUE@GRAPH = cgraph
- pkgfontdir = ${pkgdatadir}/font
- AM_CPPFLAGS = \
- 	-I$(top_srcdir) \
- 	-I$(top_srcdir)/lib/common \
- 	-I$(top_srcdir)/lib/pathplan \
- 	-I$(top_srcdir)/lib/gvc \
--	-I$(top_srcdir)/lib/graph \
-+	-I$(top_srcdir)/lib/$(GRAPH) \
- 	-I$(top_srcdir)/lib/cdt \
- 	$(MING_CFLAGS)
- 

Modified: trunk/dports/graphics/graphviz/files/patch-cmd-gvedit-Makefile.in.diff
===================================================================
--- trunk/dports/graphics/graphviz/files/patch-cmd-gvedit-Makefile.in.diff	2013-02-19 01:16:39 UTC (rev 103215)
+++ trunk/dports/graphics/graphviz/files/patch-cmd-gvedit-Makefile.in.diff	2013-02-19 02:48:25 UTC (rev 103216)
@@ -1,6 +1,6 @@
---- cmd/gvedit/Makefile.in.orig	2012-08-13 23:46:56.000000000 -0500
-+++ cmd/gvedit/Makefile.in	2012-08-14 13:57:37.000000000 -0500
-@@ -67,8 +67,7 @@
+--- 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 @@
  	gvedit-mdichild.$(OBJEXT) $(am__objects_1)
  gvedit_OBJECTS = $(am_gvedit_OBJECTS)
  am__DEPENDENCIES_1 =
@@ -8,9 +8,9 @@
 -	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 +gvedit_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
  	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
- AM_V_lt = $(am__v_lt_$(V))
- am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
-@@ -535,7 +534,7 @@
+ AM_V_lt = $(am__v_lt_ at AM_V@)
+ am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
+@@ -563,7 +562,7 @@
  	-DGVEDIT_DATADIR=\""$(pkgdatadir)/gvedit"\"
  
  gvedit_LDADD = \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130218/173b662d/attachment-0001.html>


More information about the macports-changes mailing list