From owner-svn-ports-branches@freebsd.org Wed Oct 19 10:45:20 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CC91C17CD0; Wed, 19 Oct 2016 10:45:20 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3869DB73; Wed, 19 Oct 2016 10:45:20 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JAjJOS094789; Wed, 19 Oct 2016 10:45:19 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JAjJdg094788; Wed, 19 Oct 2016 10:45:19 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201610191045.u9JAjJdg094788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Wed, 19 Oct 2016 10:45:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r424235 - branches/2016Q4/security/p5-File-KeePass X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 10:45:20 -0000 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@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