Changeset 99035


Ignore:
Timestamp:
Oct 24, 2012, 4:39:11 PM (12 years ago)
Author:
jmr@…
Message:

py*-configobj: unify

Location:
trunk/dports/python
Files:
3 deleted
1 edited

Legend:

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

    r70583 r99035  
    33
    44PortSystem          1.0
    5 PortGroup           python24 1.0
     5PortGroup           python 1.0
    66
    77name                py-configobj
    8 version             4.5.2
     8version             4.6.0
     9license             BSD
    910maintainers         akitada openmaintainer
    1011description         Config file reading, writing and validation.
     
    3839distname            configobj-${version}
    3940use_zip             yes
    40 checksums           md5 b84e6ce4f8ef5fa1c466cc3561099a66 \
    41                     sha1 6a9e72cf55156a35abb7eb4df756b6884cfb77b6 \
    42                     rmd160 a69935ec51fd267070d8c0517b1b39adfdd5c275
    43 post-destroot {
    44     foreach f [glob -directory ${worksrcpath}/docs *] {
    45         copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
     41checksums           md5 286907e06061e272137f48e5f611a526 \
     42                    sha1 b6f2863c67c461702188f3eae0d57fa7dc4ceac6 \
     43                    rmd160 d2b102a6642237ef3780c5efc9de48356ed472fc
     44
     45python.versions     24 25 26 27
     46
     47if {$subport != $name} {
     48    post-destroot {
     49        foreach f [glob -directory ${worksrcpath}/docs *] {
     50            copy $f ${destroot}${prefix}/share/doc/${subport}/[file tail $f]
     51        }
    4652    }
    4753}
Note: See TracChangeset for help on using the changeset viewer.