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/87204ad9418a
branches: trunk
changeset: 410693:87204ad9418a
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 f6b0bcfbe4cf -r 87204ad9418a 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