From owner-svn-ports-all@FreeBSD.ORG Tue Dec 25 10:42:52 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 909F680B; Tue, 25 Dec 2012 10:42:52 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 73EC38FC0C; Tue, 25 Dec 2012 10:42:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBPAgqU9038173; Tue, 25 Dec 2012 10:42:52 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBPAgpvP038168; Tue, 25 Dec 2012 10:42:51 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201212251042.qBPAgpvP038168@svn.freebsd.org> From: Alex Kozlov Date: Tue, 25 Dec 2012 10:42:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309471 - head/security/p5-File-KeePass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2012 10:42:52 -0000 Author: ak Date: Tue Dec 25 10:42:51 2012 New Revision: 309471 URL: http://svnweb.freebsd.org/changeset/ports/309471 Log: - Update to 2.03 [1] - Convert Makefile headers to new style - Remove support for perl 5.10- PR: ports/173033 [1] Submitted by: Alexander (maintainer) Modified: head/security/p5-File-KeePass/Makefile (contents, props changed) head/security/p5-File-KeePass/distinfo (contents, props changed) head/security/p5-File-KeePass/pkg-descr (contents, props changed) Modified: head/security/p5-File-KeePass/Makefile ============================================================================== --- head/security/p5-File-KeePass/Makefile Tue Dec 25 09:17:42 2012 (r309470) +++ head/security/p5-File-KeePass/Makefile Tue Dec 25 10:42:51 2012 (r309471) @@ -1,33 +1,24 @@ -# New ports collection makefile for: p5-File-KeePass -# Date created: 2012-03-10 -# Whom: Alexander Y. Grigoryev -# +# Created by: Alexander Y. Grigoryev # $FreeBSD$ PORTNAME= File-KeePass -PORTVERSION= 0.03 +PORTVERSION= 2.03 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= alexander.4mail@gmail.com -COMMENT= Interface to KeePass V1 and KeePassX database files +COMMENT= Interface to KeePassX, KeePass 1.x and 2.x database files LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Crypt-Rijndael>=1.0:${PORTSDIR}/security/p5-Crypt-Rijndael +BUILD_DEPENDS= p5-Crypt-Rijndael>=1.0:${PORTSDIR}/security/p5-Crypt-Rijndael \ + p5-MIME-Base64>=1.0:${PORTSDIR}/converters/p5-MIME-Base64 RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= File::KeePass.3 -.include - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-Digest-SHA>=1.0:${PORTSDIR}/security/p5-Digest-SHA -RUN_DEPENDS+= p5-Digest-SHA>=1.0:${PORTSDIR}/security/p5-Digest-SHA -.endif - -.include +.include Modified: head/security/p5-File-KeePass/distinfo ============================================================================== --- head/security/p5-File-KeePass/distinfo Tue Dec 25 09:17:42 2012 (r309470) +++ head/security/p5-File-KeePass/distinfo Tue Dec 25 10:42:51 2012 (r309471) @@ -1,2 +1,2 @@ -SHA256 (File-KeePass-0.03.tar.gz) = 858b9052ec05e7203e504fe8d8ccea0b936f814bd30f3192a4253d0c985743f4 -SIZE (File-KeePass-0.03.tar.gz) = 16264 +SHA256 (File-KeePass-2.03.tar.gz) = c30c688027a52ff4f58cd69d6d8ef35472a7cf106d4ce94eb73a796ba7c7ffa7 +SIZE (File-KeePass-2.03.tar.gz) = 37010 Modified: head/security/p5-File-KeePass/pkg-descr ============================================================================== --- head/security/p5-File-KeePass/pkg-descr Tue Dec 25 09:17:42 2012 (r309470) +++ head/security/p5-File-KeePass/pkg-descr Tue Dec 25 10:42:51 2012 (r309471) @@ -1,5 +1,3 @@ -File::KeePass is an interface to KeePassX and KeePass V1 database files. -It supports only Rijndael encryption and only bases which were secured -via passkeys (key files not supported). +File::KeePass is an interface to KeePassX, KeePass 1.x and 2.x database files. WWW: http://search.cpan.org/dist/File-KeePass/