Received: by mail.netbsd.org (Postfix, from userid 605) id 6AC1084ED3; Wed, 14 Feb 2024 19:47:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707940058; bh=2hpdr8vGcLBgzAsf3aEH6ZwC0ce72V5O8Oi7ujXXZ6A=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=w3/FOVv2Nxr+jJCek5OWCJAzdy4XA20g++t87xMJMTdX/GI3+1S7fgy7Eipwgk9Go G7mcwpL9MVpIxRiTqPaaqPHIvK6sWtQY1XerqRCOiRK2bfzl9EZlGgEdYZGPk2Fe/f vcS8VG9OdTpP+OuibUzTvmPlGNsfbpDxMtqeGVeA= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5D29384EC5 for ; Wed, 14 Feb 2024 19:47:37 +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 4AUcDlExOtWW for ; Wed, 14 Feb 2024 19:47:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E530D84E73 for ; Wed, 14 Feb 2024 19:47:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707940057; bh=2hpdr8vGcLBgzAsf3aEH6ZwC0ce72V5O8Oi7ujXXZ6A=; h=Date:From:Subject:To:Reply-To; b=e/ZvYdGJeOj4cKOAveMpMBWDpBwL9OcCt0+LMZRfaNuH9cg0TVOEUwULP56i3Gu9k d+WtnwYUrxeMqkYfPj/QkcM3BAZ3yVbgKU3xf+e3nBxNapYR2zHUEKlNWEadbdNjMX a8fAWqP2NY+6LSWbNYnkyRGFAF0MNkIH4iHpuQig= Received: by cvs.NetBSD.org (Postfix, from userid 500) id E1C84F9ED; Wed, 14 Feb 2024 19:47:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707940056289300" MIME-Version: 1.0 Date: Wed, 14 Feb 2024 19:47:36 +0000 From: "Charlotte Koch" Subject: CVS commit: pkgsrc/games To: pkgsrc-changes@NetBSD.org Reply-To: charlotte@netbsd.org X-Mailer: log_accum Message-Id: <20240214194736.E1C84F9ED@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707940056289300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: charlotte Date: Wed Feb 14 19:47:36 UTC 2024 Modified Files: pkgsrc/games: Makefile Log Message: games/Makefile: + bugdom2 To generate a diff of this commit: cvs rdiff -u -r1.542 -r1.543 pkgsrc/games/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707940056289300 Content-Disposition: inline Content-Length: 547 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/Makefile diff -u pkgsrc/games/Makefile:1.542 pkgsrc/games/Makefile:1.543 --- pkgsrc/games/Makefile:1.542 Sat Jan 27 13:39:36 2024 +++ pkgsrc/games/Makefile Wed Feb 14 19:47:36 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.542 2024/01/27 13:39:36 nia Exp $ +# $NetBSD: Makefile,v 1.543 2024/02/14 19:47:36 charlotte Exp $ # COMMENT= Games @@ -58,6 +58,7 @@ SUBDIR+= bos SUBDIR+= bovo SUBDIR+= bridge-hands SUBDIR+= bugdom +SUBDIR+= bugdom2 SUBDIR+= burgerspace SUBDIR+= bzflag SUBDIR+= cataclysm-dda --_----------=_1707940056289300--