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:           Sat Feb 10 01:16:41 UTC 2024

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

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

- Fix ConsoleMessages being broken due to returning out-of-spec data
- Add support for connecting to browserless.io playwright hosts


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/p5-Playwright/Makefile
cvs rdiff -u -r1.3 -r1.4 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.5 pkgsrc/www/p5-Playwright/Makefile:1.6
--- pkgsrc/www/p5-Playwright/Makefile:1.5       Thu Jul  6 09:42:53 2023
+++ pkgsrc/www/p5-Playwright/Makefile   Sat Feb 10 01:16:41 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2023/07/06 09:42:53 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/02/10 01:16:41 schmonz Exp $
 
-DISTNAME=      Playwright-1.324
+DISTNAME=      Playwright-1.401
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TE/TEODESIAN/}
 
@@ -22,6 +21,13 @@ DEPENDS+=    p5-Sereal-Encoder>=0:../../con
 DEPENDS+=      p5-Sub-Install>=0:../../devel/p5-Sub-Install
 DEPENDS+=      p5-Test-TCP>=0:../../net/p5-Test-TCP
 
+TEST_DEPENDS+= p5-Test2-Suite>=0:../../devel/p5-Test2-Suite
+TEST_DEPENDS+= p5-Test2-Tools-Explain>=0:../../devel/p5-Test2-Tools-Explain
+TEST_DEPENDS+= p5-Test-Fatal>=0:../../devel/p5-Test-Fatal
+TEST_DEPENDS+= p5-Test-Mock-Cmd>=0:../../devel/p5-Test-Mock-Cmd
+TEST_DEPENDS+= p5-Test-MockFile>=0:../../devel/p5-Test-MockFile
+TEST_DEPENDS+= p5-Test-MockModule>=0:../../devel/p5-Test-MockModule
+
 PERL5_PACKLIST=        auto/Playwright/.packlist
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/p5-Playwright/distinfo
diff -u pkgsrc/www/p5-Playwright/distinfo:1.3 pkgsrc/www/p5-Playwright/distinfo:1.4
--- pkgsrc/www/p5-Playwright/distinfo:1.3       Thu Apr 20 18:13:06 2023
+++ pkgsrc/www/p5-Playwright/distinfo   Sat Feb 10 01:16:41 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/04/20 18:13:06 schmonz Exp $
+$NetBSD: distinfo,v 1.4 2024/02/10 01:16:41 schmonz Exp $
 
-BLAKE2s (Playwright-1.324.tar.gz) = 8ceada8fdb2f0855edffc94b43ce6884b21b2975faec47b2b8cf4eeb4ea50054
-SHA512 (Playwright-1.324.tar.gz) = b2513a2197312d80bafbc14290422cf4daafaa32c0196726b427241528ad63f5f4790b4d76cd9612b299439d8d5a4cede91ff3ba21080317e1b98b7a4144112a
-Size (Playwright-1.324.tar.gz) = 322669 bytes
+BLAKE2s (Playwright-1.401.tar.gz) = 8220cd834d5a04e9364dc433fab4717681ea3ad52f95beb0b08ba0bac60a0a4e
+SHA512 (Playwright-1.401.tar.gz) = e0ff70f903d709d5c9cec459808d4d4d53b709a1cdbbf7719800f28bf7aecf91c59f6637bc31581925211cea8a28b22be7c9af52386c2bbb4e32fcf9b4d4ee12
+Size (Playwright-1.401.tar.gz) = 339124 bytes



Home | Main Index | Thread Index | Old Index