[151056] trunk/dports/perl/p5-file-slurper/Portfile

devans at macports.org devans at macports.org
Sat Aug 6 08:08:51 PDT 2016


Revision: 151056
          https://trac.macports.org/changeset/151056
Author:   devans at macports.org
Date:     2016-08-06 08:08:51 -0700 (Sat, 06 Aug 2016)
Log Message:
-----------
p5-file-slurper: update to version 0.009, dependencies, remove comment.

Modified Paths:
--------------
    trunk/dports/perl/p5-file-slurper/Portfile

Modified: trunk/dports/perl/p5-file-slurper/Portfile
===================================================================
--- trunk/dports/perl/p5-file-slurper/Portfile	2016-08-06 15:08:26 UTC (rev 151055)
+++ trunk/dports/perl/p5-file-slurper/Portfile	2016-08-06 15:08:51 UTC (rev 151056)
@@ -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         File-Slurper 0.008
+perl5.setup         File-Slurper 0.009
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         File::Slurper - A simple, sane and efficient module to slurp a file
@@ -19,7 +13,15 @@
 
 platforms           darwin
 
-checksums           rmd160  55c5bade8467c5a3bb5ad37eb2bd3e481d882ae1 \
-                    sha256  10f685140e2cebdd0381f24b010b028f9ca2574361a78f99f4dfe87af5d5d233
+checksums           rmd160  229067c8b03443dc689104044523cbcb83c097c1 \
+                    sha256  3eab340deff6ba5456e7d1156b9cfcc387e1243acfc156ff92b75b3f2e120b91
 
-supported_archs     noarch
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-warnings
+
+    depends_lib-append \
+                    port:p${perl5.major}-encode
+
+    supported_archs noarch
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160806/9091ebd3/attachment.html>


More information about the macports-changes mailing list