Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2012 22:29:52 +0400
From:      Alexander <alexander.4mail@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/173034: [maintainer update] kpcli 1.4 -> 1.5, please commit after p5-File-KeePass 2.03
Message-ID:  <20121024182952.GB3094@try2getme.lan>
Resent-Message-ID: <201210241840.q9OIe1tm058174@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173034
>Category:       ports
>Synopsis:       update to kpcli v. 1.5, .kdbx support added
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 24 18:40:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     alexander
>Release:        FreeBSD 9.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD hostname 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #18 r240302M: Tue Sep 11 00:15:04 MSK 2012 root@hostname:/usr/obj/usr/src/sys/LEN_T420i amd64

>Description:
Update kpcli to v. 1.5, with .kdbx support. Please commit only after
p5-File-KeePass v. 2.03.
>How-To-Repeat:
>Fix:

--GID0FwUMdk1T2AWN
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="kpcli.diff"

Index: Makefile
===================================================================
--- Makefile	(revision 306350)
+++ Makefile	(working copy)
@@ -1,46 +1,44 @@
 # New ports collection makefile for:	kpcli
-# Date created:		25 May 2012
-# Whom:			Alexander Y. Grigoryev <alexander.4mail@gmail.com>
+# Date created:				25 May 2012
+# Whom:					Alexander Y. Grigoryev <alexander.4mail@gmail.com>
 #
 # $FreeBSD$
 
 PORTNAME=	kpcli
-PORTVERSION=	1.4
+PORTVERSION=	1.5
 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=	A command line interface to KeePassX, KeePass 1.x and 2.x database files
 
-LICENSE=	ART10 GPLv1
-LICENSE_COMB=	dual
+LICENSE=        ART10 GPLv1
+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
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 USE_PERL5=	yes
 
-MAN1=	${PORTNAME}.1
+MAN1=		${PORTNAME}.1
 MANCOMPRESSED=	yes
-PLIST_FILES=	bin/kpcli
+PLIST_FILES=    bin/kpcli
 
 do-extract:
 	@${MKDIR} ${WRKSRC}
 	@${CP} ${DISTDIR}/${PORTNAME}-${PORTVERSION}.pl ${WRKSRC}/${PORTNAME}
-
 do-build:
-	${LOCALBASE}/bin/pod2man ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.1
+	${PREFIX}/bin/pod2man ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.1
 	${GZIP_CMD} ${WRKSRC}/${PORTNAME}.1
-
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1.gz ${MAN1PREFIX}/man/man1/
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1.gz ${PREFIX}/man/man1/
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 306350)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (kpcli-1.4.pl) = 9bf8d28117fe77f7257d595df51fe27d4472abe535700a94bbf8257e35272f4b
-SIZE (kpcli-1.4.pl) = 67714
+SHA256 (kpcli-1.5.pl) = 4ce421e0480357288361c2bc20ea4d4a781e590e771982ab4e0e2e5443849d41
+SIZE (kpcli-1.5.pl) = 70178
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 306350)
+++ pkg-descr	(working copy)
@@ -1,4 +1,4 @@
-A command line interface (interactive shell) to work
-with KeePassX and KeePass 1.x database files.
+A command line interface (interactive shell) to work 
+with KeePassX, KeePass 1.x and 2.x database files.
 
-WWW: http://kpcli.sourceforge.net/
+WWW: http://kpcli.sourceforge.net/ 

--GID0FwUMdk1T2AWN--
>Release-Note:
>Audit-Trail:
>Unformatted:
 --GID0FwUMdk1T2AWN
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121024182952.GB3094>