[130905] trunk/dports/perl/p5-class-insideout/Portfile

devans at macports.org devans at macports.org
Sat Jan 3 16:32:14 PST 2015


Revision: 130905
          https://trac.macports.org/changeset/130905
Author:   devans at macports.org
Date:     2015-01-03 16:32:14 -0800 (Sat, 03 Jan 2015)
Log Message:
-----------
p5-class-insideout: update to version 1.13, add perl branches 5.18 5.20, dependencies, modeline.

Modified Paths:
--------------
    trunk/dports/perl/p5-class-insideout/Portfile

Modified: trunk/dports/perl/p5-class-insideout/Portfile
===================================================================
--- trunk/dports/perl/p5-class-insideout/Portfile	2015-01-04 00:29:44 UTC (rev 130904)
+++ trunk/dports/perl/p5-class-insideout/Portfile	2015-01-04 00:32:14 UTC (rev 130905)
@@ -1,3 +1,4 @@
+# -*- 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$
 
 PortSystem          1.0
@@ -3,7 +4,6 @@
 PortGroup           perl5 1.0
 
-perl5.branches      5.16
-perl5.setup         Class-InsideOut 1.09
-revision            3
+perl5.branches      5.16 5.18 5.20
+perl5.setup         Class-InsideOut 1.13
 license             Apache-2
 maintainers         nomaintainer
@@ -13,8 +13,12 @@
 long_description    ${description}
 platforms           darwin
 
-checksums           md5 c80763c84d663986ae60251e6d2e8072 \
-                    rmd160 8283073cd7be4cd08759935bc0156999696e3915 \
-                    sha1 319620fb4805f72da05f7cc395bd0502e30aa58c
+checksums           rmd160  3b96419889f6ed063416be10a5d89c25535ea567 \
+                    sha256  11acd51c990ad7a73181f1d086526ab8c567d22ccdc75e4b5ffd7db9a2a5f108
 
-supported_archs noarch
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-class-isa
+
+    supported_archs noarch
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150103/35562c4e/attachment.html>


More information about the macports-changes mailing list