aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFukang Chen <loader@FreeBSD.org>2021-06-28 05:45:01 +0000
committerFukang Chen <loader@FreeBSD.org>2021-06-29 11:04:40 +0000
commit995bdac5ba682c4e7381abcb516a7113369e3cdf (patch)
tree6ba1769fe49e1ef3fc29b78e90342858cb94691a
parentf64d882074b90da63de3eb9c68ce7d75096f098d (diff)
downloadports-995bdac5ba682c4e7381abcb516a7113369e3cdf.tar.gz
ports-995bdac5ba682c4e7381abcb516a7113369e3cdf.zip
comms/py-pyserial: Add USE_PYTHON=concurrent
- Allow concurrent installation for bin/pyserial-{miniterm,ports} Reviewed by: koobs, sbz Approved by: koobs (ports, mentor), sbz (maintainer) Differential Revision: https://reviews.freebsd.org/D30920 MFH: 2021Q2 (ports compliance) (cherry picked from commit 6edd4051890c2ea511edfc8da19dfc07d5933a3f)
-rw-r--r--comms/py-pyserial/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/py-pyserial/Makefile b/comms/py-pyserial/Makefile
index b0dfcbe56ce8..7dd89f348134 100644
--- a/comms/py-pyserial/Makefile
+++ b/comms/py-pyserial/Makefile
@@ -2,6 +2,7 @@
PORTNAME= pyserial
PORTVERSION= 3.5
+PORTREVISION= 1
CATEGORIES= comms python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python:3.6+
-USE_PYTHON= distutils autoplist
+USE_PYTHON= distutils autoplist concurrent
NO_ARCH= yes