pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/password-store



Module Name:    pkgsrc
Committed By:   pho
Date:           Mon Jan 27 12:56:38 UTC 2020

Modified Files:
        pkgsrc/security/password-store: Makefile

Log Message:
Add missing dependency on converters/base64


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/password-store/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/password-store/Makefile
diff -u pkgsrc/security/password-store/Makefile:1.11 pkgsrc/security/password-store/Makefile:1.12
--- pkgsrc/security/password-store/Makefile:1.11        Sun Sep 23 12:39:19 2018
+++ pkgsrc/security/password-store/Makefile     Mon Jan 27 12:56:38 2020
@@ -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 @@ USE_LANGUAGES=        # none
 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