From owner-svn-ports-head@freebsd.org Thu Nov 12 18:49:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBBC1A2D4CE; Thu, 12 Nov 2015 18:49:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95346189F; Thu, 12 Nov 2015 18:49:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tACInZks029718; Thu, 12 Nov 2015 18:49:35 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tACInZjl029715; Thu, 12 Nov 2015 18:49:35 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201511121849.tACInZjl029715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 12 Nov 2015 18:49:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401390 - in head/sysutils/tmux: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 18:49:36 -0000 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];