Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AD31984EC9 for ; Sat, 30 Dec 2023 20:12:53 +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 Ii-cynVPfb-0 for ; Sat, 30 Dec 2023 20:12:53 +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 36DC084D47 for ; Sat, 30 Dec 2023 20:12:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2D48DFA42; Sat, 30 Dec 2023 20:12:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170396717385480" MIME-Version: 1.0 Date: Sat, 30 Dec 2023 20:12:53 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/emulators/raine To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231230201253.2D48DFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170396717385480 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:12:53 UTC 2023 Modified Files: pkgsrc/emulators/raine: Makefile Log Message: dead. fetch from backup. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/emulators/raine/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170396717385480 Content-Disposition: inline Content-Length: 657 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/raine/Makefile diff -u pkgsrc/emulators/raine/Makefile:1.38 pkgsrc/emulators/raine/Makefile:1.39 --- pkgsrc/emulators/raine/Makefile:1.38 Tue Jun 6 12:41:21 2023 +++ pkgsrc/emulators/raine/Makefile Sat Dec 30 20:12:52 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.38 2023/06/06 12:41:21 riastradh Exp $ +# $NetBSD: Makefile,v 1.39 2023/12/30 20:12:52 zafer Exp $ # DISTNAME= raines-0.43.3 PKGNAME= ${DISTNAME:S/raines/raine/} PKGREVISION= 15 CATEGORIES= emulators -MASTER_SITES= http://rainemu.swishparty.co.uk/html/archive/ +MASTER_SITES= # EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_170396717385480--