Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2019 13:25:36 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r515195 - branches/2019Q4/net/py-dpkt
Message-ID:  <201910221325.x9MDPaPO058291@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Tue Oct 22 13:25:36 2019
New Revision: 515195
URL: https://svnweb.freebsd.org/changeset/ports/515195

Log:
  MFH: r515131
  
  - Enable concurrent installation for different FLAVORs
  
  PR:		241395
  Approved by:	sbz (maintainer)
  Sponsored by:	The FreeBSD Foundation
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2019Q4/net/py-dpkt/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/net/py-dpkt/Makefile
==============================================================================
--- branches/2019Q4/net/py-dpkt/Makefile	Tue Oct 22 13:20:44 2019	(r515194)
+++ branches/2019Q4/net/py-dpkt/Makefile	Tue Oct 22 13:25:36 2019	(r515195)
@@ -2,6 +2,7 @@
 
 PORTNAME=	dpkt
 PORTVERSION=	1.9.2
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python
-USE_PYTHON=	distutils autoplist pythonprefix
+USE_PYTHON=	autoplist concurrent distutils pythonprefix
 
 OPTIONS_DEFINE=	DOCS
 



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