svn commit: r424105 - head/security/p5-File-KeePass

Ben Woods woodsb02 at FreeBSD.org
Mon Oct 17 10:48:37 UTC 2016


Author: woodsb02
Date: Mon Oct 17 10:48:36 2016
New Revision: 424105
URL: https://svnweb.freebsd.org/changeset/ports/424105

Log:
  security/p5-File-KeePass: Add p5-XML-Parser as dependency.
  
  This is required to be able to open files in KeePass v2 format.
  
  PR:		212996
  Approved by:	alexander.4mail at gmail.com (maintainer timeout), adamw (mentor, implicit)

Modified:
  head/security/p5-File-KeePass/Makefile

Modified: head/security/p5-File-KeePass/Makefile
==============================================================================
--- head/security/p5-File-KeePass/Makefile	Mon Oct 17 10:38:50 2016	(r424104)
+++ head/security/p5-File-KeePass/Makefile	Mon Oct 17 10:48:36 2016	(r424105)
@@ -15,7 +15,8 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Crypt-Rijndael>=1.0:security/p5-Crypt-Rijndael \
-		p5-MIME-Base64>=1.0:converters/p5-MIME-Base64
+		p5-MIME-Base64>=1.0:converters/p5-MIME-Base64 \
+		p5-XML-Parser>=0:textproc/p5-XML-Parser
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5


More information about the svn-ports-all mailing list