svn commit: r427601 - head/devel/bpython

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 3 08:31:47 UTC 2016


Author: sunpoet
Date: Sat Dec  3 08:31:46 2016
New Revision: 427601
URL: https://svnweb.freebsd.org/changeset/ports/427601

Log:
  - Add LICENSE_FILE
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Bump PORTREVISION for package change

Modified:
  head/devel/bpython/Makefile

Modified: head/devel/bpython/Makefile
==============================================================================
--- head/devel/bpython/Makefile	Sat Dec  3 08:31:42 2016	(r427600)
+++ head/devel/bpython/Makefile	Sat Dec  3 08:31:46 2016	(r427601)
@@ -3,6 +3,7 @@
 
 PORTNAME=	bpython
 PORTVERSION=	0.16
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP \
 		http://bpython-interpreter.org/releases/
@@ -12,6 +13,7 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Fancy interface to the Python interpreter
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}curtsies>=0.1.18:devel/py-curtsies \
@@ -24,7 +26,7 @@ OPTIONS_DEFINE=	EXAMPLES NLS
 OPTIONS_SUB=	yes
 
 NO_ARCH=	yes
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 PORTEXAMPLES=	light.theme sample.theme


More information about the svn-ports-head mailing list