diff options
author | James TD Smith <ahktenzero+freebsd@mohorovi.cc> | 2022-12-20 01:17:05 -0300 |
---|---|---|
committer | Alexandre C. GuimarĂ£es <rigoletto@FreeBSD.org> | 2022-12-20 01:24:01 -0300 |
commit | 30d6ad1ce1563b6874a128675ccb50a4fb612ff2 (patch) | |
tree | 4a2a34811e4bf287476cde59988583afb6265a33 /deskutils/py-vdirsyncer/Makefile | |
parent | www/py-aiostream: Add to the pool (diff) |
deskutils/py-vdirsyncer: Add missing dependencies
- committed with a few modifications.
Diffstat (limited to 'deskutils/py-vdirsyncer/Makefile')
-rw-r--r-- | deskutils/py-vdirsyncer/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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} \ |