Ticket #15787: patch-for-15787.txt

File patch-for-15787.txt, 1.2 KB (added by stolen-from-macports-trac@…, 16 years ago)
Line 
1Index: perl/p5-text-quoted/Portfile
2===================================================================
3--- perl/p5-text-quoted/Portfile        (revision 37923)
4+++ perl/p5-text-quoted/Portfile        (working copy)
5@@ -1,12 +1,20 @@
6 # $Id$
7-PortSystem 1.0
8+
9+PortSystem      1.0
10 PortGroup perl5 1.0
11 
12-perl5.setup            Text-Quoted 1.8
13-maintainers            nomaintainer
14-description            Extract the structure of a quoted mail message
15-long_description       ${description}
16-checksums              md5 cab9d462b480437bab72b6044ac6c788
17-platforms              darwin
18-depends_lib-append     port:p5-text-autoformat \
19-                       port:p5-text-tabsxwrap
20+perl5.setup     Text-Quoted 2.05
21+maintainers     nomaintainer
22+description     Extract the structure of a quoted mail message
23+long_description \
24+                Text::Quoted examines the structure of some text which may \
25+                contain multiple different levels of quoting, and turns the \
26+                text into a nested data structure.
27+
28+checksums       md5     f7aca30c32c2a27ce15a2928a45c9f22 \
29+                sha1    53486e42a9a464a410763a6e0886b6bc18c273b7 \
30+                rmd160  b2c9f91839c935a16c62ac9b1f03283dcc0f64bd
31+
32+platforms               darwin
33+depends_lib-append      port:p5-text-autoformat
34+depends_build-append    port:p5-test-simple