diff options
author | mef <mef@pkgsrc.org> | 2016-09-19 06:02:44 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-09-19 06:02:44 +0000 |
commit | 4f9cf7cd51aa9a0d769c86e136762b34bea8c6d1 (patch) | |
tree | 108da89f6c84614d6f63b7fa4ff47f84da0fe770 /time/khal/Makefile | |
parent | 47eefa7fac1cf46a47118b842aa44e641c7201eb (diff) | |
download | pkgsrc-4f9cf7cd51aa9a0d769c86e136762b34bea8c6d1.tar.gz |
Updated time/khal to 0.8.3
--------------------------
0.8.3
=====
released 2016-08-28
* fixed some bugs in the test suite on different operating systems
* fixed a check for icalendar files containing RDATEs
(pkgsrc-note)
- 'make print-PLIST' does not seem to generate alphabetically sorted list, why ?
Diffstat (limited to 'time/khal/Makefile')
-rw-r--r-- | time/khal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/khal/Makefile b/time/khal/Makefile index 34899ab4d1e..e35463efb46 100644 --- a/time/khal/Makefile +++ b/time/khal/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2016/08/03 20:13:19 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2016/09/19 06:02:44 mef Exp $ -DISTNAME= khal-0.8.2 +DISTNAME= khal-0.8.3 CATEGORIES= time net MASTER_SITES= ${MASTER_SITE_PYPI:=k/khal/} |