[137683] trunk/dports/graphics/graphviz-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jun 17 04:35:54 PDT 2015


Revision: 137683
          https://trac.macports.org/changeset/137683
Author:   ryandesign at macports.org
Date:     2015-06-17 04:35:54 -0700 (Wed, 17 Jun 2015)
Log Message:
-----------
graphviz-devel: update to 2.39.20150613.2112 and move poppler support to a variant

Modified Paths:
--------------
    trunk/dports/graphics/graphviz-devel/Portfile

Modified: trunk/dports/graphics/graphviz-devel/Portfile
===================================================================
--- trunk/dports/graphics/graphviz-devel/Portfile	2015-06-17 11:29:16 UTC (rev 137682)
+++ trunk/dports/graphics/graphviz-devel/Portfile	2015-06-17 11:35:54 UTC (rev 137683)
@@ -9,7 +9,7 @@
 
 name                            graphviz-devel
 set my_name                     graphviz
-version                         2.39.20150607.1912
+version                         2.39.20150613.2112
 set thisbranch                  [strsed ${name} "g/^${my_name}//"]
 set otherbranch                 [expr {${thisbranch} eq {} ? {-devel} : {}}]
 categories                      graphics
@@ -32,8 +32,8 @@
                                 simple text language, and produce output in a \
                                 variety of visual and text formats.
 
-checksums                       rmd160  f25bcfd4d3239e51b6d0453d8ff62a50cd0f47c5 \
-                                sha256  e3f37665d58af236797c89d3a62f5db6a3c7e0aee83647e9576e683accb227b2
+checksums                       rmd160  20a74f7624ac02f36158012f4dc33c063ef789b6 \
+                                sha256  23a354362f3637ea49b373c49f6608d17b34937d20603947ba2983c9960b9b17
 
 # graphviz needs Xcode 3.1+ to avoid the libGL error when building the smyrna variant
 # graphviz-gui needs Xcode 3.1.2+; see #18811
@@ -56,8 +56,7 @@
                                 port:gts \
                                 port:libtool \
                                 port:zlib \
-                                port:gettext \
-                                port:poppler
+                                port:gettext
 
 depends_run                     port:urw-fonts
 
@@ -87,6 +86,7 @@
                                 --without-glade \
                                 --without-gnomeui \
                                 --without-ming \
+                                --without-poppler \
                                 --without-qt \
                                 --without-quartz \
                                 --disable-swig \
@@ -266,6 +266,12 @@
     configure.args-replace      --without-pangocairo --with-pangocairo
 }
 
+# This is not a default variant because its license would make Graphviz undistributable.
+variant poppler description {Add poppler support} {
+    depends_lib-append          port:poppler
+    configure.args-replace      --without-poppler --with-poppler
+}
+
 variant x11 {
     depends_lib-append          port:xorg-libXaw
     configure.args-delete       --without-x
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150617/0d31f96a/attachment.html>


More information about the macports-changes mailing list