aboutsummaryrefslogtreecommitdiff
path: root/www/radicale/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-13 14:47:51 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-13 14:47:51 +0000
commit84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742 (patch)
treec88dd9c12f884760d1cb3a3acb7d6ff1d7e365ad /www/radicale/Makefile
parent43757efeb94c5864c62a1d58a6ea51aea66cdd9c (diff)
downloadports-84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742.tar.gz
ports-84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742.zip
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517 - Bump PORTREVISION of dependent ports for dependency change - While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of PKGNAMEPREFIX for *_DEPENDS
Diffstat (limited to 'www/radicale/Makefile')
-rw-r--r--www/radicale/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/radicale/Makefile b/www/radicale/Makefile
index d5fbe9e7eeee..17ce89d704ac 100644
--- a/www/radicale/Makefile
+++ b/www/radicale/Makefile
@@ -1,6 +1,6 @@
PORTNAME= radicale
PORTVERSION= 3.1.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>=0:security/py-bcrypt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}passlib>=0:security/py-passlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}vobject>=0.9.6:deskutils/py-vobject@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.3:devel/py-dateutil@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.7.3:devel/py-python-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml@${PY_FLAVOR}
USES= cpe python shebangfix