diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-01-24 01:39:59 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-01-24 01:39:59 +0000 |
commit | a93a31d5ac8add2eaa58b5c9a4c7f56d667754de (patch) | |
tree | c7ceb0ee6e361838dc0a6cb034fa3096650bcd41 /security | |
parent | 50a38db8a4f9c8d2cfb317af63de6c298cfff591 (diff) | |
download | ports-a93a31d5ac8add2eaa58b5c9a4c7f56d667754de.tar.gz ports-a93a31d5ac8add2eaa58b5c9a4c7f56d667754de.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/kpcli/Makefile | 10 | ||||
-rw-r--r-- | security/kpcli/distinfo | 4 | ||||
-rw-r--r-- | security/kpcli/pkg-descr | 2 |
3 files changed, 6 insertions, 10 deletions
diff --git a/security/kpcli/Makefile b/security/kpcli/Makefile index c73dd5bc0673..00de4c88d80e 100644 --- a/security/kpcli/Makefile +++ b/security/kpcli/Makefile @@ -1,17 +1,13 @@ -# New ports collection makefile for: kpcli -# Date created: 25 May 2012 -# Whom: Alexander Y. Grigoryev <alexander.4mail@gmail.com> -# # $FreeBSD$ PORTNAME= kpcli -PORTVERSION= 1.4 +PORTVERSION= 1.6 CATEGORIES= security MASTER_SITES= SF/kpcli/ EXTRACT_SUFX= .pl MAINTAINER= alexander.4mail@gmail.com -COMMENT= Command line interface to KeePassX and KeePass 1.x database files +COMMENT= Command line interface to KeePassX and KeePass database files LICENSE= ART10 GPLv1 LICENSE_COMB= dual @@ -19,7 +15,7 @@ LICENSE_COMB= dual RUN_DEPENDS= p5-Crypt-Rijndael>=1.08:${PORTSDIR}/security/p5-Crypt-Rijndael \ p5-Term-ReadKey>=2.30:${PORTSDIR}/devel/p5-Term-ReadKey \ p5-Sort-Naturally>=1.02:${PORTSDIR}/textproc/p5-Sort-Naturally \ - p5-File-KeePass>=0.03:${PORTSDIR}/security/p5-File-KeePass \ + p5-File-KeePass>=2.03:${PORTSDIR}/security/p5-File-KeePass \ p5-Term-ShellUI>=0.9:${PORTSDIR}/shells/p5-Term-ShellUI \ p5-ReadLine-Gnu>=1.19:${PORTSDIR}/devel/p5-ReadLine-Gnu \ p5-Clone>=0.31:${PORTSDIR}/devel/p5-Clone diff --git a/security/kpcli/distinfo b/security/kpcli/distinfo index ede7cd001c20..a4e5c3cf6c61 100644 --- a/security/kpcli/distinfo +++ b/security/kpcli/distinfo @@ -1,2 +1,2 @@ -SHA256 (kpcli-1.4.pl) = 9bf8d28117fe77f7257d595df51fe27d4472abe535700a94bbf8257e35272f4b -SIZE (kpcli-1.4.pl) = 67714 +SHA256 (kpcli-1.6.pl) = 71949dfe3356bb31e96427cd862f3fd8a73eaff922359e89f5094a87f9f2bdda +SIZE (kpcli-1.6.pl) = 72331 diff --git a/security/kpcli/pkg-descr b/security/kpcli/pkg-descr index 8ef202925bb3..3863f9433ca5 100644 --- a/security/kpcli/pkg-descr +++ b/security/kpcli/pkg-descr @@ -1,4 +1,4 @@ A command line interface (interactive shell) to work -with KeePassX and KeePass 1.x database files. +with KeePassX and KeePass (kdb, kdbx) database files. WWW: http://kpcli.sourceforge.net/ |