[150595] trunk/dports/perl/p5-test-www-mechanize-psgi/Portfile

devans at macports.org devans at macports.org
Sat Jul 23 00:26:09 PDT 2016


Revision: 150595
          https://trac.macports.org/changeset/150595
Author:   devans at macports.org
Date:     2016-07-23 00:26:09 -0700 (Sat, 23 Jul 2016)
Log Message:
-----------
p5-test-www-mechanize-psgi: update dependencies, use module build, don't use p5-test-simple when core will do, remove comment, increment revision.

Modified Paths:
--------------
    trunk/dports/perl/p5-test-www-mechanize-psgi/Portfile

Modified: trunk/dports/perl/p5-test-www-mechanize-psgi/Portfile
===================================================================
--- trunk/dports/perl/p5-test-www-mechanize-psgi/Portfile	2016-07-23 07:24:56 UTC (rev 150594)
+++ trunk/dports/perl/p5-test-www-mechanize-psgi/Portfile	2016-07-23 07:26:09 UTC (rev 150595)
@@ -1,17 +1,12 @@
 # -*- 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-WWW-Mechanize-PSGI 0.36
+revision            1
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         Test::WWW::Mechanize::PSGI - Test PSGI programs using WWW::Mechanize
@@ -23,12 +18,15 @@
                     sha256  066ead71ae9ed9048985650d8d7cd008b741876076a841a11701f329907eb7dc
 
 if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-cgi
+
     depends_lib-append \
                     port:p${perl5.major}-plack \
-                    port:p${perl5.major}-test-simple \
                     port:p${perl5.major}-test-www-mechanize \
                     port:p${perl5.major}-try-tiny
 
     supported_archs noarch
+    perl5.use_module_build
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160723/e42cc867/attachment-0001.html>


More information about the macports-changes mailing list