pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/rocksndiamonds



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Sep  3 08:55:34 UTC 2026

Modified Files:
        pkgsrc/games/rocksndiamonds: Makefile Makefile.common distinfo

Log Message:
rocksndiamonds: updated to 4.4.2.4

4.4.2.4
added sound for active conveyor belts
added sound for conveyor belt switches
added sound for switchgate switches
fixed sound of growing amoeba
added key shortcuts for undo/redo game buttons
removed unnecessary historic player move delay for very old levels
fixed “smashed by rock/spring” graphics for non-native EM graphics
fixed push delay for EM engine for non-native EM engine level files
fixed drawing invisible walls with initially activated light switch
fixed graphics for invisible wall explosions
fixed potential crash bugs


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/games/rocksndiamonds/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/games/rocksndiamonds/Makefile.common
cvs rdiff -u -r1.49 -r1.50 pkgsrc/games/rocksndiamonds/distinfo

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

Modified files:

Index: pkgsrc/games/rocksndiamonds/Makefile
diff -u pkgsrc/games/rocksndiamonds/Makefile:1.85 pkgsrc/games/rocksndiamonds/Makefile:1.86
--- pkgsrc/games/rocksndiamonds/Makefile:1.85   Wed Sep  2 19:02:22 2026
+++ pkgsrc/games/rocksndiamonds/Makefile        Thu Sep  3 08:55:34 2026
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.85 2026/09/02 19:02:22 wiz Exp $
+# $NetBSD: Makefile,v 1.86 2026/09/03 08:55:34 adam Exp $
 
-DISTNAME=      rocksndiamonds-4.4.2.3-linux
+DISTNAME=      rocksndiamonds-4.4.2.4-linux
 
 COMMENT=       Game like Boulder Dash, Emerald Mine, or Sokoban
-PKGREVISION=   2
 
 LEVEL_NAMES=   classic_boulderdash classic_emerald_mine classic_sokoban \
                classic_supaplex rnd_tutorial_aaron_davidson rnd_tutorial_niko_boehm

Index: pkgsrc/games/rocksndiamonds/Makefile.common
diff -u pkgsrc/games/rocksndiamonds/Makefile.common:1.21 pkgsrc/games/rocksndiamonds/Makefile.common:1.22
--- pkgsrc/games/rocksndiamonds/Makefile.common:1.21    Fri Oct 20 09:53:02 2023
+++ pkgsrc/games/rocksndiamonds/Makefile.common Thu Sep  3 08:55:34 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2023/10/20 09:53:02 adam Exp $
+# $NetBSD: Makefile.common,v 1.22 2026/09/03 08:55:34 adam Exp $
 # used by games/mirrormagic/Makefile
 # used by games/rocksndiamonds/Makefile
 
@@ -40,8 +40,8 @@ SPECIAL_PERMS=                bin/${PKGBASE} ${SETGID_
 
 PLIST_SRC=     PLIST ${WRKDIR}/PLIST.F
 
-.if (${MACHINE} == "i386" || ${MACHINE} == "prep" || ${MACHINE} == "cats" || \
-      ${MACHINE} == "shark")
+.if ${MACHINE} == "i386" || ${MACHINE} == "prep" || ${MACHINE} == "cats" || \
+      ${MACHINE} == "shark"
 MAKE_FLAGS+=   JOYSTICK=-DHAVE_JOYSTICK
 .endif
 

Index: pkgsrc/games/rocksndiamonds/distinfo
diff -u pkgsrc/games/rocksndiamonds/distinfo:1.49 pkgsrc/games/rocksndiamonds/distinfo:1.50
--- pkgsrc/games/rocksndiamonds/distinfo:1.49   Tue Jun 30 16:27:03 2026
+++ pkgsrc/games/rocksndiamonds/distinfo        Thu Sep  3 08:55:34 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.49 2026/06/30 16:27:03 adam Exp $
+$NetBSD: distinfo,v 1.50 2026/09/03 08:55:34 adam Exp $
 
-BLAKE2s (rocksndiamonds-4.4.2.3-linux.tar.gz) = 760c4189ab511709a4d1bdcaee05194ab51fe6177708ad0beb7771eb1afee73c
-SHA512 (rocksndiamonds-4.4.2.3-linux.tar.gz) = ab0ed62b58ea3cad6c07424c6721c48de9e7fe9ea6718ca4b0d07fe67fef9584bfe6e9bc91e1a635ba2387ea3bbf1d5f583f8d9d94a61ee4ff26984a803f6d19
-Size (rocksndiamonds-4.4.2.3-linux.tar.gz) = 5882768 bytes
+BLAKE2s (rocksndiamonds-4.4.2.4-linux.tar.gz) = 5f36b8eb5ecd169ee7cda8d2e2158e566b5aedca29ed4be69b4c1d585678387a
+SHA512 (rocksndiamonds-4.4.2.4-linux.tar.gz) = e44d15815a57c490a252f2f2861e06f70ea90034ccab4062658a663d14ca6b15d0698dbd9cbc72d81913043a8478384d9711e3445038b658bb70f05234a3aa3e
+Size (rocksndiamonds-4.4.2.4-linux.tar.gz) = 5917978 bytes
 SHA1 (patch-src_Makefile) = d7f78c0f5a24d53661f678da76233b55d039f6d3
 SHA1 (patch-src_libgame_joystick.c) = 000805d76fee695cbedc42f1aa25423f04c08dbb
 SHA1 (patch-src_libgame_joystick.h) = a6bae0443a6285b9e4179119f1101ba7bf8d6727



Home | Main Index | Thread Index | Old Index