Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 69D1884EA2 for ; Mon, 13 Nov 2023 18:17:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ObPx97C7QdDk for ; Mon, 13 Nov 2023 18:17:34 +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 D9C8884CEB for ; Mon, 13 Nov 2023 18:17:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D324FFA3D; Mon, 13 Nov 2023 18:17:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699899454102530" MIME-Version: 1.0 Date: Mon, 13 Nov 2023 18:17:34 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231113181734.D324FFA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699899454102530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 13 18:17:34 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 pkgsrc/games: Makefile Removed Files: pkgsrc/games/gamazons: DESCR Makefile PLIST distinfo pkgsrc/games/gamazons/patches: patch-aa patch-src_callbacks.c Log Message: gamazons: remove dead upstream since... 2003? To generate a diff of this commit: cvs rdiff -u -r1.6917 -r1.6918 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.537 -r1.538 pkgsrc/games/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/games/gamazons/DESCR cvs rdiff -u -r1.71 -r0 pkgsrc/games/gamazons/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/games/gamazons/PLIST cvs rdiff -u -r1.5 -r0 pkgsrc/games/gamazons/distinfo cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/games/gamazons/patches/patch-aa cvs rdiff -u -r1.1 -r0 pkgsrc/games/gamazons/patches/patch-src_callbacks.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699899454102530 Content-Disposition: inline Content-Length: 1252 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.6917 pkgsrc/doc/CHANGES-2023:1.6918 --- pkgsrc/doc/CHANGES-2023:1.6917 Mon Nov 13 18:13:24 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Nov 13 18:17:34 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.6917 2023/11/13 18:13:24 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.6918 2023/11/13 18:17:34 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -9964,3 +9964,4 @@ Changes to the packages collection and i Added games/libgnome-games-support version 2.0.0 [wiz 2023-11-13] Added games/libgnome-games-support1 version 1.8.2 [wiz 2023-11-13] Updated games/atomix to 44.0 [wiz 2023-11-13] + Removed games/gamazons [wiz 2023-11-13] Index: pkgsrc/games/Makefile diff -u pkgsrc/games/Makefile:1.537 pkgsrc/games/Makefile:1.538 --- pkgsrc/games/Makefile:1.537 Mon Nov 13 18:12:20 2023 +++ pkgsrc/games/Makefile Mon Nov 13 18:17:34 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.537 2023/11/13 18:12:20 wiz Exp $ +# $NetBSD: Makefile,v 1.538 2023/11/13 18:17:34 wiz Exp $ # COMMENT= Games @@ -158,7 +158,6 @@ SUBDIR+= frotz SUBDIR+= frozen-bubble SUBDIR+= fruit SUBDIR+= galaxa -SUBDIR+= gamazons SUBDIR+= gargoyle SUBDIR+= gate88 SUBDIR+= gbrainy --_----------=_1699899454102530--