pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/password-store Add missing dependency on conv...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a44f7d6ece6
branches:  trunk
changeset: 422463:0a44f7d6ece6
user:      pho <pho%pkgsrc.org@localhost>
date:      Mon Jan 27 12:56:38 2020 +0000

description:
Add missing dependency on converters/base64

diffstat:

 security/password-store/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r c9aabf123f22 -r 0a44f7d6ece6 security/password-store/Makefile
--- a/security/password-store/Makefile  Mon Jan 27 12:04:43 2020 +0000
+++ b/security/password-store/Makefile  Mon Jan 27 12:56:38 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2018/09/23 12:39:19 leot Exp $
+# $NetBSD: Makefile,v 1.12 2020/01/27 12:56:38 pho Exp $
 
 DISTNAME=      password-store-1.7.3
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    security
 MASTER_SITES=  http://git.zx2c4.com/password-store/snapshot/
 EXTRACT_SUFX=  .tar.xz
@@ -15,6 +15,7 @@
 NO_BUILD=      yes
 USE_TOOLS+=    gmake pax bash:run
 
+DEPENDS+=      base64>=1.5:../../converters/base64
 DEPENDS+=      getopt>=1.1.6:../../misc/getopt
 DEPENDS+=      gnupg2>=2.0.26:../../security/gnupg2
 DEPENDS+=      tree>=1.7.0:../../sysutils/tree



Home | Main Index | Thread Index | Old Index