ports/opt (3.2): tmux: update to 2.2
commit 5e3fd984aee2a151cb28871a91954d8c37c37acf Author: Juergen Daubert <jue@jue.li> Date: Tue Apr 12 11:27:34 2016 +0200 tmux: update to 2.2 diff --git a/tmux/.footprint b/tmux/.footprint index 7b97aaf..4c8a3a3 100644 --- a/tmux/.footprint +++ b/tmux/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/tmux -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/tmux.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/tmux.1.gz diff --git a/tmux/.md5sum b/tmux/.md5sum index b3c4094..1d5fbe2 100644 --- a/tmux/.md5sum +++ b/tmux/.md5sum @@ -1 +1 @@ -74a2855695bccb51b6e301383ad4818c tmux-2.1.tar.gz +bd95ee7205e489c62c616bb7af040099 tmux-2.2.tar.gz diff --git a/tmux/Pkgfile b/tmux/Pkgfile index 32b3540..e5a4c9d 100644 --- a/tmux/Pkgfile +++ b/tmux/Pkgfile @@ -4,13 +4,13 @@ # Depends on: ncurses libevent name=tmux -version=2.1 +version=2.2 release=1 source=(https://github.com/tmux/tmux/releases/download/$version/$name-$version.tar.g...) build() { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu