Received: by mail.netbsd.org (Postfix, from userid 605) id 46E9684D80; Fri, 9 Apr 2021 21:19:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7ED1284D79 for ; Fri, 9 Apr 2021 21:19:51 +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 KhQQxZiOa56q for ; Fri, 9 Apr 2021 21:19:51 +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 0ACEA84D16 for ; Fri, 9 Apr 2021 21:19:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F241BFA95; Fri, 9 Apr 2021 21:19:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161800319080800" MIME-Version: 1.0 Date: Fri, 9 Apr 2021 21:19:50 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/x11/gtk4 To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20210409211950.F241BFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161800319080800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: khorben Date: Fri Apr 9 21:19:50 UTC 2021 Modified Files: pkgsrc/x11/gtk4: Makefile Log Message: gtk4: typo in a comment To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/gtk4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161800319080800 Content-Disposition: inline Content-Length: 669 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/gtk4/Makefile diff -u pkgsrc/x11/gtk4/Makefile:1.3 pkgsrc/x11/gtk4/Makefile:1.4 --- pkgsrc/x11/gtk4/Makefile:1.3 Thu Feb 25 18:50:50 2021 +++ pkgsrc/x11/gtk4/Makefile Fri Apr 9 21:19:50 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2021/02/25 18:50:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2021/04/09 21:19:50 khorben Exp $ DISTNAME= gtk-4.0.3 PKGNAME= ${DISTNAME:S/gtk/gtk4/} @@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v2.1 TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen -# This packge invokes python3 command. +# This package invokes python3 command. PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "options.mk" --_----------=_161800319080800--