Hi all,

I know I submitted version 1.4 not too long ago, terribly sorry
for creating more work. I noticed that diff wasn't applied, so
I'm hoping this update to 1.6 can replace it.

As with any updates I introduced a couple of bugs, hence the jump
to version 1.6.

Diff is attached.

Regards
Tim

Index: Makefile
===================================================================
RCS file: /cvs/ports/productivity/mcds/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile	12 Jul 2019 20:48:59 -0000	1.3
+++ Makefile	16 Jan 2020 22:46:26 -0000
@@ -2,23 +2,24 @@
 
 COMMENT =		tty-based carddav search tool
 
-V =			0.9
+V =			1.6
 DISTNAME =		mcds-${V}
 CATEGORIES =		productivity
-REVISION =		0
 
 MAINTAINER =		Timothy Brown <tbr...@freeshell.org>
 
 # GPLv3+
 PERMIT_PACKAGE =	Yes
 
-WANTLIB =		c curl iconv intl xml2
+# uses pledge()
+WANTLIB =		assuan c curl gpg-error gpgme iconv intl xml2
 
 MASTER_SITES =		https://github.com/t-brown/mcds/releases/download/v${V}/
 
 LIB_DEPENDS =		devel/gettext,-runtime \
 			net/curl \
-			textproc/libxml
+			textproc/libxml \
+			security/gpgme
 
 CONFIGURE_STYLE =	gnu
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/productivity/mcds/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo	2 May 2019 15:52:58 -0000	1.1.1.1
+++ distinfo	16 Jan 2020 22:46:26 -0000
@@ -1,2 +1,2 @@
-SHA256 (mcds-0.9.tar.gz) = p+H8Q94kiHDDo/pV570uCXZki5YnyC41tUDx8HgARKc=
-SIZE (mcds-0.9.tar.gz) = 194620
+SHA256 (mcds-1.6.tar.gz) = HLSkhSxy00Y/Ft5XQ1FVqwZe1UJrJifDok080B1QXEM=
+SIZE (mcds-1.6.tar.gz) = 203185
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/productivity/mcds/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- pkg/DESCR	2 May 2019 15:52:58 -0000	1.1.1.1
+++ pkg/DESCR	16 Jan 2020 22:46:26 -0000
@@ -1,2 +1,2 @@
 Mcds is a command line tool primarily used as a search query plugin for mutt
-to query a carddav server.
+to query a CardDav server.

Reply via email to