[151488] trunk/dports/perl/p5-try-tiny/Portfile

devans at macports.org devans at macports.org
Tue Aug 16 21:56:40 PDT 2016


Revision: 151488
          https://trac.macports.org/changeset/151488
Author:   devans at macports.org
Date:     2016-08-16 21:56:40 -0700 (Tue, 16 Aug 2016)
Log Message:
-----------
p5-try-tiny: update to version 0.27, dependencies, remove comment.

Modified Paths:
--------------
    trunk/dports/perl/p5-try-tiny/Portfile

Modified: trunk/dports/perl/p5-try-tiny/Portfile
===================================================================
--- trunk/dports/perl/p5-try-tiny/Portfile	2016-08-17 04:55:42 UTC (rev 151487)
+++ trunk/dports/perl/p5-try-tiny/Portfile	2016-08-17 04:56:40 UTC (rev 151488)
@@ -1,20 +1,14 @@
 # -*- 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         Try-Tiny 0.24 ../by-authors/id/E/ET/ETHER
+perl5.setup         Try-Tiny 0.27 ../by-authors/id/E/ET/ETHER
 maintainers         nomaintainer
 license             MIT
-description         minimal try/catch with proper localization of $@
+description         Try::Tiny - minimal try/catch with proper preservation of $@
 long_description    The main focus of this module is to provide simple and reliable error \
                     handling for those having a hard time installing TryCatch, but who \
                     still want to write correct \"eval\" blocks without 5 lines of \
@@ -25,13 +19,16 @@
 
 platforms           darwin
 
-checksums           rmd160  364f889fb51d205684a53d29b1dfc2721d3bd2b4 \
-                    sha256  9b7a1af24c0256973d175369ebbdc25ec01e2452a97f2d3ab61481c826f38d81
+checksums           rmd160  4606acec28660f8da5f7d11a0dbe2ba71b4381a9 \
+                    sha256  8abf0878c9cddc0c4ab9c4adfa8d81790a16d7cb53b0e429430b13b7567075fb
 
 if {${perl5.major} != ""} {
     depends_build-append \
                     port:p${perl5.major}-capture-tiny \
                     port:p${perl5.major}-scalar-list-utils
 
+    depends_lib-append \
+                    port:p${perl5.major}-sub-name
+
     supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160816/3e4d14f8/attachment.html>


More information about the macports-changes mailing list