[151670] trunk/dports/perl/p5-parse-win32registry/Portfile

devans at macports.org devans at macports.org
Fri Aug 19 09:34:26 PDT 2016


Revision: 151670
          https://trac.macports.org/changeset/151670
Author:   devans at macports.org
Date:     2016-08-19 09:34:26 -0700 (Fri, 19 Aug 2016)
Log Message:
-----------
p5-parse-win32registry: update dependencies, increment revision, remove comment.

Modified Paths:
--------------
    trunk/dports/perl/p5-parse-win32registry/Portfile

Modified: trunk/dports/perl/p5-parse-win32registry/Portfile
===================================================================
--- trunk/dports/perl/p5-parse-win32registry/Portfile	2016-08-19 16:33:09 UTC (rev 151669)
+++ trunk/dports/perl/p5-parse-win32registry/Portfile	2016-08-19 16:34:26 UTC (rev 151670)
@@ -1,24 +1,26 @@
 # -*- 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         Parse-Win32Registry 1.0
+revision            1
 platforms           darwin
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
-supported_archs     noarch
 
 description         Perl Module to parse Windows Registry
 long_description    ${description}
 
 checksums           rmd160  949c1e9481610ca546891f5779eb9ed714069a04 \
                     sha256  3dd7c07d42333a69ea487076571aca73bed6d0aa98d80b561a86b13716747f8a
+
+if {${perl5.major} != ""} {
+# use Encode 2.85+ for CVE-2016-1238 security fixes
+    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/20160819/7ab114c8/attachment.html>


More information about the macports-changes mailing list