pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/p5-Playwright



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Aug 14 14:35:57 UTC 2024

Modified Files:
        pkgsrc/www/p5-Playwright: Makefile distinfo

Log Message:
p5-Playwright: update to 1.460. Changes:

- 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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/p5-Playwright/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/p5-Playwright/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-Playwright/Makefile
diff -u pkgsrc/www/p5-Playwright/Makefile:1.7 pkgsrc/www/p5-Playwright/Makefile:1.8
--- pkgsrc/www/p5-Playwright/Makefile:1.7       Sat May  4 18:29:33 2024
+++ pkgsrc/www/p5-Playwright/Makefile   Wed Aug 14 14:35:57 2024
@@ -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/}
@@ -31,6 +31,7 @@ TEST_DEPENDS+=        p5-Test-MockModule>=0:../
 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"

Index: pkgsrc/www/p5-Playwright/distinfo
diff -u pkgsrc/www/p5-Playwright/distinfo:1.5 pkgsrc/www/p5-Playwright/distinfo:1.6
--- pkgsrc/www/p5-Playwright/distinfo:1.5       Sat May  4 18:29:33 2024
+++ pkgsrc/www/p5-Playwright/distinfo   Wed Aug 14 14:35:57 2024
@@ -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



Home | Main Index | Thread Index | Old Index