On Fri, Aug 18, 2017 at 11:29:54AM -0400, Bernd S. wrote:
> Hello,
> 
> password-store itself lists GnuPG 2 as a dependency [1], but the package
> and port install GnuPG 1.4.21 (classic), I reckon that both are compatible
> with password-store and each other.
> 
> But is there a specific reason for it to install gpg classic even when
> gpg2 is already installed? Or even for gpg classic being the default,
> instead of gpg2?
> 
> [1] https://git.zx2c4.com/password-store/tree/README

Since the README explicitely states gnupg2, I think we should go for this, even
if gnupg1 is compatible, to prevent surprises in the future.
OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/password-store/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile    7 Mar 2017 08:53:17 -0000       1.3
+++ Makefile    19 Aug 2017 10:14:31 -0000
@@ -3,6 +3,8 @@
 COMMENT =      simple password store
 
 DISTNAME =     password-store-1.7
+REVISION =     0
+
 CATEGORIES =   security
 
 HOMEPAGE =     http://www.passwordstore.org/
@@ -19,7 +21,7 @@ RUN_DEPENDS = converters/base64 \
                devel/git \
                graphics/libqrencode \
                misc/gnugetopt \
-               security/gnupg \
+               security/gnupg2 \
                shells/bash \
                sysutils/colortree \
                x11/xclip

> 

-- 
Antoine

Reply via email to