pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games stone-soup[-sdl]: update to 0.28.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bafca82d7a1b
branches:  trunk
changeset: 374903:bafca82d7a1b
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Mar 02 21:31:07 2022 +0000

description:
stone-soup[-sdl]: update to 0.28.0

Highlights
----------
* New Cinder Acolyte background, followers of the dying god Ignis.
* The Hells burn with new fury, filled with new monsters and effects.
* Yredelemnul completely redesigned; Okawaru and Jiyva significantly changed.
* The Spider's Nest respun - many new monsters and maps lurk within.
* Magical orbs added as a new category of off-hand equipment.

diffstat:

 games/stone-soup-sdl/Makefile    |  3 +--
 games/stone-soup-sdl/PLIST       |  9 ++++++++-
 games/stone-soup/Makefile        |  3 +--
 games/stone-soup/Makefile.common |  4 ++--
 games/stone-soup/PLIST           |  7 ++++++-
 games/stone-soup/distinfo        |  8 ++++----
 6 files changed, 22 insertions(+), 12 deletions(-)

diffs (144 lines):

diff -r 11f238142f6c -r bafca82d7a1b games/stone-soup-sdl/Makefile
--- a/games/stone-soup-sdl/Makefile     Wed Mar 02 21:28:31 2022 +0000
+++ b/games/stone-soup-sdl/Makefile     Wed Mar 02 21:31:07 2022 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.22 2021/12/08 16:04:41 adam Exp $
+# $NetBSD: Makefile,v 1.23 2022/03/02 21:31:07 nia Exp $
 
-PKGREVISION= 2
 .include "../../games/stone-soup/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/_/-/:S/-soup/-soup-sdl/:S/-nodeps//1}
diff -r 11f238142f6c -r bafca82d7a1b games/stone-soup-sdl/PLIST
--- a/games/stone-soup-sdl/PLIST        Wed Mar 02 21:28:31 2022 +0000
+++ b/games/stone-soup-sdl/PLIST        Wed Mar 02 21:31:07 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2021/08/10 14:46:36 nia Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/03/02 21:31:07 nia Exp $
 bin/crawl
 share/applications/crawl.desktop
 share/icons/hicolor/48x48/apps/crawl.png
@@ -65,7 +65,9 @@
 share/stone-soup/dat/des/branches/dis.des
 share/stone-soup/dat/des/branches/elf.des
 share/stone-soup/dat/des/branches/geh.des
+share/stone-soup/dat/des/branches/geh_lava_maze.des
 share/stone-soup/dat/des/branches/hell.des
+share/stone-soup/dat/des/branches/hells.des
 share/stone-soup/dat/des/branches/hilbert_zone.des
 share/stone-soup/dat/des/branches/lair.des
 share/stone-soup/dat/des/branches/orc.des
@@ -110,6 +112,7 @@
 share/stone-soup/dat/des/builder/shops.des
 share/stone-soup/dat/des/builder/uniques.des
 share/stone-soup/dat/des/guide.txt
+share/stone-soup/dat/des/portals/arena.des
 share/stone-soup/dat/des/portals/bailey.des
 share/stone-soup/dat/des/portals/bazaar.des
 share/stone-soup/dat/des/portals/desolation.des
@@ -135,6 +138,7 @@
 share/stone-soup/dat/des/serial/rivers.des
 share/stone-soup/dat/des/serial/serial_guide.txt
 share/stone-soup/dat/des/serial/sigils.des
+share/stone-soup/dat/des/serial/subway.des
 share/stone-soup/dat/des/serial/undead.des
 share/stone-soup/dat/des/serial/window.des
 share/stone-soup/dat/des/sprint/arena_sprint.des
@@ -355,6 +359,7 @@
 share/stone-soup/dat/descript/lv/unident.txt
 share/stone-soup/dat/descript/lv/unrand.txt
 share/stone-soup/dat/descript/monsters.txt
+share/stone-soup/dat/descript/mutations.txt
 share/stone-soup/dat/descript/nl/ability.txt
 share/stone-soup/dat/descript/nl/tutorial.txt
 share/stone-soup/dat/descript/nl/unident.txt
@@ -581,6 +586,8 @@
 share/stone-soup/dat/tiles/title_froggy_natasha_and_boris.png
 share/stone-soup/dat/tiles/title_froggy_rune_and_run_failed_on_dis.png
 share/stone-soup/dat/tiles/title_froggy_thunder_fist_nikola.png
+share/stone-soup/dat/tiles/title_kaonedong_ignis_the_dying_flame.png
+share/stone-soup/dat/tiles/title_kaonedong_menkaure_prince_of_dust.png
 share/stone-soup/dat/tiles/title_nibiki_octopode.png
 share/stone-soup/dat/tiles/title_omndra_zot_demon.png
 share/stone-soup/dat/tiles/title_peileppe_bloax_eye.png
diff -r 11f238142f6c -r bafca82d7a1b games/stone-soup/Makefile
--- a/games/stone-soup/Makefile Wed Mar 02 21:28:31 2022 +0000
+++ b/games/stone-soup/Makefile Wed Mar 02 21:31:07 2022 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.16 2021/12/08 16:04:41 adam Exp $
+# $NetBSD: Makefile,v 1.17 2022/03/02 21:31:07 nia Exp $
 
-PKGREVISION= 1
 .include "Makefile.common"
 
 MAINTAINER=    nia%NetBSD.org@localhost
diff -r 11f238142f6c -r bafca82d7a1b games/stone-soup/Makefile.common
--- a/games/stone-soup/Makefile.common  Wed Mar 02 21:28:31 2022 +0000
+++ b/games/stone-soup/Makefile.common  Wed Mar 02 21:31:07 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.9 2021/09/04 09:21:29 nia Exp $
+# $NetBSD: Makefile.common,v 1.10 2022/03/02 21:31:07 nia Exp $
 # used by games/stone-soup/Makefile
 # used by games/stone-soup-sdl/Makefile
 
-DISTNAME=      stone_soup-0.27.1-nodeps
+DISTNAME=      stone_soup-0.28.0-nodeps
 PKGNAME=       ${DISTNAME:S/_/-/:S/-nodeps//1}
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=crawl/}
diff -r 11f238142f6c -r bafca82d7a1b games/stone-soup/PLIST
--- a/games/stone-soup/PLIST    Wed Mar 02 21:28:31 2022 +0000
+++ b/games/stone-soup/PLIST    Wed Mar 02 21:31:07 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2021/08/10 14:46:36 nia Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/03/02 21:31:07 nia Exp $
 bin/crawl
 share/stone-soup/dat/clua/autofight.lua
 share/stone-soup/dat/clua/automagic.lua
@@ -63,7 +63,9 @@
 share/stone-soup/dat/des/branches/dis.des
 share/stone-soup/dat/des/branches/elf.des
 share/stone-soup/dat/des/branches/geh.des
+share/stone-soup/dat/des/branches/geh_lava_maze.des
 share/stone-soup/dat/des/branches/hell.des
+share/stone-soup/dat/des/branches/hells.des
 share/stone-soup/dat/des/branches/hilbert_zone.des
 share/stone-soup/dat/des/branches/lair.des
 share/stone-soup/dat/des/branches/orc.des
@@ -108,6 +110,7 @@
 share/stone-soup/dat/des/builder/shops.des
 share/stone-soup/dat/des/builder/uniques.des
 share/stone-soup/dat/des/guide.txt
+share/stone-soup/dat/des/portals/arena.des
 share/stone-soup/dat/des/portals/bailey.des
 share/stone-soup/dat/des/portals/bazaar.des
 share/stone-soup/dat/des/portals/desolation.des
@@ -133,6 +136,7 @@
 share/stone-soup/dat/des/serial/rivers.des
 share/stone-soup/dat/des/serial/serial_guide.txt
 share/stone-soup/dat/des/serial/sigils.des
+share/stone-soup/dat/des/serial/subway.des
 share/stone-soup/dat/des/serial/undead.des
 share/stone-soup/dat/des/serial/window.des
 share/stone-soup/dat/des/sprint/arena_sprint.des
@@ -353,6 +357,7 @@
 share/stone-soup/dat/descript/lv/unident.txt
 share/stone-soup/dat/descript/lv/unrand.txt
 share/stone-soup/dat/descript/monsters.txt
+share/stone-soup/dat/descript/mutations.txt
 share/stone-soup/dat/descript/nl/ability.txt
 share/stone-soup/dat/descript/nl/tutorial.txt
 share/stone-soup/dat/descript/nl/unident.txt
diff -r 11f238142f6c -r bafca82d7a1b games/stone-soup/distinfo
--- a/games/stone-soup/distinfo Wed Mar 02 21:28:31 2022 +0000
+++ b/games/stone-soup/distinfo Wed Mar 02 21:31:07 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:44:26 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/03/02 21:31:07 nia Exp $
 
-BLAKE2s (stone_soup-0.27.1-nodeps.tar.xz) = 0a87489da0047cf1a687e60e284fe86811c2a7b89d111886d3a49e2dcf7f5098
-SHA512 (stone_soup-0.27.1-nodeps.tar.xz) = 34f693deb6a3e89c63231831402d2b3c909d0ad40142ab9dce704af2443ca25e44f5feefed5875dae03a0c70773425a545c932b2f67fd639e3550722fb2b81bf
-Size (stone_soup-0.27.1-nodeps.tar.xz) = 12418672 bytes
+BLAKE2s (stone_soup-0.28.0-nodeps.tar.xz) = e61ae2972502808190cc3f4a97c0283cb161615bb59a55eca39613eeb199de5d
+SHA512 (stone_soup-0.28.0-nodeps.tar.xz) = 84ab9893c87c1af213dfe6fdf0e0d2249b72f7e3deb557cfd80f79f7f77d03ef919d4dfee5a36a159937fc60dcad11d383239e82798017e10e0ff7c3430ad98a
+Size (stone_soup-0.28.0-nodeps.tar.xz) = 13913072 bytes



Home | Main Index | Thread Index | Old Index