Ticket #50691: Portfile-tmux.patch
File Portfile-tmux.patch, 1.5 KB (added by tessus (Helmut K. C. Tessarek), 9 years ago) |
---|
-
Portfile
old new 10 10 conflicts tmux-devel 11 11 } 12 12 subport tmux-devel { 13 github.setup tmux tmux 7120ab2f161a5762d16aba54451d29dcd0fbbeeb14 version 201 50926-[string range ${github.version} 0 6]15 revision 113 github.setup tmux tmux e9d369a09e48ea8f940958025c8444988d31e840 14 version 20160219-[string range ${github.version} 0 6] 15 revision 0 16 16 conflicts tmux 17 17 } 18 18 categories sysutils … … 27 27 platforms darwin 28 28 license BSD 29 29 30 patchfiles fix-reattach-with-session-list.patch31 32 30 depends_lib port:libevent port:ncurses 33 31 34 32 if {${subport} eq ${name}} { 35 33 github.tarball_from releases 36 34 checksums rmd160 db078b7149e009aecb200c4cbb39be72190a14dc \ 37 35 sha256 31564e7bf4bcef2defb3cb34b9e596bd43a3937cad9e5438701a81a5a9af6176 36 patchfiles fix-reattach-with-session-list.patch 38 37 } 39 38 subport tmux-devel { 40 checksums rmd160 75deb03c7b1aadd65699d0616180f7448e4672c7\41 sha256 a88e5bad3db5547df7bcdf6eef9dde1bc76822f722c2126cfd6a5d482de0c76339 checksums rmd160 c38a7cc9800025436a419690940c26a370828cc9 \ 40 sha256 2a48ff122f22de57855f80cec9acc74ec886a8fcf4a0236d8421cd048771a3ad 42 41 43 42 use_autoreconf yes 44 43 autoreconf.cmd ./autogen.sh