Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=rfpxYUA9; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=gygJN/Kr Received: by mail.netbsd.org (Postfix, from userid 605) id 4959F84EDD; Mon, 6 May 2024 08:37:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714984640; bh=S0o2ipZP2Iwl3pUwLb5C2/f8PYXOZpwpWzYm11DHpI0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=rfpxYUA9HclzR9zgSDQibGrtyYogqwOtPO9E4Ku5togQDO3WMR+/16sQzfbD6WzAv 5UvbdOXK9WIKdJl3GZSi8bphI1xUR8v5oySG+tt5QZQk/ccfbREjJKWpSE6AoAIgkS D2xYMz+cjUswbMfjxqdjMcXPG4ZpU83ru9xbJE8Y= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 35D6F84EDB for ; Mon, 6 May 2024 08:37:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 VMCbQiU_Ya80 for ; Mon, 6 May 2024 08:37:18 +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 8386584EDD for ; Mon, 6 May 2024 08:37:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714984638; bh=S0o2ipZP2Iwl3pUwLb5C2/f8PYXOZpwpWzYm11DHpI0=; h=Date:From:Subject:To:Reply-To; b=gygJN/KrcOWqJRkn0emB4AbhC8tfU0WqK2eqUgiY7DCX67bpoqCft2Q7R4i7A9C7l UhYe7cyd4eZlkWvw04PO/V5w5ufiUe6pZdhcu+86JjjTpQjcYhf9lz01Ssia5bhsuV xSsJGcVCTh6OHplEI/nL6/tztrY0YKcpIgeVCbek= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 73A85FA2C; Mon, 6 May 2024 08:37:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171498463817680" MIME-Version: 1.0 Date: Mon, 6 May 2024 08:37:18 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/x11/tinyx-wscons To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20240506083718.73A85FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171498463817680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon May 6 08:37:18 UTC 2024 Modified Files: pkgsrc/x11/tinyx-wscons: Makefile Log Message: tinyx-wscons: fix typo To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/tinyx-wscons/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171498463817680 Content-Disposition: inline Content-Length: 753 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/tinyx-wscons/Makefile diff -u pkgsrc/x11/tinyx-wscons/Makefile:1.2 pkgsrc/x11/tinyx-wscons/Makefile:1.3 --- pkgsrc/x11/tinyx-wscons/Makefile:1.2 Sun May 5 19:20:30 2024 +++ pkgsrc/x11/tinyx-wscons/Makefile Mon May 6 08:37:18 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2024/05/05 19:20:30 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2024/05/06 08:37:18 nia Exp $ VERSION= 0.3 GITHUB_PROJECT= tinyx-wscons @@ -10,7 +10,7 @@ EXTRACT_SUFX= .zip MAINTAINER= nat@NetBSD.org HOMEPAGE= https://github.com/AceHusky12/tinyx-wscons -COMMENT= Minimal X11 from Tiny Core Linus with wscons support +COMMENT= Minimal X11 from Tiny Core Linux with wscons support LICENSE= gnu-gpl-v3 ONLY_FOR_PLATFORM= NetBSD-* OpenBSD-* --_----------=_171498463817680--