Ticket #15723: p5-parse-recdescent-1.95-1.diff.txt

File p5-parse-recdescent-1.95-1.diff.txt, 1.6 KB (added by stolen-from-macports-trac@…, 16 years ago)
Line 
1==== Patch <macports-15723> level 1
2Source: [No source]
3Target: d073be05-634f-4543-b044-5fe20cf6d1d6:/trunk/dports/perl:38891 [mirrored]
4        (http://svn.macosforge.org/repository/macports/trunk)
5Log:
6MacPorts Trac #15723:  update Parse::RecDescent to 1.95.1
7=== p5-parse-recdescent/Portfile
8==================================================================
9--- p5-parse-recdescent/Portfile        (revision 38891)
10+++ p5-parse-recdescent/Portfile        (patch macports-15723 level 1)
11@@ -2,9 +2,18 @@
12 PortSystem 1.0
13 PortGroup perl5 1.0
14 
15-perl5.setup            Parse-RecDescent 1.94
16+perl5.setup            Parse-RecDescent 1.95.1
17+distname        ${perl5.module}-v${version}
18 revision               1
19 maintainers            nomaintainer
20+master_sites            http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/
21+depends_lib-append      port:p5-text-balanced \
22+                        port:p5-version
23+depends_build-append    port:p5-test-simple
24+livecheck.regex \
25+    (?:This Release)?<td class=label>(?:This|Latest) Release</td>.*<td\
26+    class=cell>(?:<\[^<\]+>)?${perl5.module}-v?(\[^<\]+?)<
27+
28 description            Generate Recursive-Descent Parsers
29 long_description       RecDescent incrementally generates top-down \
30                                        recursive-descent text parsers from simple yacc-like \
31@@ -28,6 +37,8 @@
32                                        via "scoring" of matching productions. \
33                                        See the file "RecDescent.pod" for excruciating \
34                                        detail on all of this.
35-checksums              md5 497600b337a501eae11f31195ccec9d4
36+checksums           md5    122fa38d52a701897836370ae022f174 \
37+                    sha1   b4b41e1ce0647b8045ff7fca4e8eb646ed56b8e2 \
38+                    rmd160 2c3ffcdb0b62d852f2cd228a2916f9b0285757fe
39 platforms              darwin
40