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 B25281A923A for ; Sat, 22 Jan 2022 14:17:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E894E84E7E; Sat, 22 Jan 2022 14:17:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2DD8784E7B for ; Sat, 22 Jan 2022 14:17:47 +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 6oThywbvqPYX for ; Sat, 22 Jan 2022 14:17:46 +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 B8C8C84E79 for ; Sat, 22 Jan 2022 14:17:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B03E2FB24; Sat, 22 Jan 2022 14:17:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642861066142010" MIME-Version: 1.0 Date: Sat, 22 Jan 2022 14:17:46 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/py-scgi To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220122141746.B03E2FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642861066142010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jan 22 14:17:46 UTC 2022 Modified Files: pkgsrc/www/py-scgi: PLIST Log Message: py-scgi: fix PLIST To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-scgi/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1642861066142010 Content-Disposition: inline Content-Length: 490 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-scgi/PLIST diff -u pkgsrc/www/py-scgi/PLIST:1.6 pkgsrc/www/py-scgi/PLIST:1.7 --- pkgsrc/www/py-scgi/PLIST:1.6 Mon Jan 10 22:46:42 2022 +++ pkgsrc/www/py-scgi/PLIST Sat Jan 22 14:17:46 2022 @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.6 2022/01/10 22:46:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2022/01/22 14:17:46 wiz Exp $ +${PYSITELIB}/${EGG_INFODIR} ${PYSITELIB}/scgi/__init__.py ${PYSITELIB}/scgi/__init__.pyc ${PYSITELIB}/scgi/__init__.pyo --_----------=_1642861066142010--