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 9D0FB7A1BC for ; Sun, 9 Apr 2017 02:59:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4A0D584DE8; Sun, 9 Apr 2017 02:59:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CD1DD84DE3 for ; Sun, 9 Apr 2017 02:59:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 7o501DqVM9Tt for ; Sun, 9 Apr 2017 02:59:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3558784DE2 for ; Sun, 9 Apr 2017 02:59:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2C0EBFBE4; Sun, 9 Apr 2017 02:59:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1491706766282780" MIME-Version: 1.0 Date: Sun, 9 Apr 2017 02:59:26 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-POE To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170409025926.2C0EBFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1491706766282780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Apr 9 02:59:26 UTC 2017 Modified Files: pkgsrc/devel/p5-POE: Makefile Log Message: + BUILD_DEPENDS+= p5-Email-MIME-RFC2047-[0-9]*, for make test To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/p5-POE/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1491706766282780 Content-Disposition: inline Content-Length: 756 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-POE/Makefile diff -u pkgsrc/devel/p5-POE/Makefile:1.33 pkgsrc/devel/p5-POE/Makefile:1.34 --- pkgsrc/devel/p5-POE/Makefile:1.33 Wed Jun 8 19:23:21 2016 +++ pkgsrc/devel/p5-POE/Makefile Sun Apr 9 02:59:26 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2016/06/08 19:23:21 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2017/04/09 02:59:26 mef Exp $ DISTNAME= POE-1.367 PKGNAME= p5-${DISTNAME} @@ -25,6 +25,9 @@ DEPENDS+= p5-URI>=1.30:../../www/p5-URI DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-IO-Pipely>=0.005:../../devel/p5-IO-Pipely +# for make test +BUILD_DEPENDS+= p5-Email-MIME-RFC2047-[0-9]*:../../mail/p5-Email-MIME-RFC2047 + MAKE_PARAMS+= --default PERL5_PACKLIST= auto/POE/.packlist --_----------=_1491706766282780--