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

devans at macports.org devans at macports.org
Mon Jul 18 20:31:39 PDT 2016


Revision: 150410
          https://trac.macports.org/changeset/150410
Author:   devans at macports.org
Date:     2016-07-18 20:31:39 -0700 (Mon, 18 Jul 2016)
Log Message:
-----------
p5-graphviz: update to version 2.22, dependencies, now uses Test::More (provided by Test::Simple in core) instead of Test2::Bundle::Extended (provided by latest p5-test-simple), use latest Time::HiRes for Sierra compatibility, remove comment.

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

Modified: trunk/dports/perl/p5-graphviz/Portfile
===================================================================
--- trunk/dports/perl/p5-graphviz/Portfile	2016-07-19 03:29:50 UTC (rev 150409)
+++ trunk/dports/perl/p5-graphviz/Portfile	2016-07-19 03:31:39 UTC (rev 150410)
@@ -1,17 +1,11 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-# This comment was inserted on 20160713 to force reindexing of
-# this port after the default homepage definition in the perl5
-# PortGroup was changed to use metacpan.org (r150080).
-# Reindexing is necessary for the new definition to take effect.
-# This comment may be removed in subsequent updates of this port.
-
 PortSystem          1.0
 PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
-perl5.setup         GraphViz 2.21
+perl5.setup         GraphViz 2.22
 license             Artistic-2
 maintainers         ryandesign openmaintainer
 description         Interface to the GraphViz graphing tool
@@ -23,23 +17,23 @@
 platforms           darwin
 supported_archs     noarch
 
-checksums           rmd160  8c20f8eb3bcab98ac0b3cf374e924ecddce6f9bd \
-                    sha256  96db3f6bfa566c5027f5e2c4c061aedb4232cd0ca1118b2f278437b36541fc7d
+checksums           rmd160  38c356c1823f1e6f12e409b03d8075761e211971 \
+                    sha256  72ee8892421152ecd5d91a822fbfaeccb5ad83d7191c4b6e2f57f99e27d046a3
 
 if {${perl5.major} != ""} {
     extract.suffix  .tgz
 
     depends_build-append \
-                    port:p${perl5.major}-test-pod \
-                    port:p${perl5.major}-test-simple \
-                    port:p${perl5.major}-test2-suite
+                    port:p${perl5.major}-test-pod
 
+# use latest Time::HiRes for Sierra compatibility
     depends_lib-append \
                     path:bin/dot:graphviz \
                     port:p${perl5.major}-file-which \
                     port:p${perl5.major}-ipc-run \
                     port:p${perl5.major}-libwww-perl \
                     port:p${perl5.major}-parse-recdescent \
+                    port:p${perl5.major}-time-hires \
                     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/20160718/4f3ccebc/attachment.html>


More information about the macports-changes mailing list