pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/kpcli



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep  6 11:55:43 UTC 2020

Modified Files:
        pkgsrc/security/kpcli: Makefile

Log Message:
kpcli: depend on p5-Term-ReadLine-Gnu.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/kpcli/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/kpcli/Makefile
diff -u pkgsrc/security/kpcli/Makefile:1.25 pkgsrc/security/kpcli/Makefile:1.26
--- pkgsrc/security/kpcli/Makefile:1.25 Fri Sep  4 13:35:41 2020
+++ pkgsrc/security/kpcli/Makefile      Sun Sep  6 11:55:43 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2020/09/04 13:35:41 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2020/09/06 11:55:43 wiz Exp $
 
 DISTNAME=      kpcli-3.3
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=kpcli/}
 EXTRACT_SUFX=  .pl
@@ -18,6 +18,7 @@ DEPENDS+=     p5-Term-ShellUI-[0-9]*:../../d
 DEPENDS+=      p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael
 DEPENDS+=      p5-File-KeePass-[0-9]*:../../security/p5-File-KeePass
 DEPENDS+=      p5-Crypt-PWSafe3-[0-9]*:../../security/p5-Crypt-PWSafe3
+DEPENDS+=      p5-Term-ReadLine-Gnu-[0-9]*:../../devel/p5-Term-ReadLine-Gnu
 
 WRKSRC=                ${WRKDIR}
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index