games/dMagnetic: Udate to 0.34

2022-04-26 Thread Thomas Dettbarn

Hello guys.

Once again, this is for the ports tree of the 7.2 release.
A user pointed out a bug in my release 0.33, so I fixed it.

Please find the patch attached to this email.


From the Debian release, here is my changelog for this release:


dmagnetic (0.34-1) unstable; urgency=medium

  * Minor bugfixes
  * Slightly updated documentation
  * Popular feature "-nodoc" had an issue with saved games.

 -- Thomas Dettbarn   Wed, 27 Apr 2022 00:33:07 +0200

Unfortunately, I did not save the changelog for the 0.33 release, but
its only entry (other than the Minor bugfixes) was

 * New feature "-nodoc" for players without a manual

Thomas
diff --git a/games/dmagnetic/Makefile b/games/dmagnetic/Makefile
index b4b3f917e70..4f48d658917 100644
--- a/games/dmagnetic/Makefile
+++ b/games/dmagnetic/Makefile
@@ -1,4 +1,6 @@
-V =0.33
+# $OpenBSD: Makefile,v 1.18 2021/06/23 22:36:56 sthen Exp $
+
+V =0.34
 COMMENT =  interpreter for Magnetic Scrolls games
 DISTNAME = dMagnetic_${V}
 PKGNAME =  dmagnetic-${V}
diff --git a/games/dmagnetic/distinfo b/games/dmagnetic/distinfo
index 922538889a9..863d971fe55 100644
--- a/games/dmagnetic/distinfo
+++ b/games/dmagnetic/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dMagnetic_0.33.tar.bz2) = QZmWbyFGZ8eMcTO4sMk/9LjGXI39sv+Uh6CzsXJq8hI=
-SIZE (dMagnetic_0.33.tar.bz2) = 90675
+SHA256 (dMagnetic_0.34.tar.bz2) = Vwsb63ERh0z7tU/HGGjczHMrwyNbnl31htk6T/K46Jc=
+SIZE (dMagnetic_0.34.tar.bz2) = 90775
diff --git a/games/dmagnetic/pkg/PLIST b/games/dmagnetic/pkg/PLIST
index 9683640aed5..fe9b1cb21eb 100644
--- a/games/dmagnetic/pkg/PLIST
+++ b/games/dmagnetic/pkg/PLIST
@@ -1,3 +1,4 @@
+@comment $OpenBSD: PLIST,v 1.2 2021/06/23 22:36:56 sthen Exp $
 @bin bin/dMagnetic
 @man man/man5/dMagneticini.5
 @man man/man6/dMagnetic.6


Re: games/dMagnetic: Udate to 0.34

2022-04-26 Thread Thomas Dettbarn

Hello once again.

My sincere apologies. I just realized that my patch
(once again) is creating the old comment with the version number.

Since you guys moved the repository to git, this is superfluous.

I changed my patch-generation script, it SHOULD not be in the next release.


Thomas

On 4/27/22 00:39, Thomas Dettbarn wrote:

Hello guys.

Once again, this is for the ports tree of the 7.2 release.
A user pointed out a bug in my release 0.33, so I fixed it.

Please find the patch attached to this email.


From the Debian release, here is my changelog for this release:


dmagnetic (0.34-1) unstable; urgency=medium

  * Minor bugfixes
  * Slightly updated documentation
  * Popular feature "-nodoc" had an issue with saved games.

 -- Thomas Dettbarn   Wed, 27 Apr 2022 00:33:07 +0200

Unfortunately, I did not save the changelog for the 0.33 release, but
its only entry (other than the Minor bugfixes) was

 * New feature "-nodoc" for players without a manual

Thomas