diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-31 17:20:42 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-31 17:20:42 +0000 |
commit | 666ba9ef247c8f221124c3bceaa6225eaee494c7 (patch) | |
tree | 3c9d0490f831c3d03167b989a39b2e7ff09ec3ef /deskutils/py-vdirsyncer/Makefile | |
parent | Update to 2.3 (diff) |
deskutils/py-vdirsyncer: 0.4.3 -> 0.9.3
Changes:
https://vdirsyncer.readthedocs.org/en/stable/changelog.html
PR: 206733
Approved by: Maxim Filimonov <che@bein.link> (maintainer)
Notes
Notes:
svn path=/head/; revision=412276
Diffstat (limited to 'deskutils/py-vdirsyncer/Makefile')
-rw-r--r-- | deskutils/py-vdirsyncer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/py-vdirsyncer/Makefile b/deskutils/py-vdirsyncer/Makefile index b522090cb10b..d6381e700899 100644 --- a/deskutils/py-vdirsyncer/Makefile +++ b/deskutils/py-vdirsyncer/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= vdirsyncer -PORTVERSION= 0.4.3 +PORTVERSION= 0.9.3 CATEGORIES= deskutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,7 @@ COMMENT= Synchronize calendars and contacts LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.10.1:${PORTSDIR}/devel/py-setuptools_scm RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=0.1.4:${PORTSDIR}/devel/py-atomicwrites \ ${PYTHON_PKGNAMEPREFIX}click>=3.2:${PORTSDIR}/devel/py-click \ ${PYTHON_PKGNAMEPREFIX}icalendar>=3.6:${PORTSDIR}/devel/py-icalendar \ |