aboutsummaryrefslogtreecommitdiff
path: root/deskutils/py-khal
diff options
context:
space:
mode:
authorAlexandre C. GuimarĂ£es <rigoletto@FreeBSD.org>2018-10-10 21:32:38 +0000
committerAlexandre C. GuimarĂ£es <rigoletto@FreeBSD.org>2018-10-10 21:32:38 +0000
commit0537a9009bb9734002574fbdf1fc5dd11ffdc995 (patch)
tree41bf108efbcca809dc886f8ab73144e34edd52c3 /deskutils/py-khal
parent176681c952ec4fa86988dde73feeb9882e92ff2f (diff)
downloadports-0537a9009bb9734002574fbdf1fc5dd11ffdc995.tar.gz
ports-0537a9009bb9734002574fbdf1fc5dd11ffdc995.zip
deskutils/py-khal: update to version 0.9.10.
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D17510
Notes
Notes: svn path=/head/; revision=481768
Diffstat (limited to 'deskutils/py-khal')
-rw-r--r--deskutils/py-khal/Makefile9
-rw-r--r--deskutils/py-khal/distinfo6
-rw-r--r--deskutils/py-khal/files/patch-setup.py11
3 files changed, 8 insertions, 18 deletions
diff --git a/deskutils/py-khal/Makefile b/deskutils/py-khal/Makefile
index 184710deb78a..00faaca90c42 100644
--- a/deskutils/py-khal/Makefile
+++ b/deskutils/py-khal/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= khal
-DISTVERSION= 0.9.9
-PORTREVISION= 1
+DISTVERSION= 0.9.10
CATEGORIES= deskutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -23,7 +22,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=0.1.7:devel/py-atomicwrites@${
${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} \
@@ -44,9 +42,12 @@ SETPROCTITLE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setproctitle>=0:devel/py-setpro
PLIST_FILES= share/zsh/site-functions/__khal
build-DOCS-on:
- ( cd ${WRKSRC}/docs && ${MAKE} )
+ (cd ${WRKSRC}/docs && ${MAKE})
post-install:
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ (cd ${WRKSRC} && \
+ ${INSTALL_DATA} khal.conf.sample ${STAGEDIR}${EXAMPLESDIR})
@${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions
${INSTALL_DATA} ${WRKSRC}/misc/__khal \
${STAGEDIR}${PREFIX}/share/zsh/site-functions
diff --git a/deskutils/py-khal/distinfo b/deskutils/py-khal/distinfo
index 79e9cc17c99c..2eaf39699971 100644
--- a/deskutils/py-khal/distinfo
+++ b/deskutils/py-khal/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1529201444
-SHA256 (khal-0.9.9.tar.gz) = 50e7c40028c37d4ec76a3ef80e99af5f837ad6857590e76cc64ee29b16560937
-SIZE (khal-0.9.9.tar.gz) = 171830
+TIMESTAMP = 1539190181
+SHA256 (khal-0.9.10.tar.gz) = 040ed1c2183f16ab97df5de93d6e8421bdb1f930fb895d3a4a10fb3e1a90000e
+SIZE (khal-0.9.10.tar.gz) = 171132
diff --git a/deskutils/py-khal/files/patch-setup.py b/deskutils/py-khal/files/patch-setup.py
deleted file mode 100644
index c3777f139f7a..000000000000
--- a/deskutils/py-khal/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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',