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:           Sun May 15 18:54:44 UTC 2022

Modified Files:
        pkgsrc/games/angband: Makefile.common PLIST distinfo
        pkgsrc/games/angband-sdl: PLIST
        pkgsrc/games/angband/patches: patch-configure.ac

Log Message:
angband[-sdl]: update to 4.2.4

Summary of Changes

    use C99 types instead of the angband special types
    Single Combat maybe finally bug-free
    improvements to the birth process
    improvements to the NDS port
    many improvements to auto-building and all the front ends
    improvements to changing of background colours
    adding of a panic directory for panic saves
    new tests, and improvements to current ones
    re-organisation of effects code
    add a player argument to a lot of functions that needed it
    import a lot of historical documentation
    lots of tidying and neatening


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/angband/Makefile.common
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/angband/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/angband/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/angband-sdl/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/angband/patches/patch-configure.ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/angband/Makefile.common
diff -u pkgsrc/games/angband/Makefile.common:1.4 pkgsrc/games/angband/Makefile.common:1.5
--- pkgsrc/games/angband/Makefile.common:1.4    Tue Nov  9 11:32:39 2021
+++ pkgsrc/games/angband/Makefile.common        Sun May 15 18:54:44 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.4 2021/11/09 11:32:39 nia Exp $
+# $NetBSD: Makefile.common,v 1.5 2022/05/15 18:54:44 nia Exp $
 # used by games/angband-sdl/Makefile
 # used by games/angband/Makefile
 
-DISTNAME=      angband-4.2.3
+DISTNAME=      angband-4.2.4
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=angband/}
 GITHUB_PROJECT=        angband

Index: pkgsrc/games/angband/PLIST
diff -u pkgsrc/games/angband/PLIST:1.2 pkgsrc/games/angband/PLIST:1.3
--- pkgsrc/games/angband/PLIST:1.2      Tue Jul  7 13:17:46 2020
+++ pkgsrc/games/angband/PLIST  Sun May 15 18:54:44 2022
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2020/07/07 13:17:46 nia Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/05/15 18:54:44 nia Exp $
 bin/angband
 share/angband/customize/font-gcu.prf
 share/angband/customize/font-sdl.prf
+share/angband/customize/font-sdl2.prf
 share/angband/customize/font-win.prf
 share/angband/customize/font-x11.prf
 share/angband/customize/font.prf
@@ -55,6 +56,8 @@ share/angband/gamedata/visuals.txt
 share/angband/gamedata/world.txt
 share/angband/help/commands.txt
 share/angband/help/index.txt
+share/angband/help/r_comm.txt
+share/angband/help/r_index.txt
 share/angband/help/symbols.txt
 share/angband/screens/crown.txt
 share/angband/screens/dead.txt

Index: pkgsrc/games/angband/distinfo
diff -u pkgsrc/games/angband/distinfo:1.5 pkgsrc/games/angband/distinfo:1.6
--- pkgsrc/games/angband/distinfo:1.5   Tue Oct 26 10:43:46 2021
+++ pkgsrc/games/angband/distinfo       Sun May 15 18:54:44 2022
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:43:46 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/05/15 18:54:44 nia Exp $
 
-BLAKE2s (angband-4.2.3.tar.gz) = 88be318c246aa8d78288dc449415a4608e2c1aee8ca8910279a692d1e7bcba88
-SHA512 (angband-4.2.3.tar.gz) = f80a16c40d877c50194be370795acb437778ca88a658a8c95bef637625ab8a88ceb98f45d742e698709b6c81e8b5de6f563f88e957cd71eca208673bb4179e88
-Size (angband-4.2.3.tar.gz) = 25175745 bytes
-SHA1 (patch-configure.ac) = 328bd6a1bd0fa3481f2fd4081e34ec7d025802d8
+BLAKE2s (angband-4.2.4.tar.gz) = b811bf0b23862cccc0c383bffdd96332bcf3250793e8dd2f2c65b3730c2b176c
+SHA512 (angband-4.2.4.tar.gz) = 5b47cfa95f779aa3f1e89f02f203b8eafd2dc1376b7aab1b62e37122fb83640d1de25f39817863a74c246d7de35bb3f26868f5f5e8906e92788a6dd74a85a4c5
+Size (angband-4.2.4.tar.gz) = 25271611 bytes
+SHA1 (patch-configure.ac) = 35fbcd77734bf9dfb6c9d5c6dc9d82bca2343ebb
 SHA1 (patch-lib_icons_angband-sdl.desktop) = d1dffae7e39adc447eb1542434dca08ce0a7c6b0

Index: pkgsrc/games/angband-sdl/PLIST
diff -u pkgsrc/games/angband-sdl/PLIST:1.2 pkgsrc/games/angband-sdl/PLIST:1.3
--- pkgsrc/games/angband-sdl/PLIST:1.2  Tue Jul  7 13:17:46 2020
+++ pkgsrc/games/angband-sdl/PLIST      Sun May 15 18:54:44 2022
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2020/07/07 13:17:46 nia Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/05/15 18:54:44 nia Exp $
 bin/angband
 share/angband/customize/font-gcu.prf
 share/angband/customize/font-sdl.prf
+share/angband/customize/font-sdl2.prf
 share/angband/customize/font-win.prf
 share/angband/customize/font-x11.prf
 share/angband/customize/font.prf
@@ -77,6 +78,8 @@ share/angband/gamedata/visuals.txt
 share/angband/gamedata/world.txt
 share/angband/help/commands.txt
 share/angband/help/index.txt
+share/angband/help/r_comm.txt
+share/angband/help/r_index.txt
 share/angband/help/symbols.txt
 share/angband/icons/att-128.png
 share/angband/icons/att-16.png

Index: pkgsrc/games/angband/patches/patch-configure.ac
diff -u pkgsrc/games/angband/patches/patch-configure.ac:1.1 pkgsrc/games/angband/patches/patch-configure.ac:1.2
--- pkgsrc/games/angband/patches/patch-configure.ac:1.1 Tue Aug 31 08:23:15 2021
+++ pkgsrc/games/angband/patches/patch-configure.ac     Sun May 15 18:54:44 2022
@@ -1,15 +1,42 @@
-$NetBSD: patch-configure.ac,v 1.1 2021/08/31 08:23:15 nia Exp $
+$NetBSD: patch-configure.ac,v 1.2 2022/05/15 18:54:44 nia Exp $
 
 Shell portability.
 
---- configure.ac.orig  2021-07-31 22:28:01.000000000 +0000
+--- configure.ac.orig  2022-02-21 22:18:55.000000000 +0000
 +++ configure.ac
-@@ -217,7 +217,7 @@ AC_DEFINE_UNQUOTED([DEFAULT_DATA_PATH], 
+@@ -238,7 +238,7 @@ AC_ARG_WITH(gamedata_in_lib,
+       [AS_HELP_STRING([--with-gamedata-in-lib], [store the game data in the lib path.])])
  
- NOINSTALL="$with_noinstall"; AC_SUBST(NOINSTALL)
+ GAMEDATA_IN_LIB="false"
+-if test "x$with_gamedata_in_lib" == "xyes"; then
++if test "x$with_gamedata_in_lib" = "xyes"; then
+       GAMEDATA_IN_LIB="true"
+       AC_DEFINE(GAMEDATA_IN_LIB, 1, [Define to store the game data in the lib path.])
+ fi
+@@ -256,7 +256,7 @@ AC_DEFINE_UNQUOTED([DEFAULT_DATA_PATH], 
+ 
+ NOINSTALL="$with_no_install"; AC_SUBST(NOINSTALL)
  SETEGID="$with_setgid";      AC_SUBST(SETEGID)
 -if test "x$wsetgid" == "xyes"; then
 +if test "x$wsetgid" = "xyes"; then
        AC_DEFINE(SETGID, 1, [Define if running as a central install on a multiuser system that has setresgid or setegid support.])
  fi
  
+@@ -572,7 +572,7 @@ echo "  config path:                    
+ echo "  lib path:                               ${displayedlibdatadir}"
+ echo "  doc path:                               ${displayeddocdir}"
+ echo "  var path:                               ${displayedvardatadir}"
+-if test "x$with_gamedata_in_lib" == "xyes"; then
++if test "x$with_gamedata_in_lib" = "xyes"; then
+       echo "  gamedata path:                          ${displayedlibdatadir}"
+ else
+       echo "  gamedata path:                          ${displayedconfigdir}"
+@@ -582,7 +582,7 @@ if test "x$wsetgid" = "xyes"; then
+ elif test "x$with_private_dirs" = "xyes" && test ! "x$enable_win" = "xyes"; then
+       echo "  (with private save and score files in ~/.angband/Angband/)"
+ fi
+-if test "x$with_sphinx" == "xyes"; then
++if test "x$with_sphinx" = "xyes"; then
+       echo "  documentation:                          Yes"
+ else
+       echo "  documentation:                          No"



Home | Main Index | Thread Index | Old Index