Date: Thu, 24 Jun 2021 17:30:09 GMT From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1257a3895d43 - main - games/dMagnetic: Update to 0.31 Message-ID: <202106241730.15OHU9AN062918@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=1257a3895d43e8a3a488ff38b8915b74d54ca1f5 commit 1257a3895d43e8a3a488ff38b8915b74d54ca1f5 Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2021-06-24 08:27:59 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2021-06-24 17:25:45 +0000 games/dMagnetic: Update to 0.31 From ChangeLog: https://www.dettus.net/dMagnetic * New input formats: NIB and 2MG * Improved Sixel mode * New -dumpmag and -dumpgfx command line parameters * Moved the manpage to section 6 (games) PR: 256798 Reported by: dettus@dettus.net --- games/dMagnetic/Makefile | 4 ++-- games/dMagnetic/distinfo | 6 +++--- games/dMagnetic/pkg-plist | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/games/dMagnetic/Makefile b/games/dMagnetic/Makefile index 2b9b0eed3c79..257369423e9a 100644 --- a/games/dMagnetic/Makefile +++ b/games/dMagnetic/Makefile @@ -1,5 +1,5 @@ PORTNAME= dMagnetic -PORTVERSION= 0.30 +PORTVERSION= 0.31 CATEGORIES= games MASTER_SITES= https://www.dettus.net/dMagnetic/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -16,7 +16,7 @@ TEST_TARGET= check do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/dMagnetic.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/dMagnetic.6 ${STAGEDIR}${MANPREFIX}/man/man6 ${INSTALL_MAN} ${WRKSRC}/dMagneticini.5 ${STAGEDIR}${MANPREFIX}/man/man5 ${MKDIR} ${STAGEDIR}/${DATADIR} ${INSTALL_DATA} ${WRKSRC}/dMagnetic.ini ${STAGEDIR}/${DATADIR} diff --git a/games/dMagnetic/distinfo b/games/dMagnetic/distinfo index 6af1ea769adc..919a7a0c9bb4 100644 --- a/games/dMagnetic/distinfo +++ b/games/dMagnetic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612100850 -SHA256 (dMagnetic_0.30.tar.bz2) = 9eb825290495150b8ae4eeb0ff04aba724c1fd8f6052b0c4cb90865787f922be -SIZE (dMagnetic_0.30.tar.bz2) = 82369 +TIMESTAMP = 1624483080 +SHA256 (dMagnetic_0.31.tar.bz2) = 1a0356f04d3a5e252225b0fd38b9047957f292f67338ba83579958b46f184139 +SIZE (dMagnetic_0.31.tar.bz2) = 87440 diff --git a/games/dMagnetic/pkg-plist b/games/dMagnetic/pkg-plist index 9ca1110aeb36..79488ba75ab7 100644 --- a/games/dMagnetic/pkg-plist +++ b/games/dMagnetic/pkg-plist @@ -1,5 +1,5 @@ bin/dMagnetic -man/man1/dMagnetic.1.gz +man/man6/dMagnetic.6.gz man/man5/dMagneticini.5.gz %%DATADIR%%/dMagnetic.ini %%DOCSDIR%%/README.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106241730.15OHU9AN062918>