summaryrefslogtreecommitdiff
path: root/security/kpcli/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-12-11 13:17:10 +0000
committerwiz <wiz@pkgsrc.org>2015-12-11 13:17:10 +0000
commitf3acc35687a7047fa3902b5959be946937e51459 (patch)
tree427b37daff7012f0bd24b7eef5fd152f19725555 /security/kpcli/Makefile
parentac4ab204b0a8b6825b752d91c4bcd58b12755e2f (diff)
downloadpkgsrc-f3acc35687a7047fa3902b5959be946937e51459.tar.gz
Update kpcli to 3.0.
2015-Feb-08 v2.8 - Fixed cli_copy bug; refresh paths and ask to save. Fixed a cli_mv bug; double path-normalization. Fixed a path display bug, if done after a cli_mv. Protect users from editing in the $FOUND_DIR. Keep file opened, read-only, to show up in lsof. Added inactivity locking (--timeout parameter). Added shell expansion support to cli_ls, with the ability to manage _all_ listed entries by number. Added shell expansion support to cli_mv. Added [y/N] option to list entries after a find. 2015-Jun-19 v3.0 - Added Password Safe v3 file importing; requires optional Crypt::PWSafe3 from CPAN. Added $FORCED_READLINE global variable. Attachments sanity check; SourceForge bug #17. Endianness fix in magic_file_type(); SF bug #19.
Diffstat (limited to 'security/kpcli/Makefile')
-rw-r--r--security/kpcli/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/kpcli/Makefile b/security/kpcli/Makefile
index 44c97f408df..8033a902184 100644
--- a/security/kpcli/Makefile
+++ b/security/kpcli/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:27 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2015/12/11 13:17:10 wiz Exp $
-DISTNAME= kpcli-2.7
-PKGREVISION= 3
+DISTNAME= kpcli-3.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kpcli/}
EXTRACT_SUFX= .pl
@@ -17,6 +16,7 @@ DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
DEPENDS+= p5-Term-ShellUI-[0-9]*:../../devel/p5-Term-ShellUI
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+= {perl>=5.002,p5-Term-ReadLine-[0-9]*}:../../devel/p5-Term-ReadLine
DEPENDS+= p5-Term-ReadLine-Perl-[0-9]*:../../devel/p5-Term-ReadLine-Perl