Received: by mail.netbsd.org (Postfix, from userid 605) id E78E584E41; Mon, 28 Oct 2019 12:24:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6A96F84E3F for ; Mon, 28 Oct 2019 12:24:29 +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 jifej-3dJDOb for ; Mon, 28 Oct 2019 12:24:29 +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 B867F84E45 for ; Mon, 28 Oct 2019 12:24:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B0001FA8D; Mon, 28 Oct 2019 12:24:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157226546813640" MIME-Version: 1.0 Date: Mon, 28 Oct 2019 12:24:28 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/stone-soup-sdl To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191028122428.B0001FA8D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157226546813640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Oct 28 12:24:28 UTC 2019 Modified Files: pkgsrc/games/stone-soup-sdl: Makefile PLIST Log Message: stone-soup-sdl: Sync for stone-soup update To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/games/stone-soup-sdl/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/stone-soup-sdl/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157226546813640 Content-Disposition: inline Content-Length: 1359 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/stone-soup-sdl/Makefile diff -u pkgsrc/games/stone-soup-sdl/Makefile:1.6 pkgsrc/games/stone-soup-sdl/Makefile:1.7 --- pkgsrc/games/stone-soup-sdl/Makefile:1.6 Tue Oct 1 19:37:50 2019 +++ pkgsrc/games/stone-soup-sdl/Makefile Mon Oct 28 12:24:28 2019 @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.6 2019/10/01 19:37:50 nia Exp $ +# $NetBSD: Makefile,v 1.7 2019/10/28 12:24:28 nia Exp $ -PKGREVISION= 1 .include "../../games/stone-soup/Makefile.common" PKGNAME= ${DISTNAME:S/_/-/:S/-soup/-soup-sdl/} Index: pkgsrc/games/stone-soup-sdl/PLIST diff -u pkgsrc/games/stone-soup-sdl/PLIST:1.1 pkgsrc/games/stone-soup-sdl/PLIST:1.2 --- pkgsrc/games/stone-soup-sdl/PLIST:1.1 Thu Aug 8 13:40:30 2019 +++ pkgsrc/games/stone-soup-sdl/PLIST Mon Oct 28 12:24:28 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2019/08/08 13:40:30 nia Exp $ +@comment $NetBSD: PLIST,v 1.2 2019/10/28 12:24:28 nia Exp $ bin/crawl share/applications/crawl.desktop share/icons/hicolor/48x48/apps/crawl.png @@ -473,6 +473,7 @@ share/stone-soup/dat/dist_bones/bones.st share/stone-soup/dat/dist_bones/bones.store.Zot share/stone-soup/dat/dlua/debug.lua share/stone-soup/dat/dlua/dungeon.lua +share/stone-soup/dat/dlua/explorer.lua share/stone-soup/dat/dlua/fnwrap.lua share/stone-soup/dat/dlua/gauntlet.lua share/stone-soup/dat/dlua/ghost.lua --_----------=_157226546813640--