svn commit: r458281 - head/sysutils/password-store
Rene Ladan
rene at FreeBSD.org
Sat Jan 6 17:41:33 UTC 2018
Author: rene
Date: Sat Jan 6 17:41:32 2018
New Revision: 458281
URL: https://svnweb.freebsd.org/changeset/ports/458281
Log:
Make system extensions work with password-store.
System extensions are installed in PREFIX/lib/password-store/extensions/
Bump PORTREVISION
PR: 224672
Submitted by: Adam Jimerson (vendion at gmail.com)
MFH: 2018Q1
Modified:
head/sysutils/password-store/Makefile
Modified: head/sysutils/password-store/Makefile
==============================================================================
--- head/sysutils/password-store/Makefile Sat Jan 6 17:12:25 2018 (r458280)
+++ head/sysutils/password-store/Makefile Sat Jan 6 17:41:32 2018 (r458281)
@@ -2,7 +2,7 @@
PORTNAME= password-store
PORTVERSION= 1.7.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://git.zx2c4.com/password-store/snapshot/
@@ -41,6 +41,8 @@ SUB_FILES= pass
post-patch:
@${REINPLACE_CMD} -Ee 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/src/platform/freebsd.sh
+ @${REINPLACE_CMD} -Ee 's|^SYSTEM_EXTENSION_DIR=""|SYSTEM_EXTENSION_DIR="${PREFIX}/lib/password-store/extensions"|g' \
+ ${WRKSRC}/src/password-store.sh
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/pass ${STAGEDIR}${PREFIX}/bin/
More information about the svn-ports-all
mailing list