Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2015 18:37:06 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392044 - head/sysutils/py-tmuxp
Message-ID:  <201507141837.t6EIb6aq062041@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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