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 2248C1A923A for ; Sat, 27 Nov 2021 09:33:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5BCE384D79; Sat, 27 Nov 2021 09:33:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9751C84D5E for ; Sat, 27 Nov 2021 09:33:00 +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 vzAWAG_QGRMi for ; Sat, 27 Nov 2021 09:33:00 +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 2B80684CBC for ; Sat, 27 Nov 2021 09:33:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 28D75FAEC; Sat, 27 Nov 2021 09:33:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1638005580256410" MIME-Version: 1.0 Date: Sat, 27 Nov 2021 09:33:00 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/sysutils To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20211127093300.28D75FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1638005580256410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat Nov 27 09:33:00 UTC 2021 Modified Files: pkgsrc/sysutils: Makefile Log Message: +gkrellm-themes To generate a diff of this commit: cvs rdiff -u -r1.973 -r1.974 pkgsrc/sysutils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1638005580256410 Content-Disposition: inline Content-Length: 619 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/Makefile diff -u pkgsrc/sysutils/Makefile:1.973 pkgsrc/sysutils/Makefile:1.974 --- pkgsrc/sysutils/Makefile:1.973 Tue Nov 23 05:53:33 2021 +++ pkgsrc/sysutils/Makefile Sat Nov 27 09:32:59 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.973 2021/11/23 05:53:33 pho Exp $ +# $NetBSD: Makefile,v 1.974 2021/11/27 09:32:59 pho Exp $ # COMMENT= System utilities @@ -247,6 +247,7 @@ SUBDIR+= gkrellm SUBDIR+= gkrellm-est SUBDIR+= gkrellm-server SUBDIR+= gkrellm-share +SUBDIR+= gkrellm-themes SUBDIR+= gnome-characters SUBDIR+= gnome-control-center SUBDIR+= gnome-font-viewer --_----------=_1638005580256410--