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 BE1EA7A2CA for ; Tue, 18 Oct 2016 21:16:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E852885ED4; Tue, 18 Oct 2016 21:16:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 772EB85ECF for ; Tue, 18 Oct 2016 21:16:23 +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 N9B8JZnzcYya for ; Tue, 18 Oct 2016 21:16:23 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D92A184C6C for ; Tue, 18 Oct 2016 21:16:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CFD84FBD2; Tue, 18 Oct 2016 21:16:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1476825382297090" MIME-Version: 1.0 Date: Tue, 18 Oct 2016 21:16:22 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/www/p5-WWW-Mechanize To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20161018211622.CFD84FBD2@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. --_----------=_1476825382297090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Tue Oct 18 21:16:22 UTC 2016 Modified Files: pkgsrc/www/p5-WWW-Mechanize: Makefile Log Message: Add BUILD_DEPENDS+= p5-Test-RequiresInternet for make test, but still t/live/encoding.t fails To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/www/p5-WWW-Mechanize/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1476825382297090 Content-Disposition: inline Content-Length: 895 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-WWW-Mechanize/Makefile diff -u pkgsrc/www/p5-WWW-Mechanize/Makefile:1.42 pkgsrc/www/p5-WWW-Mechanize/Makefile:1.43 --- pkgsrc/www/p5-WWW-Mechanize/Makefile:1.42 Tue Aug 16 01:54:48 2016 +++ pkgsrc/www/p5-WWW-Mechanize/Makefile Tue Oct 18 21:16:22 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2016/08/16 01:54:48 wen Exp $ +# $NetBSD: Makefile,v 1.43 2016/10/18 21:16:22 mef Exp $ DISTNAME= WWW-Mechanize-1.78 PKGNAME= p5-${DISTNAME} @@ -26,6 +26,7 @@ BUILD_DEPENDS+= p5-Test-Memory-Cycle-[0- BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod BUILD_DEPENDS+= p5-Test-Taint-[0-9]*:../../devel/p5-Test-Taint BUILD_DEPENDS+= p5-Test-Warn>=0.11:../../devel/p5-Test-Warn +BUILD_DEPENDS+= p5-Test-RequiresInternet-[0-9]*:../../net/p5-Test-RequiresInternet # use defaults from Makefile.PL, to avoid user interaction # if not set explicitly --_----------=_1476825382297090--