pkgsrc-Changes archive

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

CVS commit: pkgsrc/games



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Mar  2 21:31:07 UTC 2022

Modified Files:
        pkgsrc/games/stone-soup: Makefile Makefile.common PLIST distinfo
        pkgsrc/games/stone-soup-sdl: Makefile PLIST

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/games/stone-soup/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/games/stone-soup/Makefile.common
cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/stone-soup/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/games/stone-soup/distinfo
cvs rdiff -u -r1.22 -r1.23 pkgsrc/games/stone-soup-sdl/Makefile
cvs rdiff -u -r1.5 -r1.6 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.

Modified files:

Index: pkgsrc/games/stone-soup/Makefile
diff -u pkgsrc/games/stone-soup/Makefile:1.16 pkgsrc/games/stone-soup/Makefile:1.17
--- pkgsrc/games/stone-soup/Makefile:1.16       Wed Dec  8 16:04:41 2021
+++ pkgsrc/games/stone-soup/Makefile    Wed Mar  2 21:31:07 2022
@@ -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

Index: pkgsrc/games/stone-soup/Makefile.common
diff -u pkgsrc/games/stone-soup/Makefile.common:1.9 pkgsrc/games/stone-soup/Makefile.common:1.10
--- pkgsrc/games/stone-soup/Makefile.common:1.9 Sat Sep  4 09:21:29 2021
+++ pkgsrc/games/stone-soup/Makefile.common     Wed Mar  2 21:31:07 2022
@@ -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/}

Index: pkgsrc/games/stone-soup/PLIST
diff -u pkgsrc/games/stone-soup/PLIST:1.5 pkgsrc/games/stone-soup/PLIST:1.6
--- pkgsrc/games/stone-soup/PLIST:1.5   Tue Aug 10 14:46:36 2021
+++ pkgsrc/games/stone-soup/PLIST       Wed Mar  2 21:31:07 2022
@@ -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/depths
 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/rooms.d
 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/park.des
 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/tutoria
 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

Index: pkgsrc/games/stone-soup/distinfo
diff -u pkgsrc/games/stone-soup/distinfo:1.8 pkgsrc/games/stone-soup/distinfo:1.9
--- pkgsrc/games/stone-soup/distinfo:1.8        Tue Oct 26 10:44:26 2021
+++ pkgsrc/games/stone-soup/distinfo    Wed Mar  2 21:31:07 2022
@@ -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

Index: pkgsrc/games/stone-soup-sdl/Makefile
diff -u pkgsrc/games/stone-soup-sdl/Makefile:1.22 pkgsrc/games/stone-soup-sdl/Makefile:1.23
--- pkgsrc/games/stone-soup-sdl/Makefile:1.22   Wed Dec  8 16:04:41 2021
+++ pkgsrc/games/stone-soup-sdl/Makefile        Wed Mar  2 21:31:07 2022
@@ -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}

Index: pkgsrc/games/stone-soup-sdl/PLIST
diff -u pkgsrc/games/stone-soup-sdl/PLIST:1.5 pkgsrc/games/stone-soup-sdl/PLIST:1.6
--- pkgsrc/games/stone-soup-sdl/PLIST:1.5       Tue Aug 10 14:46:36 2021
+++ pkgsrc/games/stone-soup-sdl/PLIST   Wed Mar  2 21:31:07 2022
@@ -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/depths
 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/rooms.d
 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/park.des
 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/tutoria
 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_
 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



Home | Main Index | Thread Index | Old Index