svn commit: r424235 - branches/2016Q4/security/p5-File-KeePass
Ben Woods
woodsb02 at FreeBSD.org
Wed Oct 19 10:45:20 UTC 2016
Author: woodsb02
Date: Wed Oct 19 10:45:19 2016
New Revision: 424235
URL: https://svnweb.freebsd.org/changeset/ports/424235
Log:
MFH: r424105
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)
Suggested by: koobs
Approved by: ports-secteam (blanket)
Modified:
branches/2016Q4/security/p5-File-KeePass/Makefile
Directory Properties:
branches/2016Q4/ (props changed)
Modified: branches/2016Q4/security/p5-File-KeePass/Makefile
==============================================================================
--- branches/2016Q4/security/p5-File-KeePass/Makefile Wed Oct 19 10:20:01 2016 (r424234)
+++ branches/2016Q4/security/p5-File-KeePass/Makefile Wed Oct 19 10:45:19 2016 (r424235)
@@ -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-branches
mailing list