Ticket #22411: Portfile.diff

File Portfile.diff, 1.1 KB (added by adfernandes (Andrew Fernandes), 14 years ago)
  • Portfile

     
    44PortGroup python26 1.0
    55
    66name                    py26-cheetah
    7 version                 2.0.1
     7version                 2.4.0
    88categories              python www
    99platforms               darwin
    1010maintainers             nomaintainer
     
    1717                                expected to be its principle user group.
    1818
    1919homepage                http://www.cheetahtemplate.org/
    20 master_sites    sourceforge:cheetahtemplate
     20master_sites    http://pypi.python.org/packages/source/C/Cheetah/
    2121distname                Cheetah-${version}
    22 checksums               md5 7845a2950ea850a13c488a26b61ac50a \
    23                         sha1 6c1aab90bf2d34f3f72998c96ff2767d870a5e7d \
    24                         rmd160 9e8ef0afc4eabd1349e4228f5ad78551f7bddbe4
     22checksums               md5 873f5440676355512f176fc4ac01011e \
     23                        sha1 a5597f53413294f7894a2dec5576216c2182e2ed \
     24                        rmd160 10d791aa84509ecdf900ec2946138c5ad243de5a
    2525
    2626
    2727post-destroot {
    28         xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README TODO \
     28        xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE TODO \
    2929                ${destroot}${prefix}/share/doc/${name}
    3030        ln -s ${python.prefix}/bin/cheetah ${destroot}${prefix}/bin/cheetah-2.6
    3131        ln -s ${python.prefix}/bin/cheetah-compile \