pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/khard



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Oct 31 16:29:51 UTC 2016

Modified Files:
        pkgsrc/misc/khard: Makefile distinfo

Log Message:
Updated khard to 0.11.3.

v0.11.2: 2016.08.31
- Extended the photo parsing workaround from khard version 0.11.1 to all base64 encoded vcard attributes (#86 and #87)
- Show additional/middle names in name column of contact table (#89)
- Added khard-runner.py helper script to simplify source code launching

v0.11.3: 2016.09.20
- Pinned version of vcard library vobject to version 0.9.2 due to bug https://github.com/eventable/vobject/issues/39
- Added some new action aliases
- Fix for birthday date processing (#95)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/khard/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/khard/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/khard/Makefile
diff -u pkgsrc/misc/khard/Makefile:1.10 pkgsrc/misc/khard/Makefile:1.11
--- pkgsrc/misc/khard/Makefile:1.10     Sun Aug 28 15:48:33 2016
+++ pkgsrc/misc/khard/Makefile  Mon Oct 31 16:29:50 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2016/08/28 15:48:33 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2016/10/31 16:29:50 wiz Exp $
 
-DISTNAME=              khard-0.11.1
+DISTNAME=              khard-0.11.3
 CATEGORIES=            misc net
 MASTER_SITES=          ${MASTER_SITE_PYPI:=k/khard/}
 
@@ -11,7 +11,7 @@ LICENSE=              gnu-gpl-v3
 
 DEPENDS+=              ${PYPKGPREFIX}-atomicwrites-[0-9]*:../../devel/py-atomicwrites
 DEPENDS+=              ${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj
-DEPENDS+=              ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject
+DEPENDS+=              ${PYPKGPREFIX}-vobject>=0.9<0.9.3:../../textproc/py-vobject
 DEPENDS+=              ${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse
 DEPENDS+=              ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 

Index: pkgsrc/misc/khard/distinfo
diff -u pkgsrc/misc/khard/distinfo:1.5 pkgsrc/misc/khard/distinfo:1.6
--- pkgsrc/misc/khard/distinfo:1.5      Sat Aug 27 15:50:47 2016
+++ pkgsrc/misc/khard/distinfo  Mon Oct 31 16:29:50 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/08/27 15:50:47 wiz Exp $
+$NetBSD: distinfo,v 1.6 2016/10/31 16:29:50 wiz Exp $
 
-SHA1 (khard-0.11.1.tar.gz) = d1895c55528e6b2fc97349e39deacb10df520929
-RMD160 (khard-0.11.1.tar.gz) = 6d1990077118a7c4fe661b08c30099b23897cc6c
-SHA512 (khard-0.11.1.tar.gz) = 9b26e4f6f785192331373da82b7b2b44d233d15ce198b5a83dc4b6185df64abebcc751ca98e5c2a1b9e198e656a60992faea734e12ce80ec5009ddc5b91e0171
-Size (khard-0.11.1.tar.gz) = 5059074 bytes
+SHA1 (khard-0.11.3.tar.gz) = 0ed59522fe3d848dad583a48d724c4b09c4a2442
+RMD160 (khard-0.11.3.tar.gz) = 7d3e44b6946d80c19e2fb1383983f3374f594e2b
+SHA512 (khard-0.11.3.tar.gz) = 2b9d564bc9de885debe304a08e508020a78f84eb49a0094dbf2b131d961a599e87828c72a758622a80c05c8328e0daa2871bbfb507a39c3e13b000b4c589038d
+Size (khard-0.11.3.tar.gz) = 5060302 bytes



Home | Main Index | Thread Index | Old Index