Received: by mail.netbsd.org (Postfix, from userid 605) id 7A36184DCC; Wed, 13 Feb 2019 19:39:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F2B8D84DB1 for ; Wed, 13 Feb 2019 19:39:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id XaCAb_xeRg6J for ; Wed, 13 Feb 2019 19:39:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 78AF784D55 for ; Wed, 13 Feb 2019 19:39:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6CC8DFB16; Wed, 13 Feb 2019 19:39:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1550086766270690" MIME-Version: 1.0 Date: Wed, 13 Feb 2019 19:39:26 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/misc/khard To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190213193926.6CC8DFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1550086766270690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 13 19:39:26 UTC 2019 Modified Files: pkgsrc/misc/khard: Makefile distinfo Log Message: khard: update to 0.13.0. v0.13.0: 2018-12-25 - New action postaddress: lists all postal (addresses analog to email and phone actions, #196) - New zsh completion function for email addresses - New config variables for the contact table section in khard.conf: preferred_email_address_type and preferred_phone_number_type - Slight speed improvements - Test suite created - Several bug fixes To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/misc/khard/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/khard/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1550086766270690 Content-Disposition: inline Content-Length: 1560 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/khard/Makefile diff -u pkgsrc/misc/khard/Makefile:1.15 pkgsrc/misc/khard/Makefile:1.16 --- pkgsrc/misc/khard/Makefile:1.15 Sat Apr 14 15:15:55 2018 +++ pkgsrc/misc/khard/Makefile Wed Feb 13 19:39:26 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2018/04/14 15:15:55 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2019/02/13 19:39:26 wiz Exp $ -DISTNAME= khard-0.12.2 -PKGREVISION= 1 +DISTNAME= khard-0.13.0 CATEGORIES= misc net MASTER_SITES= ${MASTER_SITE_PYPI:=k/khard/} Index: pkgsrc/misc/khard/distinfo diff -u pkgsrc/misc/khard/distinfo:1.8 pkgsrc/misc/khard/distinfo:1.9 --- pkgsrc/misc/khard/distinfo:1.8 Sun Jan 28 15:57:33 2018 +++ pkgsrc/misc/khard/distinfo Wed Feb 13 19:39:26 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2018/01/28 15:57:33 wiz Exp $ +$NetBSD: distinfo,v 1.9 2019/02/13 19:39:26 wiz Exp $ -SHA1 (khard-0.12.2.tar.gz) = 13e2d994813f18339e1096dce2cd5a75199b58e1 -RMD160 (khard-0.12.2.tar.gz) = e179e4cb82147290880bf11930b35a21ddf28abf -SHA512 (khard-0.12.2.tar.gz) = 476a90b111e903669a34729bf48f28a4108612f65ed7b85a495d3246461f7b82f378e13e417aba2006cf1bf853245d5466d1bb5eba539b840c9e7b6abfb20c76 -Size (khard-0.12.2.tar.gz) = 5064055 bytes +SHA1 (khard-0.13.0.tar.gz) = 8acfeaf6185205f9c8d8f76adee1422da4794e6b +RMD160 (khard-0.13.0.tar.gz) = 3381355534fffaeea642790fb00f33ddcc0706b4 +SHA512 (khard-0.13.0.tar.gz) = 353a51a06d6c7aa27b0f1cf35b3f7c113097ea4fa5e27bcb400f00de0cdd65ccaeadcc835b1cba541361a0395265cb967f731b23d875162f2be13381bc0979a6 +Size (khard-0.13.0.tar.gz) = 5083020 bytes --_----------=_1550086766270690--