Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 61C981A923A for ; Mon, 6 Dec 2021 14:51:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 97A1685047; Mon, 6 Dec 2021 14:51:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D21A084E8E for ; Mon, 6 Dec 2021 14:51:34 +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 9DZ8lfUgJTrV for ; Mon, 6 Dec 2021 14:51:34 +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 503BF84CE3 for ; Mon, 6 Dec 2021 14:51:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 43839FAEC; Mon, 6 Dec 2021 14:51:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1638802294167330" MIME-Version: 1.0 Date: Mon, 6 Dec 2021 14:51:34 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211206145134.43839FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1638802294167330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Dec 6 14:51:34 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 pkgsrc/security: Makefile Removed Files: pkgsrc/security/py-m2crypto: DESCR Makefile PLIST distinfo pkgsrc/security/py-m2crypto/patches: patch-SWIG___evp.i patch-SWIG___m2crypto.i Log Message: py-m2crypto: remove, obsolete and does not build To generate a diff of this commit: cvs rdiff -u -r1.6001 -r1.6002 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.839 -r1.840 pkgsrc/security/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/security/py-m2crypto/DESCR cvs rdiff -u -r1.54 -r0 pkgsrc/security/py-m2crypto/Makefile cvs rdiff -u -r1.10 -r0 pkgsrc/security/py-m2crypto/PLIST cvs rdiff -u -r1.21 -r0 pkgsrc/security/py-m2crypto/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/security/py-m2crypto/patches/patch-SWIG___evp.i \ pkgsrc/security/py-m2crypto/patches/patch-SWIG___m2crypto.i Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1638802294167330 Content-Disposition: inline Content-Length: 1312 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.6001 pkgsrc/doc/CHANGES-2021:1.6002 --- pkgsrc/doc/CHANGES-2021:1.6001 Mon Dec 6 14:41:29 2021 +++ pkgsrc/doc/CHANGES-2021 Mon Dec 6 14:51:33 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.6001 2021/12/06 14:41:29 wiz Exp $ +$NetBSD: CHANGES-2021,v 1.6002 2021/12/06 14:51:33 wiz Exp $ Changes to the packages collection and infrastructure in 2021: @@ -9049,3 +9049,4 @@ Changes to the packages collection and i Updated misc/py-trytond-party to 4.2.1nb1 [wiz 2021-12-06] Removed finance/py-vatnumber [wiz 2021-12-06] Updated www/py-FormEncode to 2.0.1 [wiz 2021-12-06] + Removed security/py-m2crypto [wiz 2021-12-06] Index: pkgsrc/security/Makefile diff -u pkgsrc/security/Makefile:1.839 pkgsrc/security/Makefile:1.840 --- pkgsrc/security/Makefile:1.839 Tue Nov 30 19:51:11 2021 +++ pkgsrc/security/Makefile Mon Dec 6 14:51:33 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.839 2021/11/30 19:51:11 he Exp $ +# $NetBSD: Makefile,v 1.840 2021/12/06 14:51:33 wiz Exp $ # COMMENT= Security and cryptography tools and libraries @@ -481,7 +481,6 @@ SUBDIR+= py-keyrings.alt SUBDIR+= py-lasso SUBDIR+= py-libnacl SUBDIR+= py-libtaxii -SUBDIR+= py-m2crypto SUBDIR+= py-mcrypt SUBDIR+= py-mohawk SUBDIR+= py-nacl --_----------=_1638802294167330--