Revision: 149121 https://trac.macports.org/changeset/149121 Author: mojca@macports.org Date: 2016-05-31 08:29:10 -0700 (Tue, 31 May 2016) Log Message: ----------- p5-html-format replaced by p5-html-formatter, update to 2.14, add some test dependencies (#51530) Modified Paths: -------------- trunk/dports/perl/p5-html-format/Portfile trunk/dports/perl/p5-html-formatter/Portfile Added Paths: ----------- trunk/dports/perl/p5-html-formatter/ Modified: trunk/dports/perl/p5-html-format/Portfile =================================================================== --- trunk/dports/perl/p5-html-format/Portfile 2016-05-31 15:11:39 UTC (rev 149120) +++ trunk/dports/perl/p5-html-format/Portfile 2016-05-31 15:29:10 UTC (rev 149121) @@ -6,28 +6,15 @@ perl5.branches 5.22 5.24 perl5.setup HTML-Format 2.12 ../by-authors/id/N/NI/NIGELM -maintainers geeklair.net:dluke openmaintainer -description Perl modules that format HTML as plaintext, PostScript or RTF. -license {Artistic-1 GPL} +revision 1 -long_description ${description} -checksums rmd160 c25d731c2568426db72ab042ae412cdcbde1237e \ - sha256 a8f76839e46a22c64b8635b82072799caf77393d2102fba81041db6348c66899 +depends_lib -platforms darwin - if {${perl5.major} != ""} { - depends_build-append \ - port:p${perl5.major}-file-slurper \ - port:p${perl5.major}-test-cpan-meta \ - port:p${perl5.major}-test-eol \ - port:p${perl5.major}-test-notabs - - depends_lib-append \ - port:p${perl5.major}-html-tree \ - port:p${perl5.major}-font-afm - - supported_archs noarch - perl5.use_module_build + replaced_by p${perl5.major}-html-formatter +} else { + replaced_by p5-html-formatter } + +PortGroup obsolete 1.0 Modified: trunk/dports/perl/p5-html-formatter/Portfile =================================================================== --- trunk/dports/perl/p5-html-format/Portfile 2016-05-31 14:17:38 UTC (rev 149116) +++ trunk/dports/perl/p5-html-formatter/Portfile 2016-05-31 15:29:10 UTC (rev 149121) @@ -5,15 +5,15 @@ PortGroup perl5 1.0 perl5.branches 5.22 5.24 -perl5.setup HTML-Format 2.12 ../by-authors/id/N/NI/NIGELM +perl5.setup HTML-Formatter 2.14 ../by-authors/id/N/NI/NIGELM maintainers geeklair.net:dluke openmaintainer description Perl modules that format HTML as plaintext, PostScript or RTF. license {Artistic-1 GPL} long_description ${description} -checksums rmd160 c25d731c2568426db72ab042ae412cdcbde1237e \ - sha256 a8f76839e46a22c64b8635b82072799caf77393d2102fba81041db6348c66899 +checksums rmd160 3bc42add45554a6a8ed7980b69a16e848537b7d5 \ + sha256 d28eeeab48ab5f7bfcc73cc106b0f756073d98d48dfdb91ca2951f832f8e035e platforms darwin @@ -28,6 +28,10 @@ port:p${perl5.major}-html-tree \ port:p${perl5.major}-font-afm + depends_test-append \ + port:p${perl5.major}-io \ + port:p${perl5.major}-test-harness + supported_archs noarch perl5.use_module_build }