Ticket #41975: Portfile.py-stfio.diff

File Portfile.py-stfio.diff, 1.2 KB (added by neurodroid (Christoph Schmidt-Hieber), 10 years ago)

py-stfio Portfile patch

  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    2 # $Id: Portfile 114324 2013-12-05 08:44:51Z ryandesign@macports.org $
     2# $Id$
    33
    44PortSystem          1.0
    55PortGroup           python 1.0
    66
    77name                py-stfio
    8 version             0.13.4
     8version             0.13.7
    99categories          python science
    1010platforms           darwin
    1111license             GPL-2
     
    1616master_sites        googlecode:stimfit
    1717distname            stimfit-${version}
    1818
    19 checksums           rmd160  817eff8611680c10d1b48377ffd6527ae562594f \
    20                     sha256  474be245e9ceb86f8a62301dfa8111b8f7b6d69a6bee2e4a1d125a4277bf0abd
     19checksums           rmd160  edade1b1e28e797aa48344d875927a2b81f27ab2 \
     20                    sha256  4b6951101ee2a19adde87b80bd72b446c449a0835fa6b997430cf877bebd31a1
    2121
    22 python.versions     26 27 32 33
     22python.versions     26 27 33 34
    2323
    24 if { ${name} ne ${subport} } {
     24if { ${subport} != ${name} } {
    2525    depends_build   port:swig-python
    2626
    2727    depends_lib     port:boost \