[151318] trunk/dports/perl/p5-test-most/Portfile

devans at macports.org devans at macports.org
Fri Aug 12 10:26:55 PDT 2016


Revision: 151318
          https://trac.macports.org/changeset/151318
Author:   devans at macports.org
Date:     2016-08-12 10:26:55 -0700 (Fri, 12 Aug 2016)
Log Message:
-----------
p5-test-most: update to version 0.35, dependencies, remove comment.

Modified Paths:
--------------
    trunk/dports/perl/p5-test-most/Portfile

Modified: trunk/dports/perl/p5-test-most/Portfile
===================================================================
--- trunk/dports/perl/p5-test-most/Portfile	2016-08-12 17:25:24 UTC (rev 151317)
+++ trunk/dports/perl/p5-test-most/Portfile	2016-08-12 17:26:55 UTC (rev 151318)
@@ -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         Test-Most 0.34
+perl5.setup         Test-Most 0.35
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         Test::Most - Most commonly needed test functions and features.
@@ -19,15 +13,18 @@
 
 platforms           darwin
 
-checksums           rmd160  d693eed598c6213799c1ec5dad1ade8612379b37 \
-                    sha256  c2820c8de65f5fa59f218ac2be9be98b22cc1bb1a1f371e04375aa3b6054e244
+checksums           rmd160  8db7982856202af932c8be3f275030e8843605ce \
+                    sha256  9897a6f4d751598d2ed1047e01c1554b01d0f8c96c45e7e845229782bf6f657f
 
 if {${perl5.major} != ""} {
+# requires Test::More from Test::Simple 1.302047+, perl5.24 core version is 1.001014
     depends_lib-append \
+                    port:p${perl5.major}-data-dumper-names \
                     port:p${perl5.major}-exception-class \
                     port:p${perl5.major}-test-deep \
                     port:p${perl5.major}-test-differences \
                     port:p${perl5.major}-test-exception \
+                    port:p${perl5.major}-test-simple \
                     port:p${perl5.major}-test-warn
 
     supported_archs noarch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160812/d54eaa01/attachment.html>


More information about the macports-changes mailing list