git: 56549eee5194 - 2026Q3 - misc/py-progressbar2: Allow flavors to be co-installed
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Sep 2026 14:50:09 UTC
The branch 2026Q3 has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=56549eee5194ec8fb99436cf781e5da64550977c
commit 56549eee5194ec8fb99436cf781e5da64550977c
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-08-27 12:12:40 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-09-04 14:40:10 +0000
misc/py-progressbar2: Allow flavors to be co-installed
(cherry picked from commit d00e6c310176db281f9b1d5f674f53e440d82042)
---
misc/py-progressbar2/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/misc/py-progressbar2/Makefile b/misc/py-progressbar2/Makefile
index 9a60c0196211..f5a2298783ce 100644
--- a/misc/py-progressbar2/Makefile
+++ b/misc/py-progressbar2/Makefile
@@ -1,5 +1,6 @@
PORTNAME= progressbar2
PORTVERSION= 4.6.0
+PORTREVISION= 1
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-utils>=3.8.1:misc/py-python-utils@${P
NO_ARCH= yes
USES= python
-USE_PYTHON= autoplist pep517
+USE_PYTHON= autoplist concurrent pep517
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}progressbar