Revision: 149761 https://trac.macports.org/changeset/149761 Author: devans@macports.org Date: 2016-06-29 13:36:54 -0700 (Wed, 29 Jun 2016) Log Message: ----------- p5-list-allutils: update to version 0.11, dependencies. Modified Paths: -------------- trunk/dports/perl/p5-list-allutils/Portfile Modified: trunk/dports/perl/p5-list-allutils/Portfile =================================================================== --- trunk/dports/perl/p5-list-allutils/Portfile 2016-06-29 20:36:08 UTC (rev 149760) +++ trunk/dports/perl/p5-list-allutils/Portfile 2016-06-29 20:36:54 UTC (rev 149761) @@ -5,7 +5,7 @@ PortGroup perl5 1.0 perl5.branches 5.22 5.24 -perl5.setup List-AllUtils 0.10 +perl5.setup List-AllUtils 0.11 platforms darwin maintainers nomaintainer license Artistic-2 @@ -15,11 +15,12 @@ long_description ${description} -checksums rmd160 acc948461b5f89e9c4ac60cbbc82a687f9f3db3e \ - sha256 5c33d562782bd488d2852fe9a8404ac9c765b8d3aa9014c46c55bb15eadf93e1 +checksums rmd160 c832ecd411e23b7afcc4cff8dd79c4dafd506dc6 \ + sha256 762dcb0067fdba061104be834747f6b8bd27897389e77aed458f35dfe4d04998 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-scalar-list-utils \ + port:p${perl5.major}-list-utilsby \ port:p${perl5.major}-list-someutils }