Received: by mail.netbsd.org (Postfix, from userid 605) id 6409484D45; Mon, 18 May 2020 05:20:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E0B7884CE9 for ; Mon, 18 May 2020 05:20:58 +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 j1OwI2SqYAYp for ; Mon, 18 May 2020 05:20:58 +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 42C6D84C8B for ; Mon, 18 May 2020 05:20:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3CDF3FB27; Mon, 18 May 2020 05:20:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589779258150190" MIME-Version: 1.0 Date: Mon, 18 May 2020 05:20:58 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/graphics/inkscape To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200518052058.3CDF3FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1589779258150190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Mon May 18 05:20:58 UTC 2020 Modified Files: pkgsrc/graphics/inkscape: Makefile Log Message: graphics/inkscape: clean up REPLACE_PYTHON Some of the files don't exist anymore, the others don't need it. To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211 pkgsrc/graphics/inkscape/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589779258150190 Content-Disposition: inline Content-Length: 991 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/inkscape/Makefile diff -u pkgsrc/graphics/inkscape/Makefile:1.210 pkgsrc/graphics/inkscape/Makefile:1.211 --- pkgsrc/graphics/inkscape/Makefile:1.210 Sun May 17 00:38:47 2020 +++ pkgsrc/graphics/inkscape/Makefile Mon May 18 05:20:58 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.210 2020/05/17 00:38:47 tnn Exp $ +# $NetBSD: Makefile,v 1.211 2020/05/18 05:20:58 rillig Exp $ DISTNAME= inkscape-1.0 PKGREVISION= 3 @@ -56,11 +56,7 @@ SUBST_MESSAGE.pycmd= Replacing COMMAND p SUBST_FILES.pycmd+= share/*/CMakeLists.txt SUBST_SED.pycmd= -e "s,COMMAND python3,COMMAND ${PYTHONBIN},g" -REPLACE_PYTHON+= cxxtest/cxxtestgen.py REPLACE_PYTHON+= share/extensions/*.py -REPLACE_PYTHON+= share/extensions/Barcode/*.py -REPLACE_PYTHON+= share/extensions/ink2canvas/*.py -REPLACE_PYTHON+= share/extensions/test/*.test.py CHECK_INTERPRETER_SKIP+= share/inkscape/extensions/genpofiles.sh CHECK_INTERPRETER_SKIP+= share/inkscape/extensions/simplepath.rb --_----------=_1589779258150190--