summaryrefslogtreecommitdiff
path: root/misc/khard/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-07-21 19:17:51 +0000
committerwiz <wiz@pkgsrc.org>2015-07-21 19:17:51 +0000
commita30b7a18a67fa52c2f05680d17fe6952563c0b66 (patch)
treece5838f6cd87bdd2b26aacf849d4e8a9c514e428 /misc/khard/Makefile
parente24ee6fddc8081ce9bb28a56109416074bcefa41 (diff)
downloadpkgsrc-a30b7a18a67fa52c2f05680d17fe6952563c0b66.tar.gz
Update to 0.4.1:
v0.3.1: 2015.03.26 - Nickname attribute added - New parameter in config file: show_nicknames = yes / no v0.3.2: 2015.03.27 - Read-only support for Categories attribute v0.3.3: 2015.05.07 - twinkle option was renamed to phone: Now it prints all phone numbers like the mutt option does for e-mail addresses (more general approach for external phone clients) - adapted twinkle plugin for use with the new phone option v0.4.0: 2015.06.15 - new option "add-email": Get full email from stdin, filter senders mail address and add that address to an existing contact or create a new one. Feature tested with email client mutt. v0.4.1: 2015.07.16 - improved search results for phone, mutt and alot
Diffstat (limited to 'misc/khard/Makefile')
-rw-r--r--misc/khard/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/khard/Makefile b/misc/khard/Makefile
index 0ba54910039..cfc40dad99c 100644
--- a/misc/khard/Makefile
+++ b/misc/khard/Makefile
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.1 2015/04/02 22:35:34 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2015/07/21 19:17:51 wiz Exp $
-DISTNAME= khard-0.3.0
+DISTNAME= khard-0.4.1
CATEGORIES= misc net
-MASTER_SITES= ${MASTER_SITE_GITHUB:=scheibler/}
+MASTER_SITES= https://pypi.python.org/packages/source/k/khard/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/scheibler/khard
COMMENT= CLI contacts application built around CardDAV
LICENSE= gnu-gpl-v3
-GITHUB_TAG= v${PKGVERSION_NOREV}
DEPENDS+= ${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj
DEPENDS+= ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject
DEPENDS+= ${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse