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 May  4 18:29:33 UTC 2024

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

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

- Add support for running this module on microsoft windows.
  reap_playwright_servers is not currently supported.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/p5-Playwright/Makefile
cvs rdiff -u -r1.4 -r1.5 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.6 pkgsrc/www/p5-Playwright/Makefile:1.7
--- pkgsrc/www/p5-Playwright/Makefile:1.6       Sat Feb 10 01:16:41 2024
+++ pkgsrc/www/p5-Playwright/Makefile   Sat May  4 18:29:33 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2024/02/10 01:16:41 schmonz Exp $
+# $NetBSD: Makefile,v 1.7 2024/05/04 18:29:33 schmonz Exp $
 
-DISTNAME=      Playwright-1.401
+DISTNAME=      Playwright-1.431
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TE/TEODESIAN/}
@@ -31,7 +31,7 @@ TEST_DEPENDS+=        p5-Test-MockModule>=0:../
 PERL5_PACKLIST=        auto/Playwright/.packlist
 USE_LANGUAGES= # none
 
-CHECK_INTERPRETER_SKIP+=       lib/perl5/vendor_perl/bin/playwright_server
+CHECK_INTERPRETER_SKIP+=       lib/perl5/vendor_perl/bin/playwright_server*
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/p5-Playwright/distinfo
diff -u pkgsrc/www/p5-Playwright/distinfo:1.4 pkgsrc/www/p5-Playwright/distinfo:1.5
--- pkgsrc/www/p5-Playwright/distinfo:1.4       Sat Feb 10 01:16:41 2024
+++ pkgsrc/www/p5-Playwright/distinfo   Sat May  4 18:29:33 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/02/10 01:16:41 schmonz Exp $
+$NetBSD: distinfo,v 1.5 2024/05/04 18:29:33 schmonz Exp $
 
-BLAKE2s (Playwright-1.401.tar.gz) = 8220cd834d5a04e9364dc433fab4717681ea3ad52f95beb0b08ba0bac60a0a4e
-SHA512 (Playwright-1.401.tar.gz) = e0ff70f903d709d5c9cec459808d4d4d53b709a1cdbbf7719800f28bf7aecf91c59f6637bc31581925211cea8a28b22be7c9af52386c2bbb4e32fcf9b4d4ee12
-Size (Playwright-1.401.tar.gz) = 339124 bytes
+BLAKE2s (Playwright-1.431.tar.gz) = e836578ffa5aa4f6a7c6358592543b73f7bfdbfec6af39629eff47b357d57a2b
+SHA512 (Playwright-1.431.tar.gz) = cbe3f8f08b5c2536c98ed9dbdb5657671d3a0d79bbd188a5ef43b74487825568069fca30ae7d2a6a4e27fdbdcc0b152d9ebce4bc809e9f448c0d69f87b333ec4
+Size (Playwright-1.431.tar.gz) = 642402 bytes



Home | Main Index | Thread Index | Old Index