Ticket #51291: Portfile.diff
File Portfile.diff, 2.5 KB (added by mattcottrell, 9 years ago) |
---|
-
(a) Portfile_6.0.1 vs. (b) Portfile
a b 6 6 7 7 name arb 8 8 epoch 2 9 version 6.0.1 10 revision 3 9 version 6.0.4 11 10 categories science 12 11 maintainers mac.com:matt.cottrell 13 12 platforms darwin … … 30 29 master_sites http://download.arb-home.de/release/${name}-${version}/ 31 30 distname arb-${version}-source 32 31 extract.suffix .tgz 33 worksrcdir arbsrc_1 256532 worksrcdir arbsrc_14797 34 33 35 checksums rmd160 37c4dd0d973b737758d3da84bdfdec0bd3d44bc1\36 sha256 1b91d883981e47f3d96c4da80d9e1bf6e842e52dfe7e38b40bf3d091545aedcb34 checksums rmd160 a7e6ba2dff3eceba97d17e076c3efb333930dd72 \ 35 sha256 875301f138974694144b11091b0303a22efcfe7c6291c438881da64179820ce0 37 36 38 37 depends_build port:makedepend \ 39 38 port:pkgconfig … … 53 52 54 53 patchfiles patch-ARB-config.makefile.diff \ 55 54 patch-ARB-intro.fig.diff \ 56 patch-ARB-arb.diff \ 57 patch-ARB-arb_compiler_version.pl.diff \ 58 patch-Makefile.diff 59 55 patch-ARB-arb.diff 56 60 57 platform darwin { 61 58 if {${os.major} < 11} { 62 59 depends_build-append port:coreutils … … 103 100 file rename ${worksrcpath}/lib/arb_tcp.dat ${worksrcpath}/lib/arb_tcp.dat.default 104 101 file rename ${worksrcpath}/lib/macros ${worksrcpath}/lib/macros.default 105 102 106 eval xinstall -m 0755[glob ${worksrcpath}/bin/*] ${destroot}${prefix}/bin103 xinstall -m 0755 {*}[glob ${worksrcpath}/bin/*] ${destroot}${prefix}/bin 107 104 108 105 file mkdir ${destroot}${prefix}/share/arb/bin 109 106 file copy ${worksrcpath}/PERL_SCRIPTS ${destroot}${prefix}/share/arb/PERL_SCRIPTS … … 117 114 118 115 ln -s ${prefix}/bin/arb_pt_server ${destroot}${prefix}/share/arb/bin/arb_pt_server 119 116 ln -s ${prefix}/bin/arb_name_server ${destroot}${prefix}/share/arb/bin/arb_name_server 117 ln -s ${prefix}/bin/muscle ${destroot}${prefix}/share/arb/bin/muscle 120 118 121 119 xinstall -m 777 -d ${destroot}${prefix}/share/arb/lib/pts 122 120 }