1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

security/kpcli: update 2.8 -> 3.0

- Add PWSAFE3 option

PR:		202103
Submitted by:	Alexander <alexander.4mail@gmail.com> (maintainer)
This commit is contained in:
Bartek Rutkowski 2015-08-06 09:52:08 +00:00
parent c9298c9ce1
commit 0de1b53912
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393648
2 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= kpcli
PORTVERSION= 2.8
PORTVERSION= 3.0
CATEGORIES= security
MASTER_SITES= SF/kpcli/
EXTRACT_SUFX= .pl
@ -28,6 +28,11 @@ USES= perl5 shebangfix
SHEBANG_FILES= kpcli
PLIST_FILES= bin/kpcli man/man1/${PORTNAME}.1.gz
OPTIONS_DEFINE= PWSAFE3
PWSAFE3_DESC= Password Safe V3 file importing
PWSAFE3_BUILD_DEPENDS+= p5-Crypt-PWSafe3>=1.21:${PORTSDIR}/security/p5-Crypt-PWSafe3
PWSAFE3_RUN_DEPENDS+= p5-Crypt-PWSafe3>=1.21:${PORTSDIR}/security/p5-Crypt-PWSafe3
do-extract:
@${MKDIR} ${WRKSRC}
${CP} ${DISTDIR}/${PORTNAME}-${PORTVERSION}.pl ${WRKSRC}/${PORTNAME}

View File

@ -1,2 +1,2 @@
SHA256 (kpcli-2.8.pl) = 21351afe96bd8d151cc5b551b9852249199802deac5ed05ba8538f18c308b2ee
SIZE (kpcli-2.8.pl) = 176617
SHA256 (kpcli-3.0.pl) = 947b7b0485215f72e14bb8936c847abb583253c597f58234650922270259049c
SIZE (kpcli-3.0.pl) = 181841