Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Mar 2018 01:03:15 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464136 - head/devel/py-jsonpointer
Message-ID:  <201803110103.w2B13F7O088000@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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