From owner-svn-ports-head@freebsd.org Fri Oct 2 19:33:12 2015 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 8A0769D0DD8; Fri, 2 Oct 2015 19:33:12 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 6B5C017B9; Fri, 2 Oct 2015 19:33:12 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t92JXCeV064122; Fri, 2 Oct 2015 19:33:12 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t92JXBaJ064119; Fri, 2 Oct 2015 19:33:11 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201510021933.t92JXBaJ064119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 2 Oct 2015 19:33:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398446 - in head/deskutils/py-khal: . files 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.20 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: Fri, 02 Oct 2015 19:33:12 -0000 Author: pawel Date: Fri Oct 2 19:33:10 2015 New Revision: 398446 URL: https://svnweb.freebsd.org/changeset/ports/398446 Log: - Update to version 0.6.0 - Fix dependencies, fbsd:nokeywords files props (on -> yes) - Install zsh completion file PR: 202598 Submitted by: Maxim Filimonov (maintainer) Added: head/deskutils/py-khal/files/ head/deskutils/py-khal/files/patch-setup.py (contents, props changed) Modified: head/deskutils/py-khal/Makefile head/deskutils/py-khal/distinfo (contents, props changed) Directory Properties: head/deskutils/py-khal/pkg-descr (props changed) Modified: head/deskutils/py-khal/Makefile ============================================================================== --- head/deskutils/py-khal/Makefile Fri Oct 2 18:56:50 2015 (r398445) +++ head/deskutils/py-khal/Makefile Fri Oct 2 19:33:10 2015 (r398446) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= khal -PORTVERSION= 0.4.0 +PORTVERSION= 0.6.0 CATEGORIES= deskutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,9 +21,18 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}clic ${PYTHON_PKGNAMEPREFIX}dateutil>=2.3:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:${PORTSDIR}/devel/py-configobj \ ${PYTHON_PKGNAMEPREFIX}tzlocal>=1.0:${PORTSDIR}/devel/py-tzlocal \ - ${PYTHON_PKGNAMEPREFIX}vdirsyncer>=0.4.3:${PORTSDIR}/deskutils/py-vdirsyncer + ${PYTHON_PKGNAMEPREFIX}vdirsyncer>=0.4.3:${PORTSDIR}/deskutils/py-vdirsyncer \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}pkginfo>0:${PORTSDIR}/sysutils/py-pkginfo USES= python USE_PYTHON= autoplist distutils +PLIST_FILES= share/zsh/site-functions/__khal + +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions + ${INSTALL_DATA} ${WRKSRC}/misc/__khal \ + ${STAGEDIR}${PREFIX}/share/zsh/site-functions + .include Modified: head/deskutils/py-khal/distinfo ============================================================================== --- head/deskutils/py-khal/distinfo Fri Oct 2 18:56:50 2015 (r398445) +++ head/deskutils/py-khal/distinfo Fri Oct 2 19:33:10 2015 (r398446) @@ -1,2 +1,2 @@ -SHA256 (khal-0.4.0.tar.gz) = 9762783cfe1343772da7fd5e287ecfbd825f25e29482b3d32834b41837111e84 -SIZE (khal-0.4.0.tar.gz) = 43665 +SHA256 (khal-0.6.0.tar.gz) = 1a2e8d56d20b12ed2c3ef2468ff0ce0c658a8a566b249821b0f4b30cce8ada9a +SIZE (khal-0.6.0.tar.gz) = 95019 Added: head/deskutils/py-khal/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/py-khal/files/patch-setup.py Fri Oct 2 19:33:10 2015 (r398446) @@ -0,0 +1,11 @@ +--- setup.py.orig 2015-08-22 23:17:24 UTC ++++ setup.py +@@ -41,8 +41,6 @@ setup( + }, + install_requires=requirements, + extras_require=extra_requirements, +- setup_requires=['setuptools_scm'], +- use_scm_version={'write_to': 'khal/version.py'}, + classifiers=[ + "Development Status :: 4 - Beta", + "License :: OSI Approved :: MIT License",