Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=OghFCGZ1; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=DnUVX9Mv Received: by mail.netbsd.org (Postfix, from userid 605) id 1241384EBF; Fri, 26 Apr 2024 07:24:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714116292; bh=YkJ0X98pZOXxpJIMNC4zG6hTdLfv4c3hu2/Cit56nsA=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=OghFCGZ11Pe5LImKb/ihDLOYhVgKz1h5IyTr/tPXHbhsOAPp0cVaacfd57lzohC2p 55zl8Ssrrj/LxBqHQan/ORUsCJDxlcPKVWRV3oH8deP/g+p0wE3Hvh66JF26eK14p6 CP2cleTZYWIF1ykUJvC56zD60CxDkz/9Ab6je4hE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 027F284D2F for ; Fri, 26 Apr 2024 07:24:51 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id aNEt1nl2y4f0 for ; Fri, 26 Apr 2024 07:24:50 +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 89FF584CCF for ; Fri, 26 Apr 2024 07:24:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714116290; bh=YkJ0X98pZOXxpJIMNC4zG6hTdLfv4c3hu2/Cit56nsA=; h=Date:From:Subject:To:Reply-To; b=DnUVX9Mv44BOzxwaa4kF2gn7HfklEKW4w3ENk7z6xHM7e6ioLtixyeoVGh6zC0gti 8ZKmMVY6rAvvf9GzURdkEEPZoRDPUJ9gZ1bCav3B+MaJsy5JNE+hfqHm7xCMIczzog rOLqRpKR/lM0yRHL0zKF0idaeBvYvAgSejXsRovg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 84330FA2C; Fri, 26 Apr 2024 07:24:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171411629064470" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 07:24:50 +0000 From: "Nathanial Sloss" Subject: CVS commit: pkgsrc/x11 To: pkgsrc-changes@NetBSD.org Reply-To: nat@netbsd.org X-Mailer: log_accum Message-Id: <20240426072450.84330FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171411629064470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nat Date: Fri Apr 26 07:24:50 UTC 2024 Modified Files: pkgsrc/x11: Makefile Log Message: Add tinyx-wscons To generate a diff of this commit: cvs rdiff -u -r1.1027 -r1.1028 pkgsrc/x11/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171411629064470 Content-Disposition: inline Content-Length: 560 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/Makefile diff -u pkgsrc/x11/Makefile:1.1027 pkgsrc/x11/Makefile:1.1028 --- pkgsrc/x11/Makefile:1.1027 Thu Apr 18 06:45:10 2024 +++ pkgsrc/x11/Makefile Fri Apr 26 07:24:50 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1027 2024/04/18 06:45:10 wiz Exp $ +# $NetBSD: Makefile,v 1.1028 2024/04/26 07:24:50 nat Exp $ # COMMENT= Packages to support the X Window System @@ -381,6 +381,7 @@ SUBDIR+= sxhkd SUBDIR+= tabbed SUBDIR+= tile SUBDIR+= tint2 +SUBDIR+= tinyx-wscons SUBDIR+= tk SUBDIR+= tk-BWidget SUBDIR+= tk-Tix --_----------=_171411629064470--