pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/keychain Put back dependency on bash again, t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5043b29a3b3a
branches: trunk
changeset: 361691:5043b29a3b3a
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue Apr 25 12:16:47 2017 +0000
description:
Put back dependency on bash again, the script uses the "local" keyword.
Bump PKGREVISION.
diffstat:
security/keychain/Makefile | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 42e56470597d -r 5043b29a3b3a security/keychain/Makefile
--- a/security/keychain/Makefile Tue Apr 25 11:42:42 2017 +0000
+++ b/security/keychain/Makefile Tue Apr 25 12:16:47 2017 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2016/09/20 12:36:09 mef Exp $
+# $NetBSD: Makefile,v 1.36 2017/04/25 12:16:47 jperkin Exp $
DISTNAME= keychain-2.8.3
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.funtoo.org/archive/keychain/
EXTRACT_SUFX= .tar.bz2
@@ -14,7 +15,11 @@
DEPENDS+= openssh-[0-9]*:../../security/openssh
.endif
-NO_BUILD= yes
+USE_TOOLS+= bash:run
+NO_BUILD= yes
+
+# Uses the "local" keyword which is not supported by ksh.
+REPLACE_BASH+= keychain
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/${PKGBASE}
Home |
Main Index |
Thread Index |
Old Index