Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7EE1384D60 for ; Fri, 7 Jul 2023 11:52:43 +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 rdvCq1Tz8Q-U for ; Fri, 7 Jul 2023 11:52:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D5EDB84D2A for ; Fri, 7 Jul 2023 11:52:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF5D1FBDB; Fri, 7 Jul 2023 11:52:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688730762168030" MIME-Version: 1.0 Date: Fri, 7 Jul 2023 11:52:42 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/textproc/p5-XML-XPath To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20230707115242.CF5D1FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688730762168030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Fri Jul 7 11:52:42 UTC 2023 Modified Files: pkgsrc/textproc/p5-XML-XPath: Makefile Log Message: p5-XML-XPath: Fix interpreter in xpath. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 pkgsrc/textproc/p5-XML-XPath/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1688730762168030 Content-Disposition: inline Content-Length: 695 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-XML-XPath/Makefile diff -u pkgsrc/textproc/p5-XML-XPath/Makefile:1.48 pkgsrc/textproc/p5-XML-XPath/Makefile:1.49 --- pkgsrc/textproc/p5-XML-XPath/Makefile:1.48 Thu Jul 6 09:42:06 2023 +++ pkgsrc/textproc/p5-XML-XPath/Makefile Fri Jul 7 11:52:42 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2023/07/06 09:42:06 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2023/07/07 11:52:42 jperkin Exp $ DISTNAME= XML-XPath-1.48 PKGNAME= p5-${DISTNAME} @@ -16,5 +16,7 @@ DEPENDS+= p5-Path-Tiny>=0.076:../../file PERL5_PACKLIST= auto/XML/XPath/.packlist +REPLACE_PERL+= examples/xpath + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1688730762168030--