diff options
author | feld <feld@FreeBSD.org> | 2016-10-19 02:15:15 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-10-19 02:15:15 +0800 |
commit | 8d1f1d8238b2e536b5ca354d62f82b51161ffe94 (patch) | |
tree | 0a8b71413f63d44c1861253fef94362f06deff80 /deskutils | |
parent | 78539f41719bf88c35c3b841407ab0e437252589 (diff) | |
download | freebsd-ports-graphics-8d1f1d8238b2e536b5ca354d62f82b51161ffe94.tar.gz freebsd-ports-graphics-8d1f1d8238b2e536b5ca354d62f82b51161ffe94.tar.zst freebsd-ports-graphics-8d1f1d8238b2e536b5ca354d62f82b51161ffe94.zip |
deskutils/py-khal: Update to 0.7.1
Changelog: https://github.com/pimutils/khal/releases/tag/v0.7.1
PR: 213537
Approved by: maintainer
MFH: 2016Q4
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/py-khal/Makefile | 4 | ||||
-rw-r--r-- | deskutils/py-khal/distinfo | 5 | ||||
-rw-r--r-- | deskutils/py-khal/pkg-descr | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/deskutils/py-khal/Makefile b/deskutils/py-khal/Makefile index 59b04512b4d..7ce8c9356e1 100644 --- a/deskutils/py-khal/Makefile +++ b/deskutils/py-khal/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= khal -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= deskutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=3.2:devel/py-click \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.3:devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:devel/py-configobj \ ${PYTHON_PKGNAMEPREFIX}tzlocal>=1.0:devel/py-tzlocal \ - ${PYTHON_PKGNAMEPREFIX}vdirsyncer>=0.4.3:deskutils/py-vdirsyncer \ + ${PYTHON_PKGNAMEPREFIX}vdirsyncer<0.13:deskutils/py-vdirsyncer \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}pkginfo>0:sysutils/py-pkginfo diff --git a/deskutils/py-khal/distinfo b/deskutils/py-khal/distinfo index cd836f85a89..513d0f783e9 100644 --- a/deskutils/py-khal/distinfo +++ b/deskutils/py-khal/distinfo @@ -1,2 +1,3 @@ -SHA256 (khal-0.7.0.tar.gz) = c6b0c81df56133e4592f02d8e9b60702079da2affd1b09ba96358ccd8eec9402 -SIZE (khal-0.7.0.tar.gz) = 109801 +TIMESTAMP = 1476625563 +SHA256 (khal-0.7.1.tar.gz) = a932eb65bcdc0fb5a18e1d8547672a160ee3d55253aaee2bd3a23b876d438065 +SIZE (khal-0.7.1.tar.gz) = 109898 diff --git a/deskutils/py-khal/pkg-descr b/deskutils/py-khal/pkg-descr index 7e6e99f057b..4262f2521b4 100644 --- a/deskutils/py-khal/pkg-descr +++ b/deskutils/py-khal/pkg-descr @@ -1,5 +1,5 @@ -Khal is a calendar program for the terminal for viewing, adding and editing -events and calendars. Khal is build on the iCalendar and vdir (allowing the +Khal is a calendar program for the terminal for viewing, adding and editing +events and calendars. Khal is build on the iCalendar and vdir (allowing the use of vdirsyncer for CalDAV compatibility) standards. WWW: http://lostpackets.de/khal/ |