git: 30d6ad1ce156 - main - deskutils/py-vdirsyncer: Add missing dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Dec 2022 04:26:35 UTC
The branch main has been updated by rigoletto:
URL: https://cgit.FreeBSD.org/ports/commit/?id=30d6ad1ce1563b6874a128675ccb50a4fb612ff2
commit 30d6ad1ce1563b6874a128675ccb50a4fb612ff2
Author: James TD Smith <ahktenzero+freebsd@mohorovi.cc>
AuthorDate: 2022-12-20 04:17:05 +0000
Commit: Alexandre C. Guimarães <rigoletto@FreeBSD.org>
CommitDate: 2022-12-20 04:24:01 +0000
deskutils/py-vdirsyncer: Add missing dependencies
- committed with a few modifications.
---
deskutils/py-vdirsyncer/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/deskutils/py-vdirsyncer/Makefile b/deskutils/py-vdirsyncer/Makefile
index 5be2ff47fdcc..ebf528a7af2b 100644
--- a/deskutils/py-vdirsyncer/Makefile
+++ b/deskutils/py-vdirsyncer/Makefile
@@ -1,5 +1,6 @@
PORTNAME= vdirsyncer
DISTVERSION= 0.19.0
+PORTREVISION= 1
CATEGORIES= deskutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,9 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.10.1:devel/py-setuptools_scm@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=0.1.7:devel/py-atomicwrites@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.8.0:www/py-aiohttp@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}aiostream>=0.4.5:www/py-aiostream@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}atomicwrites>=0.1.7:devel/py-atomicwrites@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click>=5.0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click-log<0.4.0:devel/py-click-log@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click-threading>=0.2:devel/py-click-threading@${PY_FLAVOR} \