Ticket #44393: Portfile-p5-xml-parser.diff
File Portfile-p5-xml-parser.diff, 1.2 KB (added by mf2k (Frank Schima), 10 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 PortGroup perl5 1.0 5 5 6 perl5.branches 5.8 5.10 5.12 5.14 5.16 7 perl5.setup XML-Parser 2.40 8 revision 4 6 perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 7 perl5.setup XML-Parser 2.41 9 8 maintainers phoenixtrap.com:mjg 10 9 platforms darwin 11 10 categories-append textproc … … 13 12 description This is a Perl extension interface to expat. 14 13 15 14 long_description \ 16 This is a Perl extension interface to James Clark's \ 17 XML parser, expat. 15 A perl module for parsing XML documents using expat. 18 16 19 checksums md5 c66e9adba003d0667cc40115ccd837a5 \ 20 sha1 d9430d12a6382ad11e0d53a49cecc4f03cc32187 \ 21 rmd160 0e932488addc8c164d14c45899cb0432c47bf167 17 checksums rmd160 61252e5f33b205246f51c668180311e6cbd60111 \ 18 sha256 b48197cd2265a26c5f016489f11a7b450d8833cb8b3d6a46ee15975740894de9 22 19 23 20 if {${perl5.major} != ""} { 24 patchfiles inc_Devel_CheckLib.pm.patch21 patchfiles patch-CheckLib.pm.diff 25 22 depends_lib-append port:expat 26 23 }