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:           Thu Jun 24 07:28:54 UTC 2021

Modified Files:
        pkgsrc/games/dMagnetic: Makefile PLIST distinfo

Log Message:
dMagnetic: update to 0.31.

  * New input formats: NIB and 2MG
  * Improved Sixel mode
  * New -dumpmag and -dumpgfx command line parameters
  * Moved the manpage to section 6 (games)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/games/dMagnetic/Makefile \
    pkgsrc/games/dMagnetic/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/dMagnetic/PLIST

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.9 pkgsrc/games/dMagnetic/Makefile:1.10
--- pkgsrc/games/dMagnetic/Makefile:1.9 Sun Jan 31 14:26:17 2021
+++ pkgsrc/games/dMagnetic/Makefile     Thu Jun 24 07:28:54 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2021/01/31 14:26:17 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2021/06/24 07:28:54 wiz Exp $
 
-DISTNAME=              dMagnetic_0.30
+DISTNAME=              dMagnetic_0.31
 PKGNAME=               ${DISTNAME:S/_/-/}
 CATEGORIES=            games
 MASTER_SITES=          https://www.dettus.net/dMagnetic/
@@ -11,15 +11,14 @@ HOMEPAGE=           https://www.dettus.net/dMagne
 COMMENT=               Magnetic Scrolls Interpreter
 LICENSE=               2-clause-bsd
 
-INSTALLATION_DIRS=     bin share/doc/dMagnetic ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
+INSTALLATION_DIRS=     bin share/doc/dMagnetic ${PKGMANDIR}/man5 ${PKGMANDIR}/man6
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/dMagnetic ${DESTDIR}${PREFIX}/bin
        ${INSTALL_DATA} ${WRKSRC}/README.txt ${DESTDIR}${PREFIX}/share/doc/dMagnetic
        ${INSTALL_DATA} ${WRKSRC}/dMagnetic.ini ${DESTDIR}${PREFIX}/share/doc/dMagnetic
-       ${INSTALL_MAN} ${WRKSRC}/dMagnetic.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
        ${INSTALL_MAN} ${WRKSRC}/dMagneticini.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
-
+       ${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.
Index: pkgsrc/games/dMagnetic/distinfo
diff -u pkgsrc/games/dMagnetic/distinfo:1.9 pkgsrc/games/dMagnetic/distinfo:1.10
--- pkgsrc/games/dMagnetic/distinfo:1.9 Sun Jan 31 14:26:17 2021
+++ pkgsrc/games/dMagnetic/distinfo     Thu Jun 24 07:28:54 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2021/01/31 14:26:17 wiz Exp $
+$NetBSD: distinfo,v 1.10 2021/06/24 07:28:54 wiz Exp $
 
-SHA1 (dMagnetic_0.30.tar.bz2) = 7bc42731669bcc720793c0aab2048341a62a4b75
-RMD160 (dMagnetic_0.30.tar.bz2) = f4a92241a1e2ca13479da53987613ae14107a5c5
-SHA512 (dMagnetic_0.30.tar.bz2) = f903f352285476a3de67703220ea0c9cdb2ce3ef1fd73f7f9808eba13e39ae531426acf76424d2f9503ba387b7ac24e0b0959969ed99ba8c553c4f1c43a0a4da
-Size (dMagnetic_0.30.tar.bz2) = 82369 bytes
+SHA1 (dMagnetic_0.31.tar.bz2) = fb1649d3a9b6eeb95d21941f0182a5fa811d8005
+RMD160 (dMagnetic_0.31.tar.bz2) = 6534242cf054240403ba992d5e0fdb6db035cabb
+SHA512 (dMagnetic_0.31.tar.bz2) = 05917e363d90a6dd7a8570e7e8ec1c96f91539ceb08fc065672437322e10d14bce1a335684e0d518f188d91d90ea40e383077265da871f429fe0df7a85b42efa
+Size (dMagnetic_0.31.tar.bz2) = 87440 bytes

Index: pkgsrc/games/dMagnetic/PLIST
diff -u pkgsrc/games/dMagnetic/PLIST:1.1 pkgsrc/games/dMagnetic/PLIST:1.2
--- pkgsrc/games/dMagnetic/PLIST:1.1    Mon Feb 17 10:43:43 2020
+++ pkgsrc/games/dMagnetic/PLIST        Thu Jun 24 07:28:54 2021
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2020/02/17 10:43:43 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/06/24 07:28:54 wiz Exp $
 bin/dMagnetic
-man/man1/dMagnetic.1
 man/man5/dMagneticini.5
+man/man6/dMagnetic.6
 share/doc/dMagnetic/README.txt
 share/doc/dMagnetic/dMagnetic.ini



Home | Main Index | Thread Index | Old Index