svn commit: r392044 - head/sysutils/py-tmuxp

Ruslan Makhmatkhanov rm at FreeBSD.org
Tue Jul 14 18:37:06 UTC 2015


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 at 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 \


More information about the svn-ports-head mailing list