Skip to content

Commit

Permalink
p5-Playwright: update to 1.460. Changes:
Browse files Browse the repository at this point in the history
- Fix GetCDPSession, and likely other things passing objects around to
  each other
- Fix #62 - Explosion when running reap_playwright_servers, thanks to
  Keith Carangelo
- Fix issue working with some methods that take multiple arguments,
  thanks to Keith Carangelo
- chdir to tmpdir when daemonizing to fix users without access to /
- Fix #64 - Prevent explosion during global destruction due to UA
  disappearing
  • Loading branch information
schmonz committed Aug 14, 2024
1 parent e32d307 commit 4a290a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions www/p5-Playwright/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.7 2024/05/04 18:29:33 schmonz Exp $
# $NetBSD: Makefile,v 1.8 2024/08/14 14:35:57 schmonz Exp $

DISTNAME= Playwright-1.431
DISTNAME= Playwright-1.460
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TE/TEODESIAN/}
Expand Down Expand Up @@ -31,6 +31,7 @@ TEST_DEPENDS+= p5-Test-MockModule>=0:../../devel/p5-Test-MockModule
PERL5_PACKLIST= auto/Playwright/.packlist
USE_LANGUAGES= # none

REPLACE_PERL= bin/reap_playwright_servers
CHECK_INTERPRETER_SKIP+= lib/perl5/vendor_perl/bin/playwright_server*

.include "../../lang/perl5/module.mk"
Expand Down
8 changes: 4 additions & 4 deletions www/p5-Playwright/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2024/05/04 18:29:33 schmonz Exp $
$NetBSD: distinfo,v 1.6 2024/08/14 14:35:57 schmonz Exp $

BLAKE2s (Playwright-1.431.tar.gz) = e836578ffa5aa4f6a7c6358592543b73f7bfdbfec6af39629eff47b357d57a2b
SHA512 (Playwright-1.431.tar.gz) = cbe3f8f08b5c2536c98ed9dbdb5657671d3a0d79bbd188a5ef43b74487825568069fca30ae7d2a6a4e27fdbdcc0b152d9ebce4bc809e9f448c0d69f87b333ec4
Size (Playwright-1.431.tar.gz) = 642402 bytes
BLAKE2s (Playwright-1.460.tar.gz) = c34c730c042b1588dfda1a4e6b8085b6ae240f3d6fedeb07576a1883b2f7c029
SHA512 (Playwright-1.460.tar.gz) = 220326aa0cb425e363d4a6cd8528f26d88b54fb090aa6ad5dce43e2dc858645f2b8ce09beefe8d84102e2f30d2ba781df427a2ca238739dd4a140c6310bf0e29
Size (Playwright-1.460.tar.gz) = 659632 bytes

0 comments on commit 4a290a2

Please sign in to comment.