Received: by mail.netbsd.org (Postfix, from userid 605) id 553AB84EB3; Fri, 5 May 2023 15:46:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 835BD84EB2 for ; Fri, 5 May 2023 15:46:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id DM6Jwk8h0YOH for ; Fri, 5 May 2023 15:46:45 +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 DA3B184CF3 for ; Fri, 5 May 2023 15:46:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D7331FA87; Fri, 5 May 2023 15:46:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1683301604226670" MIME-Version: 1.0 Date: Fri, 5 May 2023 15:46:44 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/py-bleach To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230505154644.D7331FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1683301604226670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri May 5 15:46:44 UTC 2023 Modified Files: pkgsrc/www/py-bleach: Makefile Log Message: py-bleach: fix filename in REPLACE_SH To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/py-bleach/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1683301604226670 Content-Disposition: inline Content-Length: 703 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-bleach/Makefile diff -u pkgsrc/www/py-bleach/Makefile:1.26 pkgsrc/www/py-bleach/Makefile:1.27 --- pkgsrc/www/py-bleach/Makefile:1.26 Fri May 5 08:47:37 2023 +++ pkgsrc/www/py-bleach/Makefile Fri May 5 15:46:44 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2023/05/05 08:47:37 adam Exp $ +# $NetBSD: Makefile,v 1.27 2023/05/05 15:46:44 wiz Exp $ DISTNAME= bleach-6.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -20,7 +20,7 @@ PYSETUPTESTTARGET= pytest PYTHON_VERSIONS_INCOMPATIBLE= 27 -REPLACE_SH+= bleach/_vendor/pip_install_vendor.sh +REPLACE_SH+= bleach/_vendor/vendor_install.sh .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1683301604226670--