Index: Makefile =================================================================== --- Makefile (revision 310826) +++ Makefile (working copy) @@ -1,17 +1,13 @@ -# New ports collection makefile for: kpcli -# Date created: 25 May 2012 -# Whom: Alexander Y. Grigoryev -# # $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 @@ 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 @@ -29,7 +25,6 @@ MAN1= ${PORTNAME}.1 MANCOMPRESSED= yes -PLIST_FILES= bin/kpcli do-extract: @${MKDIR} ${WRKSRC} Index: distinfo =================================================================== --- distinfo (revision 310826) +++ distinfo (working copy) @@ -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 Index: pkg-descr =================================================================== --- pkg-descr (revision 310826) +++ pkg-descr (working copy) @@ -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/