Permalink
Browse files
tmux: update to 2.9, tmux-devel to latest commit
- Loading branch information
Showing
with
9 additions
and
9 deletions.
-
+9
−9
sysutils/tmux/Portfile
|
|
@@ -3,13 +3,13 @@ |
|
|
PortSystem 1.0 |
|
|
PortGroup github 1.0 |
|
|
|
|
|
github.setup tmux tmux 2.8 |
|
|
github.setup tmux tmux 2.9 |
|
|
if {${subport} eq ${name}} { |
|
|
conflicts tmux-devel |
|
|
} |
|
|
subport tmux-devel { |
|
|
github.setup tmux tmux d5c837904b3201271826c7377781a73421db09fb |
|
|
version 20190216-[string range ${github.version} 0 6] |
|
|
github.setup tmux tmux 4ab208ecc8071e7f2052b726fe11fc84d6945bab |
|
|
version 20190424-[string range ${github.version} 0 6] |
|
|
conflicts tmux |
|
|
} |
|
|
categories sysutils |
|
|
@@ -28,14 +28,14 @@ depends_lib port:libevent port:ncurses |
|
|
|
|
|
if {${subport} eq ${name}} { |
|
|
github.tarball_from releases |
|
|
checksums rmd160 13f097f02b2d3f489fb00af5b3f702cb2eae523f \ |
|
|
sha256 7f6bf335634fafecff878d78de389562ea7f73a7367f268b66d37ea13617a2ba \ |
|
|
size 491195 |
|
|
checksums rmd160 6bec9257404e4ae8b83a9684c25b17fa920f562a \ |
|
|
sha256 34901232f486fd99f3a39e864575e658b5d49f43289ccc6ee57c365f2e2c2980 \ |
|
|
size 510966 |
|
|
} |
|
|
subport tmux-devel { |
|
|
checksums rmd160 9c2ab3cfe500e726c7517b54c6b64c33560e941d \ |
|
|
sha256 b717c20297e9da336ce79b3bf08349ed713b68ab1ab8ea4a002546e1b2494b7d \ |
|
|
size 646551 |
|
|
checksums rmd160 99b38b72c9cf067b5d0bfe1103030985950d93cf \ |
|
|
sha256 9a4bbf170cb5cd5b9d17a1b3746eeeb0b0d3757a965babe2ae93671d609aaf80 \ |
|
|
size 661686 |
|
|
|
|
|
use_autoreconf yes |
|
|
autoreconf.cmd ./autogen.sh |
|
|
|