Date: Mon, 17 Oct 2016 10:48:36 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424105 - head/security/p5-File-KeePass Message-ID: <201610171048.u9HAmaJd088549@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610171048.u9HAmaJd088549>