pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/tetris-tui
Module Name: pkgsrc
Committed By: pin
Date: Fri Jan 12 10:58:55 UTC 2024
Modified Files:
pkgsrc/games/tetris-tui: Makefile cargo-depends.mk distinfo
Log Message:
games/tetris-tui: update to 0.2.2
- fix logic to check game over
- Merge pull request #8 from quantonganh/start-at-level
- let players choose the starting level or the number of lines already filled
- Merge pull request #7 from quantonganh/alternate-screen
- enter/leave alternate screen when starting/quitting
- only set version on x86_64-linux
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/tetris-tui/Makefile \
pkgsrc/games/tetris-tui/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/tetris-tui/cargo-depends.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/tetris-tui/Makefile
diff -u pkgsrc/games/tetris-tui/Makefile:1.5 pkgsrc/games/tetris-tui/Makefile:1.6
--- pkgsrc/games/tetris-tui/Makefile:1.5 Thu Jan 11 20:44:31 2024
+++ pkgsrc/games/tetris-tui/Makefile Fri Jan 12 10:58:55 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2024/01/11 20:44:31 pin Exp $
+# $NetBSD: Makefile,v 1.6 2024/01/12 10:58:55 pin Exp $
-DISTNAME= tetris-tui-0.2.1
+DISTNAME= tetris-tui-0.2.2
CATEGORIES= games
MASTER_SITES= https://static.crates.io/crates/tetris-tui/
EXTRACT_SUFX= .crate
Index: pkgsrc/games/tetris-tui/distinfo
diff -u pkgsrc/games/tetris-tui/distinfo:1.5 pkgsrc/games/tetris-tui/distinfo:1.6
--- pkgsrc/games/tetris-tui/distinfo:1.5 Thu Jan 11 20:44:31 2024
+++ pkgsrc/games/tetris-tui/distinfo Fri Jan 12 10:58:55 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2024/01/11 20:44:31 pin Exp $
+$NetBSD: distinfo,v 1.6 2024/01/12 10:58:55 pin Exp $
BLAKE2s (ahash-0.8.3.crate) = 463c4e49539eb24c885915c860ed4fc060bc31e8d50069c2a3539c755ebc3f51
SHA512 (ahash-0.8.3.crate) = cf2d2f1201ac0969cf4e2a0c47090bee971b2287ac44b5e091c90a9eced03cf6ff56d7900cc0f529d4acedc30bd400261c15e50efabdd1731f79951b449af53e
@@ -186,9 +186,9 @@ Size (syn-1.0.109.crate) = 237611 bytes
BLAKE2s (syn-2.0.32.crate) = 5238be914623ca82400c7da8c6433d347f4fd7c42af46b84c9a628aa02d6017c
SHA512 (syn-2.0.32.crate) = 609f125f8138d17b1185760b1a63f3713079f5214fb56c23012229a56d10ac1c12654466c9ad1ecd6b2aff1126d125abfb0a42bd7f669635e5024b962b0cb0af
Size (syn-2.0.32.crate) = 242504 bytes
-BLAKE2s (tetris-tui-0.2.1.crate) = d5d5857a0e0d0e5061c3336caf3116197c646ad7e5f79f32373a6a7a281cb9f9
-SHA512 (tetris-tui-0.2.1.crate) = 2279c51e75382db0600eb716dcf5b7ace872ae540a226ba82cd8aac59dc39f4e6b355dbc3bcff9aa4174b481c13081374cafd9e9443cb3a0aea1c6bca5f2d696
-Size (tetris-tui-0.2.1.crate) = 962352 bytes
+BLAKE2s (tetris-tui-0.2.2.crate) = 6c16318ee399c781688ab3f49ac379185d7d0af5b0f080cd8004a3d0daea5a3c
+SHA512 (tetris-tui-0.2.2.crate) = 03b8da6af83c1f8c0e9d782b7ff2b93139d05b0f5d4dbf7a5c0969508cd7a177cc8fca0aa5241bddf916a3e0ca1723a5b67d8b65604ba3a5acf830bd197d3fa3
+Size (tetris-tui-0.2.2.crate) = 962751 bytes
BLAKE2s (thiserror-1.0.48.crate) = fc2be18ebc84a6647a9592dfe3270c55bfbc9113c2337d281941cdd6aa579411
SHA512 (thiserror-1.0.48.crate) = 078427d19a28f59aaca27f508795cfb06c024b5a34dfc83360c3bec2b8f7abe474706a41fb68732998f154507921beb03dd033f0a6d1dcfcee03b1f2adb8a0b2
Size (thiserror-1.0.48.crate) = 18862 bytes
Index: pkgsrc/games/tetris-tui/cargo-depends.mk
diff -u pkgsrc/games/tetris-tui/cargo-depends.mk:1.4 pkgsrc/games/tetris-tui/cargo-depends.mk:1.5
--- pkgsrc/games/tetris-tui/cargo-depends.mk:1.4 Thu Jan 11 20:44:31 2024
+++ pkgsrc/games/tetris-tui/cargo-depends.mk Fri Jan 12 10:58:55 2024
@@ -1,4 +1,4 @@
-# $NetBSD: cargo-depends.mk,v 1.4 2024/01/11 20:44:31 pin Exp $
+# $NetBSD: cargo-depends.mk,v 1.5 2024/01/12 10:58:55 pin Exp $
CARGO_CRATE_DEPENDS+= ahash-0.8.3
CARGO_CRATE_DEPENDS+= allocator-api2-0.2.16
Home |
Main Index |
Thread Index |
Old Index