pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/password-store password-store: Adjust BASE64 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41562d5ae6fc
branches:  trunk
changeset: 313035:41562d5ae6fc
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Sep 23 12:39:19 2018 +0000

description:
password-store: Adjust BASE64 definition as part of fixsh SUBST class

Instead of using a generic `base64' initialize the BASE64 variable in order to
actually use converters/base64 (this was problematic when for example NetBSD
base64(1) was used).

Bump PKGREVISION

diffstat:

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

diffs (21 lines):

diff -r 12efecf57366 -r 41562d5ae6fc security/password-store/Makefile
--- a/security/password-store/Makefile  Sun Sep 23 09:23:17 2018 +0000
+++ b/security/password-store/Makefile  Sun Sep 23 12:39:19 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2018/09/19 09:45:18 leot Exp $
+# $NetBSD: Makefile,v 1.11 2018/09/23 12:39:19 leot Exp $
 
 DISTNAME=      password-store-1.7.3
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    security
 MASTER_SITES=  http://git.zx2c4.com/password-store/snapshot/
 EXTRACT_SUFX=  .tar.xz
@@ -32,6 +32,7 @@
 SUBST_FILES.fixsh=     src/password-store.sh
 SUBST_SED.fixsh+=      -e 's,GETOPT="getopt",GETOPT="${PREFIX}/bin/getopt",'
 SUBST_SED.fixsh+=      -e "s,SHRED=\"shred -f -z\",SHRED=\"${RM} -f -P\","
+SUBST_SED.fixsh+=      -e 's,BASE64="base64",BASE64="${PREFIX}/bin/base64",'
 
 TEST_TARGET=           test
 



Home | Main Index | Thread Index | Old Index