Ticket #28404: Portfile.diff
File Portfile.diff, 1.4 KB (added by howarth@…, 14 years ago) |
---|
-
Portfile
old new 5 5 PortGroup python26 1.0 6 6 7 7 name relax 8 version 1.3. 68 version 1.3.10 9 9 revision 1 10 10 categories science python 11 11 maintainers bromo.med.uc.edu:howarth … … 18 18 master_sites http://download.gna.org/relax/ 19 19 distfiles ${name}-${version}.src.tar.bz2 20 20 dist_subdir ${name} 21 checksums md5 e515856a4255a832f7a0314f2e0509f3\22 sha1 1fdec7d53ae6a63def31692403227733bef5c32f\23 rmd160 e 0a05708bb0e4073dfed553888444c46bfc90a9921 checksums md5 119234c3b6543821a4b8d839c87b377c \ 22 sha1 e4978b15ad7d19ed76ed961e08228185be9f1e8d \ 23 rmd160 e5fa6fe47606fbf5dea7a7546f804406245225ad 24 24 use_bzip2 yes 25 25 depends_lib port:scons port:py26-minfx port:py26-scientific \ 26 port:py26-scipy 26 port:py26-scipy port:py26-wxpython port:pymol 27 27 patchfiles relax.patch 28 28 post-patch { 29 29 reinplace "s|@DEST_ROOT@|${destroot}|g" ${worksrcpath}/sconstruct … … 32 32 } 33 33 build.cmd ${prefix}/bin/scons 34 34 build.target 35 test.run yes 36 test.cmd relax 37 test.target --test-suite 35 38 destroot.cmd ${build.cmd} 36 39 destroot.destdir DESTDIR=${destroot} 37 40 post-destroot {