Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2018 11:27:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460266 - head/devel/py-setuptools-git
Message-ID:  <201801291127.w0TBRjPI078992@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	sunpoet@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>



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