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 78E941A923A for ; Sat, 22 Jan 2022 15:35:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B345384EA9; Sat, 22 Jan 2022 15:35:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EDEE784E84 for ; Sat, 22 Jan 2022 15:35:55 +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 aYqHTZjtb5Lp for ; Sat, 22 Jan 2022 15:35:55 +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 46E8C84E7C for ; Sat, 22 Jan 2022 15:35:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3E16CFB24; Sat, 22 Jan 2022 15:35:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642865755283770" MIME-Version: 1.0 Date: Sat, 22 Jan 2022 15:35:55 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-InlineEgg To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220122153555.3E16CFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642865755283770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jan 22 15:35:55 UTC 2022 Modified Files: pkgsrc/devel/py-InlineEgg: PLIST Log Message: py-InlineEgg: fix PLIST To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-InlineEgg/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1642865755283770 Content-Disposition: inline Content-Length: 1367 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-InlineEgg/PLIST diff -u pkgsrc/devel/py-InlineEgg/PLIST:1.5 pkgsrc/devel/py-InlineEgg/PLIST:1.6 --- pkgsrc/devel/py-InlineEgg/PLIST:1.5 Mon Jan 10 08:41:55 2022 +++ pkgsrc/devel/py-InlineEgg/PLIST Sat Jan 22 15:35:55 2022 @@ -1,12 +1,5 @@ -@comment $NetBSD: PLIST,v 1.5 2022/01/10 08:41:55 wiz Exp $ -share/doc/InlineEgg/README -share/examples/InlineEgg/example1.py -share/examples/InlineEgg/example2.py -share/examples/InlineEgg/example3.py -share/examples/InlineEgg/example4.py -share/examples/InlineEgg/example5.py -share/examples/InlineEgg/example6.py -share/examples/InlineEgg/xored_shell_client.py +@comment $NetBSD: PLIST,v 1.6 2022/01/22 15:35:55 wiz Exp $ +${PYSITELIB}/${EGG_INFODIR} ${PYSITELIB}/inlineegg/WindowsSyscall.py ${PYSITELIB}/inlineegg/WindowsSyscall.pyc ${PYSITELIB}/inlineegg/WindowsSyscall.pyo @@ -25,3 +18,11 @@ ${PYSITELIB}/inlineegg/inlineegg_test.py ${PYSITELIB}/inlineegg/inlineegg_win_test.py ${PYSITELIB}/inlineegg/inlineegg_win_test.pyc ${PYSITELIB}/inlineegg/inlineegg_win_test.pyo +share/doc/InlineEgg/README +share/examples/InlineEgg/example1.py +share/examples/InlineEgg/example2.py +share/examples/InlineEgg/example3.py +share/examples/InlineEgg/example4.py +share/examples/InlineEgg/example5.py +share/examples/InlineEgg/example6.py +share/examples/InlineEgg/xored_shell_client.py --_----------=_1642865755283770--