[150784] trunk/dports/perl/p5-archive-extract/Portfile

devans at macports.org devans at macports.org
Thu Jul 28 06:25:29 PDT 2016


Revision: 150784
          https://trac.macports.org/changeset/150784
Author:   devans at macports.org
Date:     2016-07-28 06:25:29 -0700 (Thu, 28 Jul 2016)
Log Message:
-----------
p5-archive-extract: update to version 0.78, dependencies, remove comment.

Modified Paths:
--------------
    trunk/dports/perl/p5-archive-extract/Portfile

Modified: trunk/dports/perl/p5-archive-extract/Portfile
===================================================================
--- trunk/dports/perl/p5-archive-extract/Portfile	2016-07-28 13:24:39 UTC (rev 150783)
+++ trunk/dports/perl/p5-archive-extract/Portfile	2016-07-28 13:25:29 UTC (rev 150784)
@@ -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         Archive-Extract 0.76
+perl5.setup         Archive-Extract 0.78
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         Archive::Extract - A generic archive extracting mechanism
@@ -19,7 +13,15 @@
 
 platforms           darwin
 
-checksums           rmd160  57309bd9bd9ac8263560ddb041b8870f5296cd9d \
-                    sha256  9ae7080ca70346dd7d9845c581d2e112f4513ec0f7d79c2011c0e0a2ce874cfc
+checksums           rmd160  f7321d34a55133b55a6856a1bd1993a590097267 \
+                    sha256  8a491ddb357c33f8a78c630dd9d9795d3f1ffd144ae803091186d4191800c8e7
 
-supported_archs     noarch
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-ipc-cmd \
+                    port:p${perl5.major}-locale-maketext-simple \
+                    port:p${perl5.major}-module-load-conditional \
+                    port:p${perl5.major}-params-check
+
+    supported_archs noarch
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160728/5e4b5a21/attachment.html>


More information about the macports-changes mailing list