Changeset 77729 for trunk/dports


Ignore:
Timestamp:
Apr 10, 2011, 7:01:33 PM (13 years ago)
Author:
ryandesign@…
Message:

py-cheetah: update to 2.4.4; see #28522

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-cheetah/Portfile

    r57375 r77729  
    55
    66name                    py-cheetah
    7 version                 2.0.1
     7version                 2.4.4
     8revision                1
    89categories              python www
    910platforms               darwin
     
    2021master_sites    sourceforge:cheetahtemplate
    2122distname                Cheetah-${version}
    22 checksums               sha1 6c1aab90bf2d34f3f72998c96ff2767d870a5e7d
     23
     24checksums               sha1    c218f5d8bc97b39497680f6be9b7bd093f696e89 \
     25                                rmd160  ae516e090313864f03dbfe131dada3fec9f60243
    2326
    2427post-destroot {
    25         xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README TODO \
     28        xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README.markdown TODO \
    2629                ${destroot}${prefix}/share/doc/${name}
    27         foreach f {cheetah cheetah-compile} {
    28                 file rename ${destroot}${prefix}/bin/${f} \
    29                         ${destroot}${prefix}/bin/${f}-2.4
     30        foreach f [glob ${destroot}${prefix}/bin/*] {
     31                move ${f} ${f}-2.4
    3032        }
    3133}
Note: See TracChangeset for help on using the changeset viewer.