[150959] trunk/dports/perl/p5-io-socket-ip/Portfile

devans at macports.org devans at macports.org
Wed Aug 3 18:26:10 PDT 2016


Revision: 150959
          https://trac.macports.org/changeset/150959
Author:   devans at macports.org
Date:     2016-08-03 18:26:10 -0700 (Wed, 03 Aug 2016)
Log Message:
-----------
update to version 0.38, depend on latest Socket for bugfixes not in core, remove comment.

Modified Paths:
--------------
    trunk/dports/perl/p5-io-socket-ip/Portfile

Modified: trunk/dports/perl/p5-io-socket-ip/Portfile
===================================================================
--- trunk/dports/perl/p5-io-socket-ip/Portfile	2016-08-04 01:24:28 UTC (rev 150958)
+++ trunk/dports/perl/p5-io-socket-ip/Portfile	2016-08-04 01:26:10 UTC (rev 150959)
@@ -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         IO-Socket-IP 0.37
+perl5.setup         IO-Socket-IP 0.38
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         IO::Socket::IP - Family-neutral IP socket supporting both IPv4 and IPv6
@@ -19,7 +13,13 @@
 
 platforms           darwin
 
-checksums           rmd160  593feb930b47b44513346e2181af516c92575357 \
-                    sha256  2adc5f0b641d41f662b4d99c0795780c62f9af9119884d053265fc8858ae6f7b
+checksums           rmd160  e78edec9a9e1e2961daedd4978219f67e0a994d4 \
+                    sha256  0b7aca58643e821fade4c9da98fa99969c922d0317cca1007ad55bdea1b29a69
 
-supported_archs     noarch
+if {${perl5.major} != ""} {
+# use latest Socket for bugfixes not in core
+    depends_lib-append \
+                    port:p${perl5.major}-socket
+
+    supported_archs noarch
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160803/93ea9a13/attachment.html>


More information about the macports-changes mailing list