Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CDED185C6D for ; Sun, 22 Oct 2023 10:10:44 +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 nfAyuqVQmSrx for ; Sun, 22 Oct 2023 10:10:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 48B9784D26 for ; Sun, 22 Oct 2023 10:10:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 41F07FADC; Sun, 22 Oct 2023 10:10:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169796944476230" MIME-Version: 1.0 Date: Sun, 22 Oct 2023 10:10:44 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/p5-HTML-Selector-XPath To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20231022101044.41F07FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169796944476230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Oct 22 10:10:44 UTC 2023 Modified Files: pkgsrc/www/p5-HTML-Selector-XPath: Makefile distinfo Log Message: Update to 0.28 Upstream changes: 0.28 2023-08-07 * Restore Perl 5.8 compatibility 0.27 2023-08-06 * Allow for more whitespace in An+B formulae and in parentheses * Support :nth-child(n-3) to select the first three elements * Fix handling of :nth-of-type to actually respect the type To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/p5-HTML-Selector-XPath/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/p5-HTML-Selector-XPath/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169796944476230 Content-Disposition: inline Content-Length: 1748 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-HTML-Selector-XPath/Makefile diff -u pkgsrc/www/p5-HTML-Selector-XPath/Makefile:1.28 pkgsrc/www/p5-HTML-Selector-XPath/Makefile:1.29 --- pkgsrc/www/p5-HTML-Selector-XPath/Makefile:1.28 Thu Jul 6 09:42:36 2023 +++ pkgsrc/www/p5-HTML-Selector-XPath/Makefile Sun Oct 22 10:10:44 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2023/07/06 09:42:36 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2023/10/22 10:10:44 wen Exp $ -DISTNAME= HTML-Selector-XPath-0.26 +DISTNAME= HTML-Selector-XPath-0.28 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} Index: pkgsrc/www/p5-HTML-Selector-XPath/distinfo diff -u pkgsrc/www/p5-HTML-Selector-XPath/distinfo:1.13 pkgsrc/www/p5-HTML-Selector-XPath/distinfo:1.14 --- pkgsrc/www/p5-HTML-Selector-XPath/distinfo:1.13 Sun Sep 11 00:54:20 2022 +++ pkgsrc/www/p5-HTML-Selector-XPath/distinfo Sun Oct 22 10:10:44 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2022/09/11 00:54:20 wen Exp $ +$NetBSD: distinfo,v 1.14 2023/10/22 10:10:44 wen Exp $ -BLAKE2s (HTML-Selector-XPath-0.26.tar.gz) = e09a77cc840eecdeacb64f610eb5a5343ba90d14a9c9c1fc3cc5ae0d9f235227 -SHA512 (HTML-Selector-XPath-0.26.tar.gz) = d0f706b61e6676e9e32f8aa81ba126c46df3a5163f40de977058efd220bfeb374fbbfb56df589454543383b5d6be6f851faa968d38512cfa7ea76050411baab9 -Size (HTML-Selector-XPath-0.26.tar.gz) = 32482 bytes +BLAKE2s (HTML-Selector-XPath-0.28.tar.gz) = c207104419fa06522686618d6b97341b77ab040e85865afb9517e01ba90dad47 +SHA512 (HTML-Selector-XPath-0.28.tar.gz) = 325c7aba8ddbf7c02be3ff6fd242ff6b936e79ca52c62c58e05b74c8a3f6e2c89e298d8b8b30751b15b4d5d2bd9dfa5e6dddf774928652641d2a54e59a2b5ac5 +Size (HTML-Selector-XPath-0.28.tar.gz) = 33565 bytes --_----------=_169796944476230--