[150641] trunk/dports/perl/p5-sys-sigaction/Portfile

devans at macports.org devans at macports.org
Mon Jul 25 13:53:59 PDT 2016


Revision: 150641
          https://trac.macports.org/changeset/150641
Author:   devans at macports.org
Date:     2016-07-25 13:53:59 -0700 (Mon, 25 Jul 2016)
Log Message:
-----------
p5-sys-sigaction: update to version 0.22, use latest p5-time-hires for Sierra compatibility, remove comment.

Modified Paths:
--------------
    trunk/dports/perl/p5-sys-sigaction/Portfile

Modified: trunk/dports/perl/p5-sys-sigaction/Portfile
===================================================================
--- trunk/dports/perl/p5-sys-sigaction/Portfile	2016-07-25 20:52:26 UTC (rev 150640)
+++ trunk/dports/perl/p5-sys-sigaction/Portfile	2016-07-25 20:53:59 UTC (rev 150641)
@@ -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         Sys-SigAction 0.21
+perl5.setup         Sys-SigAction 0.22
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         Sys::SigAction - Perl extension for Consistent Signal Handling
@@ -19,7 +13,13 @@
 
 platforms           darwin
 
-checksums           rmd160  9730dee55fa6ee0489ea7f00ebdc70398ce4c2e7 \
-                    sha256  e144207a6fd261eb9f98554c76bea66d95870ee1f62d2d346a1ea95fdccf80db
+checksums           rmd160  32e727b46d27c01a70a10f40e8fc8b3c3fa998ef \
+                    sha256  f12bdb27f6b1bbf49d9e8e80af8ece028d66ccf0f45fd59f586956d9ee8f1526
 
-supported_archs     noarch
+if {${perl5.major} != ""} {
+# use latest Time::HiRes for Sierra compatibility
+    depends_lib-append \
+                    port:p${perl5.major}-time-hires
+    
+    supported_archs noarch
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160725/33067f29/attachment.html>


More information about the macports-changes mailing list