Index: Makefile =================================================================== --- Makefile (revision 395146) +++ Makefile (working copy) @@ -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,17 @@ ${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 +PLIST_FILES+= share/zsh/site-functions/__khal + USES= python USE_PYTHON= autoplist distutils +post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions + ${INSTALL_DATA} ${WRKSRC}/misc/__khal ${STAGEDIR}${PREFIX}/share/zsh/site-functions + .include Index: distinfo =================================================================== --- distinfo (revision 395146) +++ distinfo (working copy) @@ -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 Property changes on: distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: files/patch-setup.py =================================================================== --- files/patch-setup.py (revision 0) +++ files/patch-setup.py (working copy) @@ -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", Property changes on: files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: pkg-descr =================================================================== --- pkg-descr (revision 395146) +++ pkg-descr (working copy) Property changes on: pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property