[151176] trunk/dports/perl/p5-file-sharedir-install/Portfile

devans at macports.org devans at macports.org
Mon Aug 8 22:48:20 PDT 2016


Revision: 151176
          https://trac.macports.org/changeset/151176
Author:   devans at macports.org
Date:     2016-08-08 22:48:20 -0700 (Mon, 08 Aug 2016)
Log Message:
-----------
p5-file-sharedir-install: update to version 0.11, use module build, dependencies, comments.

Modified Paths:
--------------
    trunk/dports/perl/p5-file-sharedir-install/Portfile

Modified: trunk/dports/perl/p5-file-sharedir-install/Portfile
===================================================================
--- trunk/dports/perl/p5-file-sharedir-install/Portfile	2016-08-09 05:46:41 UTC (rev 151175)
+++ trunk/dports/perl/p5-file-sharedir-install/Portfile	2016-08-09 05:48:20 UTC (rev 151176)
@@ -1,25 +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         File-ShareDir-Install 0.10
+perl5.setup         File-ShareDir-Install 0.11
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
-supported_archs     noarch
 
 description         Install shared files
 long_description    ${description}
 
 platforms           darwin
 
-checksums           rmd160  06adee6013824e62b079ab452c09aa478480c037 \
-                    sha256  708af71dec4dfb5a8cf9a5e863b566714c3f65f0a76722302de5a07ee202e6f7
+checksums           rmd160  cd2cde473fad8270a94653a14712ae5f21e0c3a3 \
+                    sha256  32bf8772e9fea60866074b27ff31ab5bc3f88972d61915e84cbbb98455e00cc8
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-module-build-tiny
+
+    supported_archs noarch
+    perl5.use_module_build
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160808/0fc53394/attachment.html>


More information about the macports-changes mailing list