Hi,

Thanks to Christian for pointing out a missing dependency in
productivity/mcds. Namely security/gnupg2 as I use `gpgconf`
when using GPGME.

Please find the diff attached. I've bumped it to REVISION 0.

Once again, if I've done anything incorrectly please let me know.

Thanks for all your hard work!

Tim
Index: Makefile
===================================================================
RCS file: /cvs/ports/productivity/mcds/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile	17 Jan 2020 08:35:50 -0000	1.4
+++ Makefile	31 Jan 2020 16:17:13 -0000
@@ -1,10 +1,11 @@
 # $OpenBSD: Makefile,v 1.4 2020/01/17 08:35:50 landry Exp $
 
-COMMENT =		tty-based carddav search tool
+COMMENT =		tty-based CardDav search tool
 
 V =			1.6
 DISTNAME =		mcds-${V}
 CATEGORIES =		productivity
+REVISION =		0
 
 MAINTAINER =		Timothy Brown <[email protected]>
 
@@ -19,6 +20,7 @@ MASTER_SITES =		https://github.com/t-bro
 LIB_DEPENDS =		devel/gettext,-runtime \
 			net/curl \
 			textproc/libxml \
+			security/gnupg2 \
 			security/gpgme
 
 CONFIGURE_STYLE =	gnu

Reply via email to