Revision: 149752 https://trac.macports.org/changeset/149752 Author: devans@macports.org Date: 2016-06-29 13:27:08 -0700 (Wed, 29 Jun 2016) Log Message: ----------- p5-expect: update to version 1.33, dependencies, cope with non-standard worksrcdir. Modified Paths: -------------- trunk/dports/perl/p5-expect/Portfile Modified: trunk/dports/perl/p5-expect/Portfile =================================================================== --- trunk/dports/perl/p5-expect/Portfile 2016-06-29 20:24:31 UTC (rev 149751) +++ trunk/dports/perl/p5-expect/Portfile 2016-06-29 20:27:08 UTC (rev 149752) @@ -5,7 +5,7 @@ PortGroup perl5 1.0 perl5.branches 5.22 5.24 -perl5.setup Expect 1.32 +perl5.setup Expect 1.33 license {Artistic-1 GPL} maintainers nomaintainer description Perl version of the TCL "expect" tool @@ -15,15 +15,16 @@ have heard of the original Tcl version of Expect, or where \ documentation (book form) on Expect may be obtained. -checksums rmd160 f59f69705929904bf60ee00907f0c2ed2e8215a5 \ - sha256 d1f96842a5c7dd8516b202b530d87a70b65e7054d3bf975c34f6a42084e54e25 - platforms darwin -supported_archs noarch +checksums rmd160 cf7f240b30617e6dbd344f8cbd282bb91a0581dc \ + sha256 fddfea6980c4f6771d979472e3e084fb55ca9b92bd39ebabdb2522594bf05ff2 + +worksrcdir expect.pm-${worksrcdir} + if {${perl5.major} != ""} { - depends_build-append \ - port:p${perl5.major}-test-exception depends_lib-append \ port:p${perl5.major}-io-tty + + supported_archs noarch }
participants (1)
-
devans@macports.org