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 74C001A9239 for ; Mon, 10 Jan 2022 20:27:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AA69D84EF2; Mon, 10 Jan 2022 20:27:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E4EBB84EB7 for ; Mon, 10 Jan 2022 20:27:16 +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 w8en9Jo8tCHZ for ; Mon, 10 Jan 2022 20:27:16 +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 668C084E56 for ; Mon, 10 Jan 2022 20:27:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5E841FB24; Mon, 10 Jan 2022 20:27:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641846436205550" MIME-Version: 1.0 Date: Mon, 10 Jan 2022 20:27:16 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/py-backports.ssl_match_hostname To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220110202716.5E841FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641846436205550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 10 20:27:16 UTC 2022 Modified Files: pkgsrc/security/py-backports.ssl_match_hostname: Makefile PLIST Log Message: py-backports.ssl_match_hostname: convert to egg.mk To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 \ pkgsrc/security/py-backports.ssl_match_hostname/Makefile cvs rdiff -u -r1.3 -r1.4 \ pkgsrc/security/py-backports.ssl_match_hostname/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641846436205550 Content-Disposition: inline Content-Length: 1741 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/py-backports.ssl_match_hostname/Makefile diff -u pkgsrc/security/py-backports.ssl_match_hostname/Makefile:1.15 pkgsrc/security/py-backports.ssl_match_hostname/Makefile:1.16 --- pkgsrc/security/py-backports.ssl_match_hostname/Makefile:1.15 Sun Jan 26 17:32:06 2020 +++ pkgsrc/security/py-backports.ssl_match_hostname/Makefile Mon Jan 10 20:27:16 2022 @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2020/01/26 17:32:06 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2022/01/10 20:27:16 wiz Exp $ DISTNAME= backports.ssl_match_hostname-3.7.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= python security www +PKGREVISION= 1 +CATEGORIES= security python www MASTER_SITES= ${MASTER_SITE_PYPI:=b/backports.ssl_match_hostname/} MAINTAINER= pkgsrc-users@NetBSD.org @@ -17,5 +18,5 @@ PYTHON_VERSIONS_ACCEPTED= 27 # included post-install: ${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/backports/__init__.* -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/security/py-backports.ssl_match_hostname/PLIST diff -u pkgsrc/security/py-backports.ssl_match_hostname/PLIST:1.3 pkgsrc/security/py-backports.ssl_match_hostname/PLIST:1.4 --- pkgsrc/security/py-backports.ssl_match_hostname/PLIST:1.3 Wed Nov 22 11:00:24 2017 +++ pkgsrc/security/py-backports.ssl_match_hostname/PLIST Mon Jan 10 20:27:16 2022 @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2017/11/22 11:00:24 markd Exp $ -${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.4 2022/01/10 20:27:16 wiz Exp $ ${PYSITELIB}/backports/ssl_match_hostname/__init__.py ${PYSITELIB}/backports/ssl_match_hostname/__init__.pyc ${PYSITELIB}/backports/ssl_match_hostname/__init__.pyo --_----------=_1641846436205550--