Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4B9C57A0F3 for ; Wed, 20 Jul 2016 13:50:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F31EB86064; Wed, 20 Jul 2016 13:50:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8414485FEF for ; Wed, 20 Jul 2016 13:50:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id F4IjhRPQd7p1 for ; Wed, 20 Jul 2016 13:50:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E6A3885EAF for ; Wed, 20 Jul 2016 13:50:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E48F9FBB5; Wed, 20 Jul 2016 13:50:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1469022657255740" MIME-Version: 1.0 Date: Wed, 20 Jul 2016 13:50:57 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/security/p5-Data-SimplePassword To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160720135057.E48F9FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1469022657255740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Jul 20 13:50:57 UTC 2016 Modified Files: pkgsrc/security/p5-Data-SimplePassword: Makefile Log Message: - More BUILD_DEPENDS for make test p5-MooX-ClassAttribute-[0-9]*:../../devel/p5-MooX-ClassAttribute p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/p5-Data-SimplePassword/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1469022657255740 Content-Disposition: inline Content-Length: 911 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-Data-SimplePassword/Makefile diff -u pkgsrc/security/p5-Data-SimplePassword/Makefile:1.17 pkgsrc/security/p5-Data-SimplePassword/Makefile:1.18 --- pkgsrc/security/p5-Data-SimplePassword/Makefile:1.17 Wed Jul 20 12:32:26 2016 +++ pkgsrc/security/p5-Data-SimplePassword/Makefile Wed Jul 20 13:50:57 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/07/20 12:32:26 mef Exp $ +# $NetBSD: Makefile,v 1.18 2016/07/20 13:50:57 mef Exp $ # DISTNAME= Data-SimplePassword-0.11 @@ -24,6 +24,8 @@ DEPENDS+= p5-Math-Random-MT-[0-9]*:../.. # for make test BUILD_DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils BUILD_DEPENDS+= p5-Moo>=1.001:../../devel/p5-Moo +BUILD_DEPENDS+= p5-MooX-ClassAttribute-[0-9]*:../../devel/p5-MooX-ClassAttribute +BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception REPLACE_PERL+= script/rndpassword --_----------=_1469022657255740--