[151939] trunk/dports/perl/p5-sub-exporter-progressive/Portfile

devans at macports.org devans at macports.org
Wed Aug 24 00:59:22 PDT 2016


Revision: 151939
          https://trac.macports.org/changeset/151939
Author:   devans at macports.org
Date:     2016-08-24 00:59:22 -0700 (Wed, 24 Aug 2016)
Log Message:
-----------
p5-sub-exporter-progressive: update to version 0.001012, add test dependency, remove comment.

Modified Paths:
--------------
    trunk/dports/perl/p5-sub-exporter-progressive/Portfile

Modified: trunk/dports/perl/p5-sub-exporter-progressive/Portfile
===================================================================
--- trunk/dports/perl/p5-sub-exporter-progressive/Portfile	2016-08-24 07:57:56 UTC (rev 151938)
+++ trunk/dports/perl/p5-sub-exporter-progressive/Portfile	2016-08-24 07:59:22 UTC (rev 151939)
@@ -1,27 +1,26 @@
 # -*- 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         Sub-Exporter-Progressive 0.001011
+perl5.setup         Sub-Exporter-Progressive 0.001012
 
 platforms           darwin
 maintainers         nomaintainer
 license             {Artistic-1 GPL}
 
-supported_archs     noarch
-
 description         Sub::Exporter::Progressive - Only use Sub::Exporter if you need it.
 
 long_description    ${description}
 
-checksums           rmd160  d2c809acd3d048db5a17238bdfc08e137430e070 \
-                    sha256  0618c6e69c6c0540c41e7560d51981407a6a0768f1330bef6d6ac3c6f1fa7c06
+checksums           rmd160  9c2c31256cf275f7397e91759894b697787098dd \
+                    sha256  b9e579b857d9bfd3b8391e4de6ee6529b4c6208c581c2a7cbf46a86618297cb8
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-sub-exporter
+
+    supported_archs noarch
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160824/1c861de9/attachment.html>


More information about the macports-changes mailing list