[154226] trunk/dports/perl/p5-module-install/Portfile

devans at macports.org devans at macports.org
Mon Oct 24 18:56:04 CEST 2016


Revision: 154226
          https://trac.macports.org/changeset/154226
Author:   devans at macports.org
Date:     2016-10-24 18:56:04 +0200 (Mon, 24 Oct 2016)
Log Message:
-----------
p5-module-install: update to version 1.17, dependencies, update description to reflect current discouraged state.

Modified Paths:
--------------
    trunk/dports/perl/p5-module-install/Portfile

Modified: trunk/dports/perl/p5-module-install/Portfile
===================================================================
--- trunk/dports/perl/p5-module-install/Portfile	2016-10-24 16:54:11 UTC (rev 154225)
+++ trunk/dports/perl/p5-module-install/Portfile	2016-10-24 16:56:04 UTC (rev 154226)
@@ -5,22 +5,21 @@
 PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
-perl5.setup         Module-Install 1.16
-revision            1
+perl5.setup         Module-Install 1.17
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
-description         Standalone, extensible Perl module installer
+description         Module::Install - Standalone, extensible Perl module installer
 long_description    Module::Install is a package for writing installers \
                     for CPAN (or CPAN-like) distributions that are clean, \
                     simple, minimalist, act in a strictly correct manner \
-                    with both the ExtUtils::MakeMaker and Module::Build \
-                    build systems, and will run on any Perl installation \
-                    version 5.004 or newer.
+                    with ExtUtils::MakeMaker, and will run on any Perl installation \
+                    version 5.005 or newer. Use of Module::Install for new distributions \
+                    is discouraged. Dist::Zilla is recommended instead.
 
 platforms           darwin
 
-checksums           rmd160  ce2c6fa1cd15c5cdfdf2133a29de9bcbf7177658 \
-                    sha256  afac1264255f4d822d44f84df1aa9affad207f9ae805e803d93c845fa120025e
+checksums           rmd160  5204f2a345d92a85dab54f8be1f82570bedbb2e6 \
+                    sha256  bc1365cf447fc8e09ef002f68e0a2ac3ace071ebf412c94a2cd08ddae6e17065
 
 if {${perl5.major} != ""} {
     depends_lib-append \
@@ -27,7 +26,7 @@
                     port:p${perl5.major}-archive-tar \
                     port:p${perl5.major}-cpan-meta \
                     port:p${perl5.major}-file-remove \
-                    port:p${perl5.major}-json \
+                    port:p${perl5.major}-json-maybexs \
                     port:p${perl5.major}-module-build \
                     port:p${perl5.major}-module-scandeps \
                     port:p${perl5.major}-par-dist \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161024/2e999d58/attachment-0002.html>


More information about the macports-changes mailing list