Ticket #8967: Portfile.diff

File Portfile.diff, 1.1 KB (added by yuhei@…, 18 years ago)

Portfile patch

  • Portfile

    ? Portfile.diff
    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/python/py-tables/Portfile,v
    retrieving revision 1.5
    diff -u -b -w -r1.5 Portfile
     
    44PortGroup python24 1.0
    55
    66name                    py-tables
    7 version                 0.9.1
     7version                 1.3.1
    88categories              python science
    99platforms               darwin
    1010maintainers             mww@opendarwin.org
     
    1919homepage                http://pytables.sourceforge.com/
    2020master_sites    sourceforge:pytables
    2121distname                pytables-${version}
    22 checksums               md5 f6dc98bbf097bf901281d11544111aa1
     22checksums               md5 b606a3e735a2d745807b6a1fac250dd3
    2323
    2424depends_lib-append      lib:libhdf5:hdf5 \
    2525                                port:py-numarray
     
    3636destroot.args   --hdf5=${prefix}
    3737
    3838post-destroot   {
    39         xinstall -m 644 -W ${worksrcpath} ANNOUNCE.txt LICENSE README.txt \
     39        xinstall -m 644 -W ${worksrcpath} ANNOUNCE.txt LICENSE.txt README.txt \
    4040                RELEASE-NOTES.txt THANKS TODO.txt \
    4141                ${destroot}${prefix}/share/doc/${name}
    4242}