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 84D921A923A for ; Sat, 27 Nov 2021 12:34:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 93F1484E7E; Sat, 27 Nov 2021 12:34:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CFD7B84E6C for ; Sat, 27 Nov 2021 12:34:07 +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 BkvN2fqhmztG for ; Sat, 27 Nov 2021 12:34:07 +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 663FD84CD9 for ; Sat, 27 Nov 2021 12:34:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 63987FAEC; Sat, 27 Nov 2021 12:34:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1638016447168530" MIME-Version: 1.0 Date: Sat, 27 Nov 2021 12:34:07 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/misc To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20211127123407.63987FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1638016447168530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat Nov 27 12:34:07 UTC 2021 Modified Files: pkgsrc/misc: Makefile Log Message: +gkrellsun To generate a diff of this commit: cvs rdiff -u -r1.555 -r1.556 pkgsrc/misc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1638016447168530 Content-Disposition: inline Content-Length: 580 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/Makefile diff -u pkgsrc/misc/Makefile:1.555 pkgsrc/misc/Makefile:1.556 --- pkgsrc/misc/Makefile:1.555 Mon Oct 11 10:40:14 2021 +++ pkgsrc/misc/Makefile Sat Nov 27 12:34:07 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.555 2021/10/11 10:40:14 pin Exp $ +# $NetBSD: Makefile,v 1.556 2021/11/27 12:34:07 pho Exp $ # COMMENT= Miscellaneous utilities @@ -84,6 +84,7 @@ SUBDIR+= gkrellm-launch SUBDIR+= gkrellm-leds SUBDIR+= gkrellm-moon SUBDIR+= gkrellm-weather +SUBDIR+= gkrellsun SUBDIR+= gnuls SUBDIR+= goffice0.10 SUBDIR+= goffice0.8 --_----------=_1638016447168530--