From owner-svn-ports-head@freebsd.org Tue Jul 14 18:37:06 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 94D009A1C32; Tue, 14 Jul 2015 18:37:06 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 7973DCC1; Tue, 14 Jul 2015 18:37:06 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6EIb6TT062042; Tue, 14 Jul 2015 18:37:06 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6EIb6aq062041; Tue, 14 Jul 2015 18:37:06 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507141837.t6EIb6aq062041@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Tue, 14 Jul 2015 18:37:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392044 - head/sysutils/py-tmuxp 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: Tue, 14 Jul 2015 18:37:06 -0000 Author: rm Date: Tue Jul 14 18:37:05 2015 New Revision: 392044 URL: https://svnweb.freebsd.org/changeset/ports/392044 Log: sysutils/py-tmuxp: correct license It's actually BSD3CLAUSE, not BSD2CLAUSE. It was confirmed with maintainer, who is the upstream developer in PR 201431 PR: 201431 Modified: head/sysutils/py-tmuxp/Makefile Modified: head/sysutils/py-tmuxp/Makefile ============================================================================== --- head/sysutils/py-tmuxp/Makefile Tue Jul 14 18:25:13 2015 (r392043) +++ head/sysutils/py-tmuxp/Makefile Tue Jul 14 18:37:05 2015 (r392044) @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tony@git-pull.com COMMENT= Session manager for tmux -LICENSE= BSD2CLAUSE +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=0:${PORTSDIR}/devel/py-argcomplete \