Hi porters,
with this additional dependency vdirsyncer is able to synchronize
contacts and calendars with google.
The setup is a bit annoying since you need to register your vidrisyncr
instance with Google to get an oauth id and secret. The needed steps can
be found here:
https://vdirsyncer.pimutils.org/en/stable/config.html#google.
OK?
Remi
Index: Makefile
===================================================================
RCS file: /cvs/ports/productivity/vdirsyncer/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile 11 Aug 2018 09:28:30 -0000 1.6
+++ Makefile 14 Aug 2018 06:04:40 -0000
@@ -4,6 +4,8 @@ COMMENT = synchronize calendars and con
MODPY_EGG_VERSION = 0.16.7
DISTNAME = vdirsyncer-${MODPY_EGG_VERSION}
+REVISION = 0
+
CATEGORIES = productivity
HOMEPAGE = https://vdirsyncer.pimutils.org/
@@ -26,6 +28,7 @@ BUILD_DEPENDS = textproc/py-sphinx${MOD
RUN_DEPENDS = devel/py-atomicwrites${MODPY_FLAVOR} \
devel/py-click-log${MODPY_FLAVOR}>=0.3.0 \
devel/py-click-threading${MODPY_FLAVOR} \
+ www/py-requests-oauthlib${MODPY_FLAVOR} \
www/py-requests-toolbelt${MODPY_FLAVOR}
TEST_DEPENDS = devel/py-hypothesis${MODPY_FLAVOR} \
No comments:
Post a Comment