Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Dec 2012 10:42:51 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309471 - head/security/p5-File-KeePass
Message-ID:  <201212251042.qBPAgpvP038168@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <alexander.4mail@gmail.com> (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 <alexander.4mail@gmail.com>
-#
+# Created by: Alexander Y. Grigoryev <alexander.4mail@gmail.com>
 # $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 <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>

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/



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