Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C51CD84D37 for ; Sat, 1 Jul 2023 09:27:20 +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 esrFocHK_Y6v for ; Sat, 1 Jul 2023 09:27:20 +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 5815584D24 for ; Sat, 1 Jul 2023 09:27:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 554F1FA89; Sat, 1 Jul 2023 09:27:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688203640208970" MIME-Version: 1.0 Date: Sat, 1 Jul 2023 09:27:20 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/pkgtools To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230701092720.554F1FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688203640208970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jul 1 09:27:20 UTC 2023 Modified Files: pkgsrc/pkgtools: Makefile Log Message: pkgtools/Makefile: + python-versions-check To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 pkgsrc/pkgtools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1688203640208970 Content-Disposition: inline Content-Length: 659 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/pkgtools/Makefile diff -u pkgsrc/pkgtools/Makefile:1.123 pkgsrc/pkgtools/Makefile:1.124 --- pkgsrc/pkgtools/Makefile:1.123 Sun Sep 4 21:38:47 2022 +++ pkgsrc/pkgtools/Makefile Sat Jul 1 09:27:20 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.123 2022/09/04 21:38:47 rillig Exp $ +# $NetBSD: Makefile,v 1.124 2023/07/01 09:27:20 wiz Exp $ # COMMENT= Tools for use in the packages collection @@ -70,6 +70,7 @@ SUBDIR+= pkgtasks SUBDIR+= plist-utils SUBDIR+= port2pkg #SUBDIR+= prereq-readme # Only used by the README.html generation +SUBDIR+= python-versions-check SUBDIR+= rc.d-boot SUBDIR+= rc.subr SUBDIR+= rcorder --_----------=_1688203640208970--