Ticket #51143: Portfile-tmux.diff

File Portfile-tmux.diff, 2.4 KB (added by tessus (Helmut K. C. Tessarek), 8 years ago)
  • Portfile

    old new  
    44PortSystem      1.0
    55PortGroup       github 1.0
    66
    7 github.setup    tmux tmux 2.1
     7github.setup    tmux tmux 2.2
    88if {${subport} eq ${name}} {
    9     revision        3
     9    revision        0
    1010    conflicts       tmux-devel
    1111}
    1212subport tmux-devel {
    13     github.setup    tmux tmux e9d369a09e48ea8f940958025c8444988d31e840
    14     version         20160219-[string range ${github.version} 0 6]
     13    github.setup    tmux tmux 9a4b45dc0fdefead3fe9d471e144da78163860d0
     14    version         20160410-[string range ${github.version} 0 6]
    1515    revision        0
    1616    conflicts       tmux
    1717}
     
    3131
    3232if {${subport} eq ${name}} {
    3333    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
    3736}
    3837subport tmux-devel {
    39     checksums               rmd160  c38a7cc9800025436a419690940c26a370828cc9 \
    40                             sha256  2a48ff122f22de57855f80cec9acc74ec886a8fcf4a0236d8421cd048771a3ad
     38    checksums               rmd160  941bb491c7e40ab1ff44306fbb1144bdde30de9b \
     39                            sha256  6f45b5bcd1aabf6c4b036a0529ab913b6c5e4dcfc53c21542ea0669fe1eb2f45
    4140
    4241    use_autoreconf          yes
    4342    autoreconf.cmd          ./autogen.sh
     
    5756
    5857post-destroot {
    5958    xinstall -m 0755 -d ${destroot}${prefix}/share/doc/tmux
    60     xinstall -m 0644 {*}[glob ${worksrcpath}/examples/*.conf] ${destroot}${prefix}/share/doc/tmux
     59    xinstall -m 0644 ${worksrcpath}/example_tmux.conf ${destroot}${prefix}/share/doc/tmux
    6160    xinstall -m 0755 -d ${destroot}${prefix}/share/vim/vimfiles/syntax
    62     xinstall -m 0644 ${worksrcpath}/examples/tmux.vim ${destroot}${prefix}/share/vim/vimfiles/syntax
     61    xinstall -m 0644 ${filespath}/tmux.vim ${destroot}${prefix}/share/vim/vimfiles/syntax
    6362    xinstall -m 0755 -d ${destroot}${prefix}/share/vim/vimfiles/ftdetect
    6463    xinstall -m 0644 ${filespath}/ftdetect-tmux.vim ${destroot}${prefix}/share/vim/vimfiles/ftdetect/tmux.vim
    6564}