Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 340A3A6554 for ; Sun, 10 May 2015 02:43:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6C98914A32B; Sun, 10 May 2015 02:43:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 061C114A2FA for ; Sun, 10 May 2015 02:43:39 +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 c4gkd0rDx0Kl for ; Sun, 10 May 2015 02:43:38 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 5D02314A2E1 for ; Sun, 10 May 2015 02:43:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4CF6D98; Sun, 10 May 2015 02:43:38 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 10 May 2015 02:43:38 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20150510024338.4CF6D98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Sun May 10 02:43:38 UTC 2015 Modified Files: pkgsrc/devel/p5-File-ShareDir-Install: Makefile pkgsrc/devel/p5-Test-CheckDeps: Makefile pkgsrc/time/p5-DateTime-Format-Strptime: Makefile pkgsrc/www/p5-HTML-Form: Makefile pkgsrc/www/p5-LWP-Protocol-https: Makefile Log Message: - To skip make test, add the line TEST_TARGET?= # to skip make test (but can be enabled by 'env TEST_TARGET=test make test') for following packages: devel/p5-File-ShareDir-Install time/p5-DateTime-Format-Strptime www/p5-LWP-Protocol-https - Add BUILD_DEPENDS for make test To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-File-ShareDir-Install/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-Test-CheckDeps/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/time/p5-DateTime-Format-Strptime/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/p5-HTML-Form/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/p5-LWP-Protocol-https/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.