Revision: 149759 https://trac.macports.org/changeset/149759 Author: devans@macports.org Date: 2016-06-29 13:35:32 -0700 (Wed, 29 Jun 2016) Log Message: ----------- p5-io-pty-easy: update to version 0.10. Modified Paths: -------------- trunk/dports/perl/p5-io-pty-easy/Portfile Modified: trunk/dports/perl/p5-io-pty-easy/Portfile =================================================================== --- trunk/dports/perl/p5-io-pty-easy/Portfile 2016-06-29 20:34:52 UTC (rev 149758) +++ trunk/dports/perl/p5-io-pty-easy/Portfile 2016-06-29 20:35:32 UTC (rev 149759) @@ -5,7 +5,7 @@ PortGroup perl5 1.0 perl5.branches 5.22 5.24 -perl5.setup IO-Pty-Easy 0.09 +perl5.setup IO-Pty-Easy 0.10 license {Artistic-1 GPL} maintainers nomaintainer description Easy interface to IO::Pty @@ -13,13 +13,14 @@ hides most of the ugly details of handling ptys, wrapping \ them instead in simple spawn/read/write commands. -checksums rmd160 8dd321bed1dc87e8bb3ae110ef5372879464ed4f \ - sha256 37dbdb49186d691481b0b10c7d82280bbe4728076251bdfbfad03b3b04e8eaeb +checksums rmd160 04d1047feeba74cbf4cd0437a79c9d97f3b6cac8 \ + sha256 4aef50c0454a640f6ff47d8a5f2ffaadaf681b34b6ffda29c3b10769e582f175 platforms darwin -supported_archs noarch if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-io-tty + + supported_archs noarch }