pkgsrc-Bugs archive

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

pkg/55518: games/dMagnetic: Update to 0.25



>Number:         55518
>Category:       pkg
>Synopsis:       games/dMagnetic: Update to 0.25
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Jul 26 16:30:00 +0000 2020
>Originator:     Thomas Dettbarn
>Release:        Every single one
>Organization:
>Environment:
OpenBSD waffeleisen.deep.space 6.7 GENERIC.MP#182 amd64

>Description:
Hello.

My wonderful project games/dMagnetic saw release 0.25. Now it is possible to play classic text adventures from Magnetic Scrolls. Even the Commodore 64 releases. 
Which gives the game its very own, distinct aesthetics.


Anyways, I took the liberty of updating the pkgsrc Makefile and distinfo.

I attached it as a "fix", hopefully, it will get to you in one piece. 

Enjoy!

>How-To-Repeat:

>Fix:
; cat pkgsrc_games_dMagnetic_0.24_to_0.25.patch 
Only in a/games/dMagnetic: CVS
diff -u a/games/dMagnetic/Makefile b/games/dMagnetic/Makefile
--- a/games/dMagnetic/Makefile	Sun Jul 26 18:25:09 2020
+++ b/games/dMagnetic/Makefile	Sun Jul 26 18:25:09 2020
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.3 2020/07/13 09:49:09 wiz Exp $
 
-DISTNAME=		dMagnetic_0.24
+DISTNAME=		dMagnetic_0.25
 PKGNAME=		${DISTNAME:S/_/-/}
 CATEGORIES=		games
 MASTER_SITES=		https://www.dettus.net/dMagnetic/
@@ -25,6 +25,6 @@
 ## for this, the md5sum is being compared.
 ## dMagnetic has several output modes, each one of them is tested.
 do-test:
-	cd ${WRKSRC} && ${MAKE} SHA256_CMD=sha256 do-test
+	cd ${WRKSRC} && ${MAKE} SHA256_CMD=sha256 check
 
 .include "../../mk/bsd.pkg.mk"
diff -u a/games/dMagnetic/distinfo b/games/dMagnetic/distinfo
--- a/games/dMagnetic/distinfo	Sun Jul 26 18:25:09 2020
+++ b/games/dMagnetic/distinfo	Sun Jul 26 18:25:09 2020
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.3 2020/07/13 09:49:09 wiz Exp $
 
-SHA1 (dMagnetic_0.24.tar.bz2) = ae6334141a3cd4496824e8a9bb3dcb35c91a6009
-RMD160 (dMagnetic_0.24.tar.bz2) = 594f7d5af76e36b66a9b638b13861baa9de990e2
-SHA512 (dMagnetic_0.24.tar.bz2) = d5e575d132105586613be783a82527efd6719b580ae244ae1676191d50016379b9e2d5f0112c54d8d81e7b66c9f3faf2692e6f394dbf5b44bdea2a95cd049560
-Size (dMagnetic_0.24.tar.bz2) = 66358 bytes
+SHA1 (dMagnetic_0.25.tar.bz2) = 22680e692fe8a178c4dbd8ac5403c7323e31c0cd
+RMD160 (dMagnetic_0.25.tar.bz2) = 95e976b3bce67cebcd0bc5b96f195c6322076214
+SHA512 (dMagnetic_0.25.tar.bz2) = ea340630d2bbd1c875b79ec98d0205a1abde9ab0f1842651d0b7becf219e10baf8ce82b63e98b05a186e4a987688b2ca373472a078a7fe6b424d676ed041663a
+Size (dMagnetic_0.25.tar.bz2) = 68283 bytes
Only in b/games/dMagnetic: patches


Home | Main Index | Thread Index | Old Index