Ticket #33195: py-apptools_Portfile.diff

File py-apptools_Portfile.diff, 1.8 KB (added by jjstickel (Jonathan Stickel), 13 years ago)

Portfile patch with fewer cosmetic changes

  • python/py-apptools/Portfile

    old new  
    55PortGroup           python 1.0
    66
    77name                py-apptools
    8 version             3.4.1
     8version             4.0.1
    99categories-append   devel
    1010maintainers         vcn.com:jjstickel openmaintainer
    1111description         The Enthought apptools package
     
    1414    They implement functionality that is commonly needed by many applications.\
    1515    These packages are distributed together as the AppTools project.
    1616platforms           darwin
    17 homepage            http://code.enthought.com/projects/app_tools.php
     17homepage            https://github.com/enthought/apptools
    1818master_sites        http://www.enthought.com/repo/ets/
    19 distname            AppTools-${version}
     19distname            appTools-${version}
    2020
    21 checksums           md5     f0c6b4b00c930f6db9d48de2353c28fc \
    22                     sha1    9a36a06bbe3d80993cd4b5d40189b8e5716fa76f \
    23                     rmd160  f93c65bdc1b7aeb698794c5e8333382c0dd626bf
     21checksums           md5     cd988ecf41f790dbd2a266d237c673d2 \
     22                    sha1    0ffa78ea4857e5192c494a67c93f5a7014df1c0e \
     23                    rmd160  6fc5ca5db74185ffca836879a7d9078dd0ed3f10
    2424
    2525python.versions        25 26 27
    26 python.default_version 25
     26python.default_version 27
    2727
    2828if {$subport != $name} {
    2929    depends_build-append  port:py${python.version}-distribute
    30    
    31     depends_lib-append    port:py${python.version}-configobj \
    32                           port:py${python.version}-numpy \
    33                           port:py${python.version}-envisagecore \
    34                           port:py${python.version}-traitsgui
     30    depends_lib-append    port:py${python.version}-traitsui
    3531}