On Fri, May 10, 2019 at 06:19:59PM -0400, Jeremie Courreges-Anglas wrote:
> >
> > New patch generated without any FLAVOURS.

Re-attached the patch.

> >
> > Thoughts, OK?
> 
> LGTM ports-wise.  Maybe Stuart has another opinion?
> 
> NB: I did not review the usage of pledge()

Ping?

Thanks
Tim
Index: Makefile
===================================================================
RCS file: /cvs/ports/productivity/mcds/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile	20 May 2019 22:15:22 -0000	1.2
+++ Makefile	18 Jun 2019 18:48:39 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =		tty-based carddav search tool
 
-V =			0.9
+V =			1.2
 DISTNAME =		mcds-${V}
 CATEGORIES =		productivity
 REVISION =		0
@@ -12,12 +12,14 @@ MAINTAINER =		Timothy Brown <tbrown@free
 # GPLv3+
 PERMIT_PACKAGE_CDROM =	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 \
+			security/gpgme \
 			textproc/libxml
 
 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	18 Jun 2019 18:48:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (mcds-0.9.tar.gz) = p+H8Q94kiHDDo/pV570uCXZki5YnyC41tUDx8HgARKc=
-SIZE (mcds-0.9.tar.gz) = 194620
+SHA256 (mcds-1.2.tar.gz) = XvOuh5IgjdWF1BPE/mowwCv8BKY4l/nvmnzZEK4Pbx4=
+SIZE (mcds-1.2.tar.gz) = 201027
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	18 Jun 2019 18:48:39 -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