From owner-svn-ports-all@freebsd.org Tue Oct 13 07:41:06 2015 Return-Path: Delivered-To: svn-ports-all@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 D1B89A1280F; Tue, 13 Oct 2015 07:41:06 +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 9A8EA100F; Tue, 13 Oct 2015 07:41:06 +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 t9D7f5br022025; Tue, 13 Oct 2015 07:41:05 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9D7f5l5022024; Tue, 13 Oct 2015 07:41:05 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201510130741.t9D7f5l5022024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 13 Oct 2015 07:41:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399178 - head/sysutils/tmux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2015 07:41:06 -0000 Author: mat Date: Tue Oct 13 07:41:05 2015 New Revision: 399178 URL: https://svnweb.freebsd.org/changeset/ports/399178 Log: Also move the WWW to github. Submitted by: Ben Woods Sponsored by: Absolight Modified: head/sysutils/tmux/pkg-descr Modified: head/sysutils/tmux/pkg-descr ============================================================================== --- head/sysutils/tmux/pkg-descr Tue Oct 13 06:17:07 2015 (r399177) +++ head/sysutils/tmux/pkg-descr Tue Oct 13 07:41:05 2015 (r399178) @@ -2,4 +2,4 @@ Tmux is a terminal multiplexer, it enabl and controlled from a single terminal. tmux is intended to be a simple, modern, BSD-licensed alternative to programs such as GNU screen. -WWW: http://www.sourceforge.net/projects/tmux/ +WWW: http://tmux.github.io/