diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-04-15 19:06:26 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-04-15 19:06:26 +0000 |
commit | e958600e6a833e032a5418893b3f8b4472f125a6 (patch) | |
tree | aa37f8fff70d1e418e32c7f55292bbc982244eb4 /deskutils/py-vdirsyncer | |
parent | 1ccac5229e7f2f2c729b5da2978cc1ede823ca5a (diff) | |
download | ports-e958600e6a833e032a5418893b3f8b4472f125a6.tar.gz ports-e958600e6a833e032a5418893b3f8b4472f125a6.zip |
Notes
Diffstat (limited to 'deskutils/py-vdirsyncer')
-rw-r--r-- | deskutils/py-vdirsyncer/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/deskutils/py-vdirsyncer/Makefile b/deskutils/py-vdirsyncer/Makefile index 77a7c4a38b49..77b88026d851 100644 --- a/deskutils/py-vdirsyncer/Makefile +++ b/deskutils/py-vdirsyncer/Makefile @@ -2,6 +2,7 @@ PORTNAME= vdirsyncer PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +14,14 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.10.1:devel/py-setuptools_scm -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=0.1.4:devel/py-atomicwrites \ - ${PYTHON_PKGNAMEPREFIX}click>=3.2:devel/py-click \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=0.1.7:devel/py-atomicwrites \ + ${PYTHON_PKGNAMEPREFIX}click>=5.0:devel/py-click \ + ${PYTHON_PKGNAMEPREFIX}click-log>=0.1.3:devel/py-click-log \ + ${PYTHON_PKGNAMEPREFIX}click-threading>=0.1.2:devel/py-click-threading \ ${PYTHON_PKGNAMEPREFIX}icalendar>=3.6:devel/py-icalendar \ - ${PYTHON_PKGNAMEPREFIX}lxml>=3.0:devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.4.3:www/py-requests \ - ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.1.3:www/py-requests-toolbelt + ${PYTHON_PKGNAMEPREFIX}lxml>=3.1:devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.4.1:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.4.0:www/py-requests-toolbelt USES= python USE_PYTHON= autoplist distutils |