Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1C66F84ED5 for ; Thu, 17 Aug 2023 14:38:08 +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 87Gv8d6JP8yh for ; Thu, 17 Aug 2023 14:38:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7340C84CE3 for ; Thu, 17 Aug 2023 14:38:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 257FEFBDB; Thu, 17 Aug 2023 14:38:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1692283087251080" MIME-Version: 1.0 Date: Thu, 17 Aug 2023 14:38:07 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/chat/profanity To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230817143807.257FEFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1692283087251080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Aug 17 14:38:07 UTC 2023 Modified Files: pkgsrc/chat/profanity: Makefile Log Message: profanity: mark as not for Python 3.11 Probably fixed in the currently available 0.14.0 release. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/chat/profanity/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1692283087251080 Content-Disposition: inline Content-Length: 664 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/profanity/Makefile diff -u pkgsrc/chat/profanity/Makefile:1.22 pkgsrc/chat/profanity/Makefile:1.23 --- pkgsrc/chat/profanity/Makefile:1.22 Mon Aug 14 05:23:55 2023 +++ pkgsrc/chat/profanity/Makefile Thu Aug 17 14:38:06 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2023/08/14 05:23:55 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2023/08/17 14:38:06 wiz Exp $ DISTNAME= profanity-0.12.1 PKGREVISION= 7 @@ -18,6 +18,9 @@ USE_TOOLS+= pkg-config gmake USE_CURSES= wide +# probably fixed in 0.14.0 +PYTHON_VERSIONS_INCOMPATIBLE= 311 + SUBST_CLASSES+= python SUBST_STAGE.python= pre-configure SUBST_FILES.python= configure --_----------=_1692283087251080--