Monday, April 11, 2022

update: games/stone-soup

this updates the game to latest version, the sources are available on
github only from this one.

game works fine for me on amd64

Index: Makefile
===================================================================
RCS file: /home/reposync/ports/games/stone-soup/Makefile,v
retrieving revision 1.44
diff -u -r1.44 Makefile
--- Makefile 11 Mar 2022 19:04:58 -0000 1.44
+++ Makefile 11 Apr 2022 08:38:20 -0000
@@ -2,11 +2,10 @@

COMMENT = dungeon crawl stone soup

-VERSION = 0.27.1
+VERSION = 0.28.0

DISTNAME= stone_soup-${VERSION}-nodeps
PKGNAME= stone-soup-${VERSION}
-REVISION= 0

CATEGORIES = games

@@ -17,8 +16,7 @@

WANTLIB += ${COMPILER_LIBCXX} ${MODLUA_WANTLIB} c m sqlite3

-MASTER_SITES = https://crawl.develz.org/release/${VERSION:R}/ \
- https://github.com/crawl/crawl/releases/download/${VERSION}/
+MASTER_SITES = https://github.com/crawl/crawl/releases/download/${VERSION}/
EXTRACT_SUFX= .tar.xz

COMPILER = base-clang ports-gcc
Index: distinfo
===================================================================
RCS file: /home/reposync/ports/games/stone-soup/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo 2 Sep 2021 17:03:29 -0000 1.8
+++ distinfo 11 Apr 2022 08:38:52 -0000
@@ -1,2 +1,2 @@
-SHA256 (stone_soup-0.27.1-nodeps.tar.xz) = 4hcd2xSbSomFBC2nrA7224sZLCNIlnA7rw+pmjP0cFo=
-SIZE (stone_soup-0.27.1-nodeps.tar.xz) = 12418672
+SHA256 (stone_soup-0.28.0-nodeps.tar.xz) = WmvhaPiIi4S9sZkYTKIL2GNvd7p+ngEk6+6IUAkvL0c=
+SIZE (stone_soup-0.28.0-nodeps.tar.xz) = 13913072
Index: pkg/PLIST
===================================================================
RCS file: /home/reposync/ports/games/stone-soup/pkg/PLIST,v
retrieving revision 1.10
diff -u -r1.10 PLIST
--- pkg/PLIST 11 Mar 2022 19:04:59 -0000 1.10
+++ pkg/PLIST 11 Apr 2022 09:10:04 -0000
@@ -74,7 +74,9 @@
share/crawl/dat/des/branches/dis.des
share/crawl/dat/des/branches/elf.des
share/crawl/dat/des/branches/geh.des
+share/crawl/dat/des/branches/geh_lava_maze.des
share/crawl/dat/des/branches/hell.des
+share/crawl/dat/des/branches/hells.des
share/crawl/dat/des/branches/hilbert_zone.des
share/crawl/dat/des/branches/lair.des
share/crawl/dat/des/branches/orc.des
@@ -121,6 +123,7 @@
share/crawl/dat/des/builder/uniques.des
share/crawl/dat/des/guide.txt
share/crawl/dat/des/portals/
+share/crawl/dat/des/portals/arena.des
share/crawl/dat/des/portals/bailey.des
share/crawl/dat/des/portals/bazaar.des
share/crawl/dat/des/portals/desolation.des
@@ -147,6 +150,7 @@
share/crawl/dat/des/serial/rivers.des
share/crawl/dat/des/serial/serial_guide.txt
share/crawl/dat/des/serial/sigils.des
+share/crawl/dat/des/serial/subway.des
share/crawl/dat/des/serial/undead.des
share/crawl/dat/des/serial/window.des
share/crawl/dat/des/sprint/
@@ -386,6 +390,7 @@
share/crawl/dat/descript/lv/unident.txt
share/crawl/dat/descript/lv/unrand.txt
share/crawl/dat/descript/monsters.txt
+share/crawl/dat/descript/mutations.txt
share/crawl/dat/descript/nl/
share/crawl/dat/descript/nl/ability.txt
share/crawl/dat/descript/nl/tutorial.txt
@@ -589,6 +594,8 @@
share/crawl/dat/dlua/v_shapes.lua
share/crawl/dat/dlua/vault.lua
share/crawl/dat/dlua/ziggurat.lua
+share/crawl/dat/tiles/title_kaonedong_ignis_the_dying_flame.png
+share/crawl/dat/tiles/title_kaonedong_menkaure_prince_of_dust.png
share/crawl/docs/
share/crawl/docs/CREDITS.txt
share/crawl/docs/aptitudes-wide.txt

No comments:

Post a Comment