diff options
author | Alexandre C. GuimarĂ£es <rigoletto@FreeBSD.org> | 2020-06-26 17:34:05 +0000 |
---|---|---|
committer | Alexandre C. GuimarĂ£es <rigoletto@FreeBSD.org> | 2020-06-26 17:34:05 +0000 |
commit | 3aab7a6b1b30688e88dac8be1ab7786737c1ac44 (patch) | |
tree | 67f83eb9d95043c058903d1bc569919393921784 /deskutils/py-vdirsyncer/Makefile | |
parent | editors/micro: update to 2.0.6 (diff) |
deskutils/py-vdirsyncer: Add compatibility with latest py-click.
- vdirsyncer was failing at runtime due to requering
a outdated py-click version.
PR: 247191
Reported by: Simeon Simeonov <sgs@pichove.org>
Notes
Notes:
svn path=/head/; revision=540535
Diffstat (limited to 'deskutils/py-vdirsyncer/Makefile')
-rw-r--r-- | deskutils/py-vdirsyncer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/py-vdirsyncer/Makefile b/deskutils/py-vdirsyncer/Makefile index 8e288888e9f1..90f02cad2bd4 100644 --- a/deskutils/py-vdirsyncer/Makefile +++ b/deskutils/py-vdirsyncer/Makefile @@ -2,6 +2,7 @@ PORTNAME= vdirsyncer DISTVERSION= 0.16.8 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |