Received: by mail.netbsd.org (Postfix, from userid 605) id B53B684E2A; Fri, 3 Jan 2020 06:24:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 40BC184E24 for ; Fri, 3 Jan 2020 06:24:43 +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 wt1iqt6SDdK8 for ; Fri, 3 Jan 2020 06:24:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9B73A84D60 for ; Fri, 3 Jan 2020 06:24:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9506BFA97; Fri, 3 Jan 2020 06:24:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157803268272780" MIME-Version: 1.0 Date: Fri, 3 Jan 2020 06:24:42 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/x11/py-Tk To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200103062442.9506BFA97@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. --_----------=_157803268272780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jan 3 06:24:42 UTC 2020 Modified Files: pkgsrc/x11/py-Tk: Makefile Log Message: py-Tk: PY_PATCHPLIST is redundant To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 pkgsrc/x11/py-Tk/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157803268272780 Content-Disposition: inline Content-Length: 751 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/py-Tk/Makefile diff -u pkgsrc/x11/py-Tk/Makefile:1.68 pkgsrc/x11/py-Tk/Makefile:1.69 --- pkgsrc/x11/py-Tk/Makefile:1.68 Thu Jan 2 18:59:05 2020 +++ pkgsrc/x11/py-Tk/Makefile Fri Jan 3 06:24:42 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2020/01/02 18:59:05 markd Exp $ +# $NetBSD: Makefile,v 1.69 2020/01/03 06:24:42 adam Exp $ PKGNAME= ${PYPKGPREFIX}-Tk-${PY_DISTVERSION} PKGREVISION= 5 @@ -14,7 +14,6 @@ USE_GCC_RUNTIME= yes EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/_tkinter.c \ ${PYSUBDIR}/Modules/tkappinit.c PYDISTUTILSPKG= yes -PY_PATCHPLIST= yes PY_SETUP_SUBST+= BLPREFIX=${LOCALBASE} PY_SETUP_SUBST+= TCLRTPREFIX=${BUILDLINK_PREFIX.tcl} PY_SETUP_SUBST+= TKRTPREFIX=${BUILDLINK_PREFIX.tk} --_----------=_157803268272780--