svn commit: r464136 - head/devel/py-jsonpointer

Yuri Victorovich yuri at FreeBSD.org
Sun Mar 11 01:03:16 UTC 2018


Author: yuri
Date: Sun Mar 11 01:03:15 2018
New Revision: 464136
URL: https://svnweb.freebsd.org/changeset/ports/464136

Log:
  devel/py-jsonpointer: Add USE_PYTHON=concurrent
  
  Approved by:	portmgr (port compliance, infrastructure)
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/devel/py-jsonpointer/Makefile

Modified: head/devel/py-jsonpointer/Makefile
==============================================================================
--- head/devel/py-jsonpointer/Makefile	Sun Mar 11 00:54:24 2018	(r464135)
+++ head/devel/py-jsonpointer/Makefile	Sun Mar 11 01:03:15 2018	(r464136)
@@ -2,6 +2,7 @@
 
 PORTNAME=	jsonpointer
 PORTVERSION=	1.9
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +15,6 @@ LICENSE=	BSD3CLAUSE
 NO_ARCH=	yes
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list