Received: by mail.netbsd.org (Postfix, from userid 605) id 7985084E8D; Tue, 14 Mar 2023 09:26:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AAF2384E80 for ; Tue, 14 Mar 2023 09:26:27 +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 mjTgG6AhBmjD for ; Tue, 14 Mar 2023 09:26:26 +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 CE5E984DC2 for ; Tue, 14 Mar 2023 09:26:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CBC52FA90; Tue, 14 Mar 2023 09:26:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167878598655090" MIME-Version: 1.0 Date: Tue, 14 Mar 2023 09:26:26 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230314092626.CBC52FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167878598655090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Mar 14 09:26:26 UTC 2023 Modified Files: pkgsrc/x11: Makefile Log Message: x11/Makefile: + py-otherside To generate a diff of this commit: cvs rdiff -u -r1.978 -r1.979 pkgsrc/x11/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167878598655090 Content-Disposition: inline Content-Length: 590 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/Makefile diff -u pkgsrc/x11/Makefile:1.978 pkgsrc/x11/Makefile:1.979 --- pkgsrc/x11/Makefile:1.978 Thu Mar 2 23:14:11 2023 +++ pkgsrc/x11/Makefile Tue Mar 14 09:26:26 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.978 2023/03/02 23:14:11 wiz Exp $ +# $NetBSD: Makefile,v 1.979 2023/03/14 09:26:26 wiz Exp $ # COMMENT= Packages to support the X Window System @@ -333,6 +333,7 @@ SUBDIR+= py-gtk2 SUBDIR+= py-gtksourceview SUBDIR+= py-keybinder SUBDIR+= py-kiwi +SUBDIR+= py-otherside SUBDIR+= py-pyperclip SUBDIR+= py-qt-builder SUBDIR+= py-qt5 --_----------=_167878598655090--