Received: by mail.netbsd.org (Postfix, from userid 605) id B3CFE84D84; Thu, 25 Feb 2021 16:18:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E642284CD9 for ; Thu, 25 Feb 2021 16:18:15 +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 BDOCszs6VVYi for ; Thu, 25 Feb 2021 16:18:15 +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 24D4C84C13 for ; Thu, 25 Feb 2021 16:18:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 19008FA95; Thu, 25 Feb 2021 16:18:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614269895260100" MIME-Version: 1.0 Date: Thu, 25 Feb 2021 16:18:15 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/x11/gtk4 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210225161815.19008FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614269895260100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Feb 25 16:18:15 UTC 2021 Modified Files: pkgsrc/x11/gtk4: Makefile Log Message: pluralize GUI To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/gtk4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1614269895260100 Content-Disposition: inline Content-Length: 731 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.1 pkgsrc/x11/gtk4/Makefile:1.2 --- pkgsrc/x11/gtk4/Makefile:1.1 Thu Feb 25 09:55:55 2021 +++ pkgsrc/x11/gtk4/Makefile Thu Feb 25 16:18:14 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/02/25 09:55:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2021/02/25 16:18:14 nia Exp $ DISTNAME= gtk-4.0.3 PKGNAME= ${DISTNAME:S/gtk/gtk4/} @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.xz MAINTAINER= ryoon@NetBSD.org HOMEPAGE= https://www.gtk.org/ -COMMENT= Multi-platform toolkit for creating GUI, version 4 +COMMENT= Multi-platform toolkit for creating GUIs, version 4 LICENSE= gnu-lgpl-v2.1 TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen --_----------=_1614269895260100--