Revision: 132426 https://trac.macports.org/changeset/132426 Author: devans@macports.org Date: 2015-01-31 18:07:38 -0800 (Sat, 31 Jan 2015) Log Message: ----------- p5-font-ttf: update to version 1.05, description, dependencies. Modified Paths: -------------- trunk/dports/perl/p5-font-ttf/Portfile Modified: trunk/dports/perl/p5-font-ttf/Portfile =================================================================== --- trunk/dports/perl/p5-font-ttf/Portfile 2015-02-01 01:37:05 UTC (rev 132425) +++ trunk/dports/perl/p5-font-ttf/Portfile 2015-02-01 02:07:38 UTC (rev 132426) @@ -4,16 +4,21 @@ PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 -perl5.setup Font-TTF 1.04 +perl5.setup Font-TTF 1.05 license Artistic-2 maintainers nomaintainer -description Perl module for TrueType Font hacking +description TTF font support for Perl long_description ${description} platforms darwin -checksums md5 ae3349a2259429c9327e183d8564d34a \ - sha1 3fcc0d97aa0fd484815846eed1d26a4a9fccd67f \ - rmd160 d5b0d11da41ce3d6f2d71cd8356fdc63b4237910 +checksums rmd160 04f22870496a73d22879ca47479acfd830751c7b \ + sha256 26c48e4e76e00f0ac00766b3cfba79f0cb8cbf005b7a39033f0e8e0d9eeafb50 -supported_archs noarch +if {${perl5.major} != ""} { + depends_lib-append \ + port:p${perl5.major}-io-string + + supported_archs noarch +} +