svn commit: r460266 - head/devel/py-setuptools-git

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 29 11:27:46 UTC 2018


Author: sunpoet
Date: Mon Jan 29 11:27:44 2018
New Revision: 460266
URL: https://svnweb.freebsd.org/changeset/ports/460266

Log:
  Fix LICENSE
  
  - Add LICENSE_FILE
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Take maintainership

Modified:
  head/devel/py-setuptools-git/Makefile

Modified: head/devel/py-setuptools-git/Makefile
==============================================================================
--- head/devel/py-setuptools-git/Makefile	Mon Jan 29 11:27:39 2018	(r460265)
+++ head/devel/py-setuptools-git/Makefile	Mon Jan 29 11:27:44 2018	(r460266)
@@ -7,13 +7,14 @@ CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Setuptools plugin for git
 
-LICENSE=	BSD4CLAUSE
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list