Ticket #40373: Portfile.diff

File Portfile.diff, 1.4 KB (added by howarth@…, 11 years ago)

Portfile.diff to update relax to 3.0.0 and apply relax-script.patch to fix glitch in 3.0.0 release tar ball.

  • Portfile

    old new  
    66PortGroup           wxWidgets 1.0
    77
    88name                relax
    9 version             2.2.4
     9version             3.0.0
    1010categories          science python chemistry
    1111maintainers         bromo.med.uc.edu:howarth
    1212description         Protein dynamics by NMR relax. data analysis
     
    1818master_sites        http://download.gna.org/relax/
    1919distfiles           ${name}-${version}.src.tar.bz2
    2020dist_subdir         ${name}
    21 checksums           md5     0b8c7b357f7ca662506ee339dd41cbd7 \
    22                     sha1    e0c3548566ae8b44ed9f761600568180a5de2224 \
    23                     rmd160  815834bc2f6b63a4f2fa0f68839de25166694274
     21checksums           md5     eb89c6879545973de95d58797f584301 \
     22                    sha1    f0cc6716d44bcbf4b8fd6b73d6d5847e738700fc \
     23                    rmd160  7124ecee5c35eb8935c966759b6707a26fce7fe1
    2424use_bzip2           yes
    2525depends_lib-append  port:scons port:py27-scipy port:py27-numpy \
    2626                    port:py27-wxpython-3.0 port:pymol
    27 patchfiles          relax.patch
     27patchfiles          relax.patch relax-script.patch
    2828post-patch {
    2929    reinplace  "s|'i386', 'ppc', 'x86_64'|'${build_arch}'|g" ${worksrcpath}/sconstruct
    3030    reinplace  "s|cflags = '-I'|cflags = '-O3 -ffast-math -funroll-loops -I'|g" ${worksrcpath}/sconstruct