Ticket #16876: py25-reportlab.diff

File py25-reportlab.diff, 872 bytes (added by roel.van.os@…, 16 years ago)

Patch that upgrades the Portfile from 2.1 to 2.2

  • Portfile

    old new  
    44PortGroup python25 1.0
    55
    66name                    py25-reportlab
    7 version                 2.1
     7version                 2.2
    88categories              python
    99maintainers             nomaintainer
    1010platforms               darwin freebsd
     
    1515
    1616homepage                http://www.reportlab.org/rl_toolkit.html
    1717master_sites    http://www.reportlab.org/ftp/
    18 distfiles               ReportLab_2_1.tgz
    19 checksums               sha1 67c6fba57b6372987dd3280be257a1f6bb7fff80
     18distfiles               ReportLab_2_2.tgz
     19checksums               sha1 6cd751111950a97859b901824e83bf4836b6b6a5
    2020depends_lib-append      port:py25-numeric
    2121
    22 worksrcdir              reportlab_2_1/reportlab
     22worksrcdir              reportlab_2_2
    2323
    2424post-destroot   {
    25         xinstall -m 644 -W ${worksrcpath} README changes license.txt \
     25        xinstall -m 644 -W ${worksrcpath} README.txt CHANGES.TXT LICENSE.txt \
    2626                ${destroot}${prefix}/share/doc/${name}
    2727}