Ticket #34238: Portfile.diff
File Portfile.diff, 1.7 KB (added by howarth@…, 13 years ago) |
---|
-
Portfile
old new 2 2 # $Id: Portfile 74964 2011-01-10 03:17:59Z ryandesign@macports.org $ 3 3 4 4 PortSystem 1.0 5 PortGroup python2 61.05 PortGroup python27 1.0 6 6 7 7 name relax 8 version 1.3.6 9 revision 1 8 version 1.3.15 10 9 categories science python 11 10 maintainers bromo.med.uc.edu:howarth 12 11 description Protein dynamics by NMR relax. data analysis … … 18 17 master_sites http://download.gna.org/relax/ 19 18 distfiles ${name}-${version}.src.tar.bz2 20 19 dist_subdir ${name} 21 checksums md5 e515856a4255a832f7a0314f2e0509f3\22 sha1 1fdec7d53ae6a63def31692403227733bef5c32f\23 rmd160 e0a05708bb0e4073dfed553888444c46bfc90a9920 checksums md5 74790cfd285c2437046e98d9241671cd \ 21 sha1 6dcfc8911675e5a87ff326085f31530383b7a2f0 \ 22 rmd160 51dd3dba2b841a06e180654cf77f4b1954e8d1a6 24 23 use_bzip2 yes 25 depends_lib port:scons port:py2 6-minfx port:py26-scientific\26 port:py2 6-scipy24 depends_lib port:scons port:py27-scipy port:py27-numpy \ 25 port:py27-wxpython-devel port:pymol 27 26 patchfiles relax.patch 28 27 post-patch { 29 28 reinplace "s|@DEST_ROOT@|${destroot}|g" ${worksrcpath}/sconstruct … … 32 31 } 33 32 build.cmd ${prefix}/bin/scons 34 33 build.target 34 test.run yes 35 test.cmd relax 36 test.target --test-suite 35 37 destroot.cmd ${build.cmd} 36 38 destroot.destdir DESTDIR=${destroot} 37 39 post-destroot {