pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/dMagnetic



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 24 23:49:46 UTC 2023

Modified Files:
        pkgsrc/games/dMagnetic: Makefile distinfo

Log Message:
dMagnetic: update to 0.35.

Provided by Thomas Dettbarn in private email.

* Minor bugfixes
* Reduced memory consumption
* New default format for savegames
* Better looking ANSI and ASCII output
* Much cleaner sourcecode


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/games/dMagnetic/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/games/dMagnetic/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/dMagnetic/Makefile
diff -u pkgsrc/games/dMagnetic/Makefile:1.13 pkgsrc/games/dMagnetic/Makefile:1.14
--- pkgsrc/games/dMagnetic/Makefile:1.13        Wed Apr 27 08:41:03 2022
+++ pkgsrc/games/dMagnetic/Makefile     Tue Jan 24 23:49:46 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2022/04/27 08:41:03 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2023/01/24 23:49:46 wiz Exp $
 
-DISTNAME=              dMagnetic_0.34
+DISTNAME=              dMagnetic_0.35
 PKGNAME=               ${DISTNAME:S/_/-/}
 CATEGORIES=            games
 MASTER_SITES=          https://www.dettus.net/dMagnetic/
@@ -21,7 +21,7 @@ do-install:
        ${INSTALL_MAN} ${WRKSRC}/dMagnetic.6 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6
 
 ## The idea of this test is to check if the output is the expected one.
-## for this, the md5sum is being compared.
+## for this, the sha256sum is being compared.
 ## dMagnetic has several output modes, each one of them is tested.
 do-test:
        cd ${WRKSRC} && ${MAKE} SHA256_CMD=sha256 check

Index: pkgsrc/games/dMagnetic/distinfo
diff -u pkgsrc/games/dMagnetic/distinfo:1.15 pkgsrc/games/dMagnetic/distinfo:1.16
--- pkgsrc/games/dMagnetic/distinfo:1.15        Wed Apr 27 08:41:03 2022
+++ pkgsrc/games/dMagnetic/distinfo     Tue Jan 24 23:49:46 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/04/27 08:41:03 wiz Exp $
+$NetBSD: distinfo,v 1.16 2023/01/24 23:49:46 wiz Exp $
 
-BLAKE2s (dMagnetic_0.34.tar.bz2) = 8e218094816e501c670ce4263a9471f1aae6f7c5a0273c4cf33d82e7327b34a6
-SHA512 (dMagnetic_0.34.tar.bz2) = 01f0b422b58f641220fa9597d90f6874f42f3d4419111f1b22c78cffe8312b0b21cac860449442355f1d367912c1426d51af2e011ee987f532db08f57b29dc48
-Size (dMagnetic_0.34.tar.bz2) = 90775 bytes
+BLAKE2s (dMagnetic_0.35.tar.bz2) = 915a504d8b3e76dc03f3e974f8695f0cda9bcec2d15653acd09eaa51d26fbdb6
+SHA512 (dMagnetic_0.35.tar.bz2) = f9fdcafce7e578288f022fee3c06ed529ea7f54592845bce851cd67be0d73fd5d3ad04d167d4266946417223ae1d5b2ef17fea42f8030d3cb8aaae14f95bc00a
+Size (dMagnetic_0.35.tar.bz2) = 92233 bytes



Home | Main Index | Thread Index | Old Index