Ticket #43534: gildas-ryandesign.diff
File gildas-ryandesign.diff, 1.5 KB (added by ryandesign (Ryan Carsten Schmidt), 11 years ago) |
---|
-
Portfile
5 5 PortGroup compilers 1.0 6 6 7 7 name gildas 8 version 201404b 8 version 201404c 9 set my_version [string tolower [clock format [clock scan 2000-[string range ${version} 4 5]-10] -format %b]][string range ${version} 2 3][string range ${version} 6 end] 9 10 categories science 10 11 platforms darwin 11 12 maintainers gmail.com:sebastien.maret … … 25 26 26 27 homepage http://www.iram.fr/IRAMFR/GILDAS/gildas.html 27 28 master_sites http://www.iram.fr/~gildas/dist/ 28 distname ${name}-src- apr14b29 distname ${name}-src-${my_version} 29 30 30 checksums rmd160 02f59882bc19c656bd5bec6f79a220915003fb76\31 sha256 4a6c7ef9bb7c96549c61847eb58fc4adca361b4fb260faf94f7d84e76019398131 checksums rmd160 8ebf90758e521e22c6ee69669832dc726c9fc78e \ 32 sha256 e229d8645d78271419dafd7949afde3546665520f1835f1204ca7ee8155525aa 32 33 33 34 patch.pre_args -p1 34 35 patchfiles patch-admin-Makefile.diff \ … … 102 103 } 103 104 104 105 destroot { 105 xinstall -d ${destroot}${prefix}/lib 106 copy ${workpath}/gildas-exe-apr14b ${destroot}${prefix}/lib/gildas 106 copy ${workpath}/gildas-exe-${my_version} ${destroot}${prefix}/lib/gildas 107 107 108 108 xinstall ${filespath}/astro.in ${destroot}${prefix}/bin/astro 109 109 xinstall ${filespath}/class.in ${destroot}${prefix}/bin/class