Date: Mon, 21 Oct 2019 21:24:13 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515131 - head/net/py-dpkt Message-ID: <201910212124.x9LLODcY086916@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Mon Oct 21 21:24:13 2019 New Revision: 515131 URL: https://svnweb.freebsd.org/changeset/ports/515131 Log: - Enable concurrent installation for different FLAVORs PR: 241395 Approved by: sbz (maintainer) MFH: 2019Q4 Sponsored by: The FreeBSD Foundation Modified: head/net/py-dpkt/Makefile Modified: head/net/py-dpkt/Makefile ============================================================================== --- head/net/py-dpkt/Makefile Mon Oct 21 21:20:31 2019 (r515130) +++ head/net/py-dpkt/Makefile Mon Oct 21 21:24:13 2019 (r515131) @@ -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?201910212124.x9LLODcY086916>