[144020] trunk/dports/perl/p5-graphviz/Portfile

devans at macports.org devans at macports.org
Tue Dec 29 20:23:18 PST 2015


Revision: 144020
          https://trac.macports.org/changeset/144020
Author:   devans at macports.org
Date:     2015-12-29 20:23:18 -0800 (Tue, 29 Dec 2015)
Log Message:
-----------
p5-graphviz: update to version 2.20, license, dependencies, now deprecated in favor of module Graphviz2 (not yet ported).

Modified Paths:
--------------
    trunk/dports/perl/p5-graphviz/Portfile

Modified: trunk/dports/perl/p5-graphviz/Portfile
===================================================================
--- trunk/dports/perl/p5-graphviz/Portfile	2015-12-30 03:43:10 UTC (rev 144019)
+++ trunk/dports/perl/p5-graphviz/Portfile	2015-12-30 04:23:18 UTC (rev 144020)
@@ -5,26 +5,31 @@
 PortGroup           perl5 1.0
 
 perl5.branches      5.16 5.18 5.20 5.22
-perl5.setup         GraphViz 2.18
-license             {Artistic-1 GPL}
+perl5.setup         GraphViz 2.20
+license             Artistic-2
 maintainers         ryandesign openmaintainer
 description         Interface to the GraphViz graphing tool
 long_description    This modules provides an interface to layout and generate images of \
                     directed graphs in a variety of formats (PostScript, PNG, etc.) using \
-                    the \"dot\" and \"neato\" programs from the GraphViz project
+                    the \"dot\" and \"neato\" programs from the GraphViz project.  Deprecated \
+                    in favor of module Graphviz2.
 
 platforms           darwin
 supported_archs     noarch
 
-checksums           rmd160  299759ae023c92e3cbea8463b42c26c3e624991b \
-                    sha256  305d012a43e9522d5f91b63a52e926061ba372431735ede95ce7712f486baffd
+checksums           rmd160  49f5903c377065ad226d087994373c97b6ffd9f9 \
+                    sha256  23eec8c7e0bfada7b1a172b79e87bdd759fc3360c594159fdc228578aff41a5c
 
 if {${perl5.major} != ""} {
     extract.suffix  .tgz
 
     depends_lib-append \
                     path:bin/dot:graphviz \
-                    port:p${perl5.major}-graph \
+                    port:p${perl5.major}-file-which \
                     port:p${perl5.major}-ipc-run \
-                    port:p${perl5.major}-math-bezier
+                    port:p${perl5.major}-libwww-perl \
+                    port:p${perl5.major}-parse-recdescent \
+                    port:p${perl5.major}-test-pod \
+                    port:p${perl5.major}-xml-twig \
+                    port:p${perl5.major}-xml-xpath
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151229/acd4a3b3/attachment.html>


More information about the macports-changes mailing list