Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jan 2023 18:07:42 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1073faaddc64 - main - games/dMagnetic: Update to 0.35
Message-ID:  <202301261807.30QI7g4U062982@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1073faaddc64142789d9da166c34b9fbc05ea3d0

commit 1073faaddc64142789d9da166c34b9fbc05ea3d0
Author:     Thomas Dettbarn <dettus@dettus.net>
AuthorDate: 2023-01-25 06:48:54 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-01-26 18:03:25 +0000

    games/dMagnetic: Update to 0.35
    
    ChangeLog: https://dettus.net/dMagnetic/
    
    Lots of cleanup. The memory consumption was reduced and the interface between
    the frontend and the engine has gotten cleaner. Oh, and there is a more stable
    savegame for Atari and Apple available.
    
    PR:             269139
    Reported by:    dettus@dettus.net (maintainer)
---
 games/dMagnetic/Makefile  | 7 ++++---
 games/dMagnetic/distinfo  | 6 +++---
 games/dMagnetic/pkg-plist | 2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/games/dMagnetic/Makefile b/games/dMagnetic/Makefile
index e3a5b2c3a769..605bf01d1b1b 100644
--- a/games/dMagnetic/Makefile
+++ b/games/dMagnetic/Makefile
@@ -1,8 +1,8 @@
 PORTNAME=	dMagnetic
-PORTVERSION=	0.34
+DISTVERSION=	0.35
 CATEGORIES=	games
 MASTER_SITES=	https://www.dettus.net/dMagnetic/
-DISTNAME=	${PORTNAME}_${PORTVERSION}
+DISTNAME=	${PORTNAME}_${DISTVERSION}
 
 MAINTAINER=	dettus@dettus.net
 COMMENT=	Magnetic Scrolls Interpreter
@@ -13,12 +13,13 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		tar:bz2
 
+TEST_ENV=	SHA256_CMD=sha256
 TEST_TARGET=	check
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/dMagnetic.6 ${STAGEDIR}${MANPREFIX}/man/man6
 	${INSTALL_MAN} ${WRKSRC}/dMagneticini.5 ${STAGEDIR}${MANPREFIX}/man/man5
+	${INSTALL_MAN} ${WRKSRC}/dMagnetic.6 ${STAGEDIR}${MANPREFIX}/man/man6
 	${MKDIR} ${STAGEDIR}/${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/dMagnetic.ini ${STAGEDIR}/${DATADIR}
 	${MKDIR} ${STAGEDIR}/${DOCSDIR}
diff --git a/games/dMagnetic/distinfo b/games/dMagnetic/distinfo
index adfd374b01e4..36ce9fcdc550 100644
--- a/games/dMagnetic/distinfo
+++ b/games/dMagnetic/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1651012387
-SHA256 (dMagnetic_0.34.tar.bz2) = 570b1beb7111874cfbb54fc71868dccc732bc3235b9e5df586d93a4ff2b8e897
-SIZE (dMagnetic_0.34.tar.bz2) = 90775
+TIMESTAMP = 1674594944
+SHA256 (dMagnetic_0.35.tar.bz2) = 6eae21439aba07deed1bdb1c28beceada169c7bcf32cf9cdd860c751b3b4a79f
+SIZE (dMagnetic_0.35.tar.bz2) = 92233
diff --git a/games/dMagnetic/pkg-plist b/games/dMagnetic/pkg-plist
index 79488ba75ab7..fd4d65f8da29 100644
--- a/games/dMagnetic/pkg-plist
+++ b/games/dMagnetic/pkg-plist
@@ -1,5 +1,5 @@
 bin/dMagnetic
-man/man6/dMagnetic.6.gz
 man/man5/dMagneticini.5.gz
+man/man6/dMagnetic.6.gz
 %%DATADIR%%/dMagnetic.ini
 %%DOCSDIR%%/README.txt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301261807.30QI7g4U062982>