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: leot
Date: Sun Sep 23 12:39:19 UTC 2018
Modified Files:
pkgsrc/security/password-store: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/security/password-store/Makefile:1.11
--- pkgsrc/security/password-store/Makefile:1.10 Wed Sep 19 09:45:18 2018
+++ pkgsrc/security/password-store/Makefile Sun Sep 23 12:39:19 2018
@@ -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_MESSAGE.fixsh= Fixing shell script
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