Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 76D1384D74 for ; Sat, 30 Dec 2023 20:05:03 +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 ZJSXhO0ThL4i for ; Sat, 30 Dec 2023 20:05:03 +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 0967084D47 for ; Sat, 30 Dec 2023 20:05:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0213EFA42; Sat, 30 Dec 2023 20:05:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703966702103110" MIME-Version: 1.0 Date: Sat, 30 Dec 2023 20:05:02 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/games/abuse To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231230200503.0213EFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703966702103110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sat Dec 30 20:05:02 UTC 2023 Modified Files: pkgsrc/games/abuse: Makefile Log Message: dead. fetch from backup To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/games/abuse/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703966702103110 Content-Disposition: inline Content-Length: 630 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/abuse/Makefile diff -u pkgsrc/games/abuse/Makefile:1.31 pkgsrc/games/abuse/Makefile:1.32 --- pkgsrc/games/abuse/Makefile:1.31 Wed Aug 2 19:21:51 2023 +++ pkgsrc/games/abuse/Makefile Sat Dec 30 20:05:02 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.31 2023/08/02 19:21:51 nia Exp $ +# $NetBSD: Makefile,v 1.32 2023/12/30 20:05:02 zafer Exp $ DISTNAME= abuse_pd PKGNAME= abuse-2.0 PKGREVISION= 2 CATEGORIES= games x11 -MASTER_SITES= http://public.planetmirror.com/pub/abuse/ +MASTER_SITES= # DISTFILES= ${DISTNAME}.tgz abuse_data.tar.gz MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1703966702103110--