Revision: 148155 https://trac.macports.org/changeset/148155 Author: devans@macports.org Date: 2016-04-28 06:26:46 -0700 (Thu, 28 Apr 2016) Log Message: ----------- p5-cbor-xs: update to version 1.5, dependencies. Modified Paths: -------------- trunk/dports/perl/p5-cbor-xs/Portfile Modified: trunk/dports/perl/p5-cbor-xs/Portfile =================================================================== --- trunk/dports/perl/p5-cbor-xs/Portfile 2016-04-28 09:27:17 UTC (rev 148154) +++ trunk/dports/perl/p5-cbor-xs/Portfile 2016-04-28 13:26:46 UTC (rev 148155) @@ -5,7 +5,7 @@ PortGroup perl5 1.0 perl5.branches 5.22 -perl5.setup CBOR-XS 1.41 ../by-authors/id/M/ML/MLEHMANN +perl5.setup CBOR-XS 1.5 ../by-authors/id/M/ML/MLEHMANN license {Artistic-1 GPL} maintainers devans openmaintainer description CBOR::XS - Concise Binary Object Representation (CBOR, RFC7049) @@ -13,10 +13,13 @@ platforms darwin -checksums rmd160 16829691dd07abdfbb87b75e2ab210a2a9177f8a \ - sha256 96da538b3477fea239635155bcb6c77d65cc6e799791ddf59142828cd9df3b0b +checksums rmd160 1f46efa72e677b84de68b3d326893bd322f80334 \ + sha256 5871ef1a4c6aa8aec2fd8df26321539c151f1d670d08d404fb3761b21f710639 if {${perl5.major} != ""} { + depends_build-append \ + port:p${perl5.major}-canary-stability + depends_lib-append \ port:p${perl5.major}-common-sense \ port:p${perl5.major}-types-serialiser