Ticket #41682: patch-Portfile.diff

File patch-Portfile.diff, 1.5 KB (added by dbevans (David B. Evans), 10 years ago)

Proposed patch for Portfile

  • Portfile

     
    1     # -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
     1# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
    22# $Id$
    33
    44PortSystem          1.0
     
    55PortGroup           python 1.0
    66PortGroup           github 1.0
    77
    8 github.setup        pymc-devs pymc 2.3
    9 revision            2
     8github.setup        pymc-devs pymc 2.3 v
     9revision            3
    1010name                py-pymc
    1111maintainers         nomaintainer
    1212license             BSD
     
    2121
    2222platforms           darwin
    2323
    24 dist_subdir         ${name}/${version}_2
     24dist_subdir         ${name}/${version}_${revision}
    2525
    2626
    2727python.versions     26 27 32 33
     
    2929if {${name} ne ${subport}} {
    3030    depends_lib-append  port:py${python.version}-numpy
    3131
    32     checksums           rmd160  8f810928bd2edf8fbd857eb08530e81d9a661028 \
    33                         sha256  b4ce92cfffcdebfb4e4083bae5113b019b8ef2c33f3fd020d2818cc3a9a4b53d
     32    checksums       md5     e49de8920609727c13de42f3101454fe \
     33                    rmd160  0c0d9f7ef37cbe0ff608a8e059cff6f8cdb6587e \
     34                    sha256  506455fd0a4f27db4448fcf8343ffa60d1c16a1f2819c947edf52f0fe2f4070d
    3435
    3536    set gcc_versions {4.3 4.4 4.5 4.6 4.7 4.8 4.9}
    3637    set default_fortran_variant +gcc48