aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-10-28 16:19:10 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-10-28 16:19:10 +0000
commit4e82a3fc7f98ba278123bb2855714ed65272e159 (patch)
treea7c71bc68c1a8b2994e6ec00ba0c9c78804c4b8c
parent83f468f63cc04cc3aa2b427740a3319fea913a5e (diff)
downloadports-4e82a3fc7f98ba278123bb2855714ed65272e159.tar.gz
ports-4e82a3fc7f98ba278123bb2855714ed65272e159.zip
devel/py-spyder: Update XDG dependency
-rw-r--r--devel/py-spyder/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-spyder/Makefile b/devel/py-spyder/Makefile
index 52eb7030a26b..3194f76d7189 100644
--- a/devel/py-spyder/Makefile
+++ b/devel/py-spyder/Makefile
@@ -1,6 +1,7 @@
PORTNAME= spyder
DISTVERSIONPREFIX= v
DISTVERSION= 5.3.3
+PORTREVISION= 1
CATEGORIES= devel science python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -35,7 +36,7 @@ RUN_DEPENDS= \
${PYTHON_PKGNAMEPREFIX}pyls-spyder>=0.4.0:textproc/py-pyls-spyder@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}qt5-webengine>0:www/py-qt5-webengine@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-lsp-server>=1.5.0:textproc/py-python-lsp-server@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pyxdg>=0.26:devel/py-pyxdg@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}xdg>=0.26:devel/py-xdg@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyzmq>=22.1.0:net/py-pyzmq@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}QDarkStyle>=3.0.2:textproc/py-QDarkStyle@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}qstylizer>=0.1.10:devel/py-qstylizer@${PY_FLAVOR} \