Ticket #15785: patch-for-15785.txt

File patch-for-15785.txt, 1.0 KB (added by stolen-from-macports-trac@…, 16 years ago)
Line 
1Index: perl/p5-text-wrapper/Portfile
2===================================================================
3--- perl/p5-text-wrapper/Portfile       (revision 37923)
4+++ perl/p5-text-wrapper/Portfile       (working copy)
5@@ -1,10 +1,20 @@
6 # $Id$
7-PortSystem 1.0
8+
9+PortSystem      1.0
10 PortGroup perl5 1.0
11 
12-perl5.setup            Text-Wrapper 1.000
13-maintainers            nomaintainer
14-description            Simple word wrapping routine
15-long_description       ${description}
16-checksums              md5 9f78b13b4c32c61e6aac5cefd75989dd
17-platforms              darwin
18+perl5.setup     Text-Wrapper 1.02
19+maintainers     nomaintainer
20+description     Simple word wrapping routine
21+
22+long_description \
23+    This module provides simple word wrapping.  It breaks long lines, \
24+    but does not alter spacing or remove existing line breaks.
25+
26+checksums   md5     a0cdfe6e9e9627db147b3970d3fcad4d \
27+            sha1    d6dc32314765a8e8c144734846e07bd896aebff1 \
28+            rmd160  e4a627b5d566160a9b5c079dcb4dc40ebeb06cf1
29+
30+platforms               darwin
31+perl5.use_module_build
32+depends_build-append    port:p5-test-simple