New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #33964: Portfile.diff

File Portfile.diff, 1.8 KB (added by howarth@…, 14 months ago)

Portfile diff for ccpnmr 2.2.2

  • Portfile

    old new  
    44PortSystem          1.0 
    55 
    66name                ccpnmr 
    7 version             2.1.5 
     7version             2.2.2 
    88set branch          [join [lrange [split $version .] 0 1] .] 
    99categories          science python 
    1010maintainers         bromo.med.uc.edu:howarth 
     
    1717                    experimental data to the final validation. 
    1818platforms           darwin 
    1919homepage            http://www.ccpn.ac.uk/ccpn/software/ccpnmr-suite 
    20 master_sites        http://www.bio.cam.ac.uk/ccpn/download/ccpnmr/ 
     20master_sites        http://www2.ccpn.ac.uk/download/ccpnmr/ 
    2121distname            analysis${version} 
    22 checksums           md5     e1e93cac7516c6f8fbe4b503a223cdd4 \ 
    23                     sha1    70dc5e6b2752d6b7d5c8673fc992ebd0a88e6ad0 
     22checksums           md5     a3ede39ed484d261eb82137055dc66a1 \ 
     23                    sha1    825ad7487ef6191baac0e5aa3d0ec6a6ed94a04f 
    2424worksrcdir          ${name} 
    25 depends_lib         port:py26-scipy port:mesa port:freeglut port:tk port:py26-tkinter 
     25depends_lib         port:py27-scipy port:mesa port:freeglut port:tk port:py27-tkinter port:gcc45 
    2626patchfiles          ccpnmr.patch 
    2727use_configure       no 
    2828 
    29 set python.branch       2.6 
     29set python.branch       2.7 
    3030set python.prefix       ${frameworks_dir}/Python.framework/Versions/${python.branch} 
    3131set python.bin  ${python.prefix}/bin/python${python.branch} 
    3232set python.pkgd ${python.prefix}/lib/python${python.branch}/site-packages 
     
    5454pre-build { 
    5555    copy ${worksrcpath}/ccpnmr${branch}/c/environment-opengl.txt ${worksrcpath}/ccpnmr${branch}/c/environment.txt 
    5656} 
     57 
     58configure.compiler  macports-gcc-4.5 
    5759build.args      CC=${configure.cc} ARCHFLAGS="${configure.cc_archflags}" 
    5860build.dir       ${worksrcpath}/ccpnmr${branch}/c 
    5961build.target    all links