From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 24 18:34:44 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E52118D for ; Wed, 24 Oct 2012 18:34:44 +0000 (UTC) (envelope-from alexander.4mail@gmail.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id C63FE8FC14 for ; Wed, 24 Oct 2012 18:34:43 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id e12so657740lag.13 for ; Wed, 24 Oct 2012 11:34:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=ITFeOZPO0yQfSwBojHMqJ5aNGP1bqtw3eik2Ps6HICY=; b=Ucfsx/OXATc6vIaL1UiHZeVHKTo/aPIlGZpwWUvHTqRiFGaAvGPndcap+bRoAcB8G/ MqnCaTC+chdCbOtgSmvYV0N/5zCbaxk88tBcZAXiIy5PAC5cUbmFt1okyqMFE7BMOc3m MW6cJgpjTQNt94ty1p1CWhl9ImFPhL+IR8ZSbaO7AjJOnUou8LKlq/fer55dTZq+sZ/I i680dLmZnoxcRr9SpZEY9AsKQzds3zdyNsgZYg2on7LEtGE16p/KkLWeeL2Yqwor61hH cBLbSN3wqG3HHpT2EWptGBtuoTQkCYxElYVljF9w1UhoIBgr059c/aUTC19LvJkr4CJW Y6qQ== Received: by 10.152.105.174 with SMTP id gn14mr15150481lab.55.1351103682502; Wed, 24 Oct 2012 11:34:42 -0700 (PDT) Received: from try2getme.lan ([46.72.102.219]) by mx.google.com with ESMTPS id eo4sm4164553lbb.5.2012.10.24.11.34.41 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 24 Oct 2012 11:34:42 -0700 (PDT) Date: Wed, 24 Oct 2012 22:34:30 +0400 From: Alexander 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> References: <20121024181737.GA3094@try2getme.lan> <201210241820.q9OIK0FY056200@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="+nBD6E3TurpgldQp" Content-Disposition: inline In-Reply-To: <201210241820.q9OIK0FY056200@freefall.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2012 18:34:44 -0000 --+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--