pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/keychain



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Apr 25 12:16:47 UTC 2017

Modified Files:
        pkgsrc/security/keychain: Makefile

Log Message:
Put back dependency on bash again, the script uses the "local" keyword.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/security/keychain/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/keychain/Makefile
diff -u pkgsrc/security/keychain/Makefile:1.35 pkgsrc/security/keychain/Makefile:1.36
--- pkgsrc/security/keychain/Makefile:1.35      Tue Sep 20 12:36:09 2016
+++ pkgsrc/security/keychain/Makefile   Tue Apr 25 12:16:47 2017
@@ -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 @@ LICENSE=     gnu-gpl-v2
 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