Changeset 77730 for trunk/dports


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

py25-cheetah: update to 2.4.4 and append python version number to program names, like the other py*-cheetah ports already do; see #28522

File:
1 edited

Legend:

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

    r57375 r77730  
    55
    66name                    py25-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               md5 7845a2950ea850a13c488a26b61ac50a \
    23                         sha1 6c1aab90bf2d34f3f72998c96ff2767d870a5e7d \
    24                         rmd160 9e8ef0afc4eabd1349e4228f5ad78551f7bddbe4
    2523
     24checksums               sha1    c218f5d8bc97b39497680f6be9b7bd093f696e89 \
     25                                rmd160  ae516e090313864f03dbfe131dada3fec9f60243
    2626
    2727post-destroot {
    28         xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README TODO \
     28        xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README.markdown TODO \
    2929                ${destroot}${prefix}/share/doc/${name}
     30        foreach f [glob ${destroot}${prefix}/bin/*] {
     31                move ${f} ${f}-2.5
     32        }
    3033}
    3134
Note: See TracChangeset for help on using the changeset viewer.