Ticket #28404: Portfile.diff

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

update Portfile diff for relax 1.3.10

  • Portfile

    old new  
    55PortGroup           python26 1.0
    66
    77name                relax
    8 version             1.3.6
     8version             1.3.10
    99revision            1
    1010categories          science python
    1111maintainers         bromo.med.uc.edu:howarth
     
    1818master_sites        http://download.gna.org/relax/
    1919distfiles           ${name}-${version}.src.tar.bz2
    2020dist_subdir         ${name}
    21 checksums           md5     e515856a4255a832f7a0314f2e0509f3 \
    22                     sha1    1fdec7d53ae6a63def31692403227733bef5c32f \
    23                     rmd160  e0a05708bb0e4073dfed553888444c46bfc90a99
     21checksums           md5     119234c3b6543821a4b8d839c87b377c \
     22                    sha1    e4978b15ad7d19ed76ed961e08228185be9f1e8d \
     23                    rmd160  e5fa6fe47606fbf5dea7a7546f804406245225ad
    2424use_bzip2           yes
    2525depends_lib         port:scons port:py26-minfx port:py26-scientific \
    26                     port:py26-scipy
     26                    port:py26-scipy port:py26-wxpython port:pymol
    2727patchfiles          relax.patch
    2828post-patch {
    2929    reinplace  "s|@DEST_ROOT@|${destroot}|g" ${worksrcpath}/sconstruct
     
    3232}
    3333build.cmd           ${prefix}/bin/scons
    3434build.target
     35test.run            yes
     36test.cmd            relax
     37test.target         --test-suite
    3538destroot.cmd        ${build.cmd}
    3639destroot.destdir    DESTDIR=${destroot}
    3740post-destroot {