Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2015 18:49:35 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401390 - in head/sysutils/tmux: . files
Message-ID:  <201511121849.tACInZjl029715@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Nov 12 18:49:35 2015
New Revision: 401390
URL: https://svnweb.freebsd.org/changeset/ports/401390

Log:
  Update to 2.1
  
  Changes:	https://github.com/tmux/tmux/blob/2.1/CHANGES
  Sponsored by:	Absolight

Deleted:
  head/sysutils/tmux/files/patch-compat_imsg.c
  head/sysutils/tmux/files/patch-configure
  head/sysutils/tmux/files/patch-git_2c53b23d
Modified:
  head/sysutils/tmux/Makefile
  head/sysutils/tmux/distinfo
  head/sysutils/tmux/files/extra-patch-tty-keys.c

Modified: head/sysutils/tmux/Makefile
==============================================================================
--- head/sysutils/tmux/Makefile	Thu Nov 12 18:48:52 2015	(r401389)
+++ head/sysutils/tmux/Makefile	Thu Nov 12 18:49:35 2015	(r401390)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tmux
-PORTVERSION=	2.0
-PORTREVISION=	2
+PORTVERSION=	2.1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://github.com/tmux/tmux/releases/download/${PORTVERSION}/ \
 		SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:S/a$//}
@@ -14,8 +13,7 @@ COMMENT=	Terminal Multiplexer
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		pkgconfig shebangfix ncurses
-SHEBANG_FILES=	examples/tmux_backup.sh
+USES=		pkgconfig ncurses
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc
@@ -39,7 +37,8 @@ LIBEVENT_STATIC_BUILD_DEPENDS=	${LOCALBA
 LIBEVENT_STATIC_VARS=	LESTATIC=${LOCALBASE}/lib/libevent.a
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|/etc/tmux.conf|${PREFIX}/etc/tmux.conf|g' ${WRKSRC}/CHANGES
+	@${REINPLACE_CMD} -e 's|/etc/tmux.conf|${PREFIX}/etc/tmux.conf|g' ${WRKSRC}/CHANGES \
+		${WRKSRC}/tmux.h
 
 post-configure-LIBEVENT_STATIC-on:
 	${REINPLACE_CMD} -e '/LIBS/s|-levent[^[:blank:]]*|${LESTATIC}|' \
@@ -50,8 +49,12 @@ do-install:
 	${INSTALL_MAN} ${WRKSRC}/tmux.1 ${STAGEDIR}${MANPREFIX}/man/man1
 	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
 	${INSTALL_DATA} ${WRKSRC}/examples/bash_completion_tmux.sh ${STAGEDIR}${PREFIX}/etc/bash_completion.d/tmux
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
+
+do-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
 

Modified: head/sysutils/tmux/distinfo
==============================================================================
--- head/sysutils/tmux/distinfo	Thu Nov 12 18:48:52 2015	(r401389)
+++ head/sysutils/tmux/distinfo	Thu Nov 12 18:49:35 2015	(r401390)
@@ -1,2 +1,2 @@
-SHA256 (tmux-2.0.tar.gz) = 795f4b4446b0ea968b9201c25e8c1ef8a6ade710ebca4657dd879c35916ad362
-SIZE (tmux-2.0.tar.gz) = 455754
+SHA256 (tmux-2.1.tar.gz) = 31564e7bf4bcef2defb3cb34b9e596bd43a3937cad9e5438701a81a5a9af6176
+SIZE (tmux-2.1.tar.gz) = 462965

Modified: head/sysutils/tmux/files/extra-patch-tty-keys.c
==============================================================================
--- head/sysutils/tmux/files/extra-patch-tty-keys.c	Thu Nov 12 18:48:52 2015	(r401389)
+++ head/sysutils/tmux/files/extra-patch-tty-keys.c	Thu Nov 12 18:49:35 2015	(r401390)
@@ -1,6 +1,6 @@
---- tty-keys.c.orig	2015-05-05 20:21:51 UTC
+--- tty-keys.c.orig	2015-09-27 09:42:08 UTC
 +++ tty-keys.c
-@@ -556,8 +556,6 @@ first_key:
+@@ -545,8 +545,6 @@ first_key:
  	 * used. termios should have a better idea.
  	 */
  	bspace = tty->tio.c_cc[VERASE];



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511121849.tACInZjl029715>