Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2012 22:34:30 +0400
From:      Alexander <alexander.4mail@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/173033: [maintainer update] p5-File-KeePass 0.03 -> 2.03
Message-ID:  <20121024183430.GC3094@try2getme.lan>
In-Reply-To: <201210241820.q9OIK0FY056200@freefall.freebsd.org>
References:  <20121024181737.GA3094@try2getme.lan> <201210241820.q9OIK0FY056200@freefall.freebsd.org>

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

--+nBD6E3TurpgldQp
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Sorry, looks like I made stupid mistake during sending PR. Here is diff file
one more time.

--+nBD6E3TurpgldQp
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="p5-File-KeePass.diff"

Index: Makefile
===================================================================
--- Makefile	(revision 306350)
+++ Makefile	(working copy)
@@ -5,18 +5,19 @@
 # $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
Index: distinfo
===================================================================
--- distinfo	(revision 306350)
+++ distinfo	(working copy)
@@ -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
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 306350)
+++ pkg-descr	(working copy)
@@ -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/

--+nBD6E3TurpgldQp--



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