Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=L0Ps9I4p; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=nMYVZHKn Received: by mail.netbsd.org (Postfix, from userid 605) id 6193284EC5; Tue, 30 Apr 2024 19:43:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714506230; bh=sePL5FxFeSSniqLhTKKrqmHQQzpkmSQECwnlcLgs9ls=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=L0Ps9I4poKnfe0j/lX45U58jvfIombDJ5osxpDgRTdSzDPg1OF2Uqjh12DKWO8WiI 3OpClLTOLCRRgv7N6Xc4gXuKRokroQZCCVDXKHBcQp/osTN8KvpoFNZNHggZGZQqu5 UzBy8gOG2kvHKST+kxv7eSVQHICC/ZlR0eE35V/I= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4CCF984ED2 for ; Tue, 30 Apr 2024 19:43:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 64a5eOEhFxzI for ; Tue, 30 Apr 2024 19:43:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9B7D084E9C for ; Tue, 30 Apr 2024 19:43:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714506228; bh=sePL5FxFeSSniqLhTKKrqmHQQzpkmSQECwnlcLgs9ls=; h=Date:From:Subject:To:Reply-To; b=nMYVZHKnrULWC5kXGpw+JVKPlAPoUXqzmSd/q0vxvLPT3pDkrsfOgnMRiaLa8cgdt uAo0ZWxGPKJr0nq3To2ljKwueC2A+o0yOKY3R7YeC509mJ6wLYGqUzaaGeeVpZdyRq QG99mPpIsyDWRdk0WernsnGs/2CJJEBeAXun9EVU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 97987FA2C; Tue, 30 Apr 2024 19:43:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171450622881390" MIME-Version: 1.0 Date: Tue, 30 Apr 2024 19:43:48 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/lang/python311 To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20240430194348.97987FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171450622881390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Tue Apr 30 19:43:48 UTC 2024 Modified Files: pkgsrc/lang/python311: PLIST Log Message: python311: remove unconditional dbm entry There is another line for dbm.so further down, only enabled when the "dbm" PLIST variable is enabled. I assume this one was added by mistake. Noticed when the build on Linux broke. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/python311/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171450622881390 Content-Disposition: inline Content-Length: 824 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/python311/PLIST diff -u pkgsrc/lang/python311/PLIST:1.13 pkgsrc/lang/python311/PLIST:1.14 --- pkgsrc/lang/python311/PLIST:1.13 Tue Apr 30 17:13:55 2024 +++ pkgsrc/lang/python311/PLIST Tue Apr 30 19:43:48 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2024/04/30 17:13:55 cheusov Exp $ +@comment $NetBSD: PLIST,v 1.14 2024/04/30 19:43:48 bsiegert Exp $ bin/2to3-${PY_VER_SUFFIX} bin/pydoc${PY_VER_SUFFIX} bin/python${PY_VER_SUFFIX} @@ -195,7 +195,6 @@ include/python${PY_VER_SUFFIX}/warnings. include/python${PY_VER_SUFFIX}/weakrefobject.h lib/libpython${PY_VER_SUFFIX}.so lib/libpython${PY_VER_SUFFIX}.so.1.0 -lib/python3.11/lib-dynload/_dbm.so lib/pkgconfig/python-${PY_VER_SUFFIX}-embed.pc lib/pkgconfig/python-${PY_VER_SUFFIX}.pc lib/python${PY_VER_SUFFIX}/LICENSE.txt --_----------=_171450622881390--