Ticket #34238: Portfile.diff

File Portfile.diff, 1.7 KB (added by howarth@…, 12 years ago)

relax 1.3.15 Portfile.diff

  • Portfile

    old new  
    22# $Id: Portfile 74964 2011-01-10 03:17:59Z ryandesign@macports.org $
    33
    44PortSystem          1.0
    5 PortGroup           python26 1.0
     5PortGroup           python27 1.0
    66
    77name                relax
    8 version             1.3.6
    9 revision            1
     8version             1.3.15
    109categories          science python
    1110maintainers         bromo.med.uc.edu:howarth
    1211description         Protein dynamics by NMR relax. data analysis
     
    1817master_sites        http://download.gna.org/relax/
    1918distfiles           ${name}-${version}.src.tar.bz2
    2019dist_subdir         ${name}
    21 checksums           md5     e515856a4255a832f7a0314f2e0509f3 \
    22                     sha1    1fdec7d53ae6a63def31692403227733bef5c32f \
    23                     rmd160  e0a05708bb0e4073dfed553888444c46bfc90a99
     20checksums           md5     74790cfd285c2437046e98d9241671cd \
     21                    sha1    6dcfc8911675e5a87ff326085f31530383b7a2f0 \
     22                    rmd160  51dd3dba2b841a06e180654cf77f4b1954e8d1a6
    2423use_bzip2           yes
    25 depends_lib         port:scons port:py26-minfx port:py26-scientific \
    26                     port:py26-scipy
     24depends_lib         port:scons port:py27-scipy port:py27-numpy \
     25                    port:py27-wxpython-devel port:pymol
    2726patchfiles          relax.patch
    2827post-patch {
    2928    reinplace  "s|@DEST_ROOT@|${destroot}|g" ${worksrcpath}/sconstruct
     
    3231}
    3332build.cmd           ${prefix}/bin/scons
    3433build.target
     34test.run            yes
     35test.cmd            relax
     36test.target         --test-suite
    3537destroot.cmd        ${build.cmd}
    3638destroot.destdir    DESTDIR=${destroot}
    3739post-destroot {