From owner-svn-ports-head@freebsd.org Tue Oct 18 18:15:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10126C171D3; Tue, 18 Oct 2016 18:15:17 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBDB0D14; Tue, 18 Oct 2016 18:15:16 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IIFFcL015412; Tue, 18 Oct 2016 18:15:15 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IIFFPl015409; Tue, 18 Oct 2016 18:15:15 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610181815.u9IIFFPl015409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 18 Oct 2016 18:15:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424196 - head/deskutils/py-khal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 18:15:17 -0000 Author: feld Date: Tue Oct 18 18:15:15 2016 New Revision: 424196 URL: https://svnweb.freebsd.org/changeset/ports/424196 Log: 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 Modified: head/deskutils/py-khal/Makefile head/deskutils/py-khal/distinfo head/deskutils/py-khal/pkg-descr Modified: head/deskutils/py-khal/Makefile ============================================================================== --- head/deskutils/py-khal/Makefile Tue Oct 18 18:09:56 2016 (r424195) +++ head/deskutils/py-khal/Makefile Tue Oct 18 18:15:15 2016 (r424196) @@ -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}clic ${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 Modified: head/deskutils/py-khal/distinfo ============================================================================== --- head/deskutils/py-khal/distinfo Tue Oct 18 18:09:56 2016 (r424195) +++ head/deskutils/py-khal/distinfo Tue Oct 18 18:15:15 2016 (r424196) @@ -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 Modified: head/deskutils/py-khal/pkg-descr ============================================================================== --- head/deskutils/py-khal/pkg-descr Tue Oct 18 18:09:56 2016 (r424195) +++ head/deskutils/py-khal/pkg-descr Tue Oct 18 18:15:15 2016 (r424196) @@ -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/