Received: by mail.netbsd.org (Postfix, from userid 605) id B350384D5B; Sun, 12 Mar 2023 15:16:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E041F84D2D for ; Sun, 12 Mar 2023 15:16:01 +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 flgg3Ivh-ylm for ; Sun, 12 Mar 2023 15:16:01 +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 362AF84D2C for ; Sun, 12 Mar 2023 15:16:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2AB67FA90; Sun, 12 Mar 2023 15:16:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167863416170720" MIME-Version: 1.0 Date: Sun, 12 Mar 2023 15:16:01 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/p5-Playwright To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230312151601.2AB67FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167863416170720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Mar 12 15:16:01 UTC 2023 Modified Files: pkgsrc/www/p5-Playwright: Makefile Log Message: p5-Playwright: skip check for interpreter in one file Alternative would be a node dependency... To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/p5-Playwright/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167863416170720 Content-Disposition: inline Content-Length: 732 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-Playwright/Makefile diff -u pkgsrc/www/p5-Playwright/Makefile:1.1 pkgsrc/www/p5-Playwright/Makefile:1.2 --- pkgsrc/www/p5-Playwright/Makefile:1.1 Wed Mar 8 15:35:04 2023 +++ pkgsrc/www/p5-Playwright/Makefile Sun Mar 12 15:16:01 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2023/03/08 15:35:04 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2023/03/12 15:16:01 wiz Exp $ DISTNAME= Playwright-1.291 PKGNAME= p5-${DISTNAME} @@ -24,5 +24,7 @@ DEPENDS+= p5-Test-TCP>=0:../../net/p5-Te PERL5_PACKLIST= auto/Playwright/.packlist USE_LANGUAGES= # none +CHECK_INTERPRETER_SKIP+= lib/perl5/vendor_perl/bin/playwright_server + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" --_----------=_167863416170720--