diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2025-03-07 21:33:49 -0500 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2025-03-07 23:05:21 -0500 |
commit | 06a08e69f3acb846ad8252945f53c3a2d211e303 (patch) | |
tree | 1016fb91b84c00db859a3f4531d7a22e23f1746f /sysutils/py-python-consul/Makefile | |
parent | python.mk: remove setuptools from RUN_DEPENDS (diff) |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
Diffstat (limited to 'sysutils/py-python-consul/Makefile')
-rw-r--r-- | sysutils/py-python-consul/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-python-consul/Makefile b/sysutils/py-python-consul/Makefile index fe3d9863d15e..38a5dcb75c09 100644 --- a/sysutils/py-python-consul/Makefile +++ b/sysutils/py-python-consul/Makefile @@ -1,7 +1,7 @@ PORTNAME= python-consul PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |