Ticket #51143: Portfile-tmux.diff
File Portfile-tmux.diff, 2.4 KB (added by tessus (Helmut K. C. Tessarek), 9 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 PortGroup github 1.0 6 6 7 github.setup tmux tmux 2. 17 github.setup tmux tmux 2.2 8 8 if {${subport} eq ${name}} { 9 revision 39 revision 0 10 10 conflicts tmux-devel 11 11 } 12 12 subport tmux-devel { 13 github.setup tmux tmux e9d369a09e48ea8f940958025c8444988d31e84014 version 20160 219-[string range ${github.version} 0 6]13 github.setup tmux tmux 9a4b45dc0fdefead3fe9d471e144da78163860d0 14 version 20160410-[string range ${github.version} 0 6] 15 15 revision 0 16 16 conflicts tmux 17 17 } … … 31 31 32 32 if {${subport} eq ${name}} { 33 33 github.tarball_from releases 34 checksums rmd160 db078b7149e009aecb200c4cbb39be72190a14dc \ 35 sha256 31564e7bf4bcef2defb3cb34b9e596bd43a3937cad9e5438701a81a5a9af6176 36 patchfiles fix-reattach-with-session-list.patch 34 checksums rmd160 5d636bb7a4c5d80e2dba4179ddd65bc49f471e37 \ 35 sha256 bc28541b64f99929fe8e3ae7a02291263f3c97730781201824c0f05d7c8e19e4 37 36 } 38 37 subport tmux-devel { 39 checksums rmd160 c38a7cc9800025436a419690940c26a370828cc9\40 sha256 2a48ff122f22de57855f80cec9acc74ec886a8fcf4a0236d8421cd048771a3ad38 checksums rmd160 941bb491c7e40ab1ff44306fbb1144bdde30de9b \ 39 sha256 6f45b5bcd1aabf6c4b036a0529ab913b6c5e4dcfc53c21542ea0669fe1eb2f45 41 40 42 41 use_autoreconf yes 43 42 autoreconf.cmd ./autogen.sh … … 57 56 58 57 post-destroot { 59 58 xinstall -m 0755 -d ${destroot}${prefix}/share/doc/tmux 60 xinstall -m 0644 {*}[glob ${worksrcpath}/examples/*.conf]${destroot}${prefix}/share/doc/tmux59 xinstall -m 0644 ${worksrcpath}/example_tmux.conf ${destroot}${prefix}/share/doc/tmux 61 60 xinstall -m 0755 -d ${destroot}${prefix}/share/vim/vimfiles/syntax 62 xinstall -m 0644 ${ worksrcpath}/examples/tmux.vim ${destroot}${prefix}/share/vim/vimfiles/syntax61 xinstall -m 0644 ${filespath}/tmux.vim ${destroot}${prefix}/share/vim/vimfiles/syntax 63 62 xinstall -m 0755 -d ${destroot}${prefix}/share/vim/vimfiles/ftdetect 64 63 xinstall -m 0644 ${filespath}/ftdetect-tmux.vim ${destroot}${prefix}/share/vim/vimfiles/ftdetect/tmux.vim 65 64 }