Index: head/deskutils/py-khal/Makefile =================================================================== --- head/deskutils/py-khal/Makefile (revision 476160) +++ head/deskutils/py-khal/Makefile (revision 476161) @@ -1,53 +1,54 @@ # Created by: che@bein.link # $FreeBSD$ PORTNAME= khal DISTVERSION= 0.9.9 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lebarondemerde@privacychain.ch COMMENT= CalDAV-based calendar LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>1.12.0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=0.1.7:devel/py-atomicwrites@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=3.2:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click-log>=0.2.0:devel/py-click-log@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}configobj>=0:devel/py-configobj@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dateutil<=2.6.1:devel/py-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}icalendar>=3.11.7:devel/py-icalendar@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=1.0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tzlocal>=1.0:devel/py-tzlocal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urwid>=0:devel/py-urwid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}vdirsyncer>=0:deskutils/py-vdirsyncer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} USES= python:3.4+ USE_PYTHON= autoplist distutils NO_ARCH= yes OPTIONS_DEFINE= DOCS SETPROCTITLE DOCS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>1.6.1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-newsfeed>=0:textproc/py-sphinxcontrib-newsfeed@${PY_FLAVOR} SETPROCTITLE_DESC= Set the process title SETPROCTITLE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setproctitle>=0:devel/py-setproctitle@${PY_FLAVOR} PLIST_FILES= share/zsh/site-functions/__khal build-DOCS-on: ( cd ${WRKSRC}/docs && ${MAKE} ) post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/misc/__khal \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions .include Index: head/deskutils/py-khal/files/patch-setup.py =================================================================== --- head/deskutils/py-khal/files/patch-setup.py (nonexistent) +++ head/deskutils/py-khal/files/patch-setup.py (revision 476161) @@ -0,0 +1,11 @@ +--- setup.py.orig 2018-08-01 06:44:27 UTC ++++ setup.py +@@ -15,7 +15,7 @@ requirements = [ + 'urwid', + 'pyxdg', + 'pytz', +- 'python-dateutil<=2.6.1', ++ 'python-dateutil', + 'configobj', + # https://github.com/untitaker/python-atomicwrites/commit/4d12f23227b6a944ab1d99c507a69fdbc7c9ed6d # noqa + 'atomicwrites>=0.1.7', Property changes on: head/deskutils/py-khal/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: head/deskutils/py-khal/pkg-message =================================================================== --- head/deskutils/py-khal/pkg-message (revision 476160) +++ head/deskutils/py-khal/pkg-message (revision 476161) @@ -1,5 +1,5 @@ -#################################################################### +###################################################################### Khal needs LANG to be set to a UTF-8 locale (e.g. en_US.UTF-8) to run. -#################################################################### +######################################################################