==== Patch level 1 Source: [No source] Target: d073be05-634f-4543-b044-5fe20cf6d1d6:/trunk/dports/perl:38891 [mirrored] (http://svn.macosforge.org/repository/macports/trunk) Log: MacPorts Trac #15723: update Parse::RecDescent to 1.95.1 === p5-parse-recdescent/Portfile ================================================================== --- p5-parse-recdescent/Portfile (revision 38891) +++ p5-parse-recdescent/Portfile (patch macports-15723 level 1) @@ -2,9 +2,18 @@ PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup Parse-RecDescent 1.94 +perl5.setup Parse-RecDescent 1.95.1 +distname ${perl5.module}-v${version} revision 1 maintainers nomaintainer +master_sites http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/ +depends_lib-append port:p5-text-balanced \ + port:p5-version +depends_build-append port:p5-test-simple +livecheck.regex \ + (?:This Release)?(?:This|Latest) Release.*(?:<\[^<\]+>)?${perl5.module}-v?(\[^<\]+?)< + description Generate Recursive-Descent Parsers long_description RecDescent incrementally generates top-down \ recursive-descent text parsers from simple yacc-like \ @@ -28,6 +37,8 @@ via "scoring" of matching productions. \ See the file "RecDescent.pod" for excruciating \ detail on all of this. -checksums md5 497600b337a501eae11f31195ccec9d4 +checksums md5 122fa38d52a701897836370ae022f174 \ + sha1 b4b41e1ce0647b8045ff7fca4e8eb646ed56b8e2 \ + rmd160 2c3ffcdb0b62d852f2cd228a2916f9b0285757fe platforms darwin