oh shoot...sorry!
I will take better care next time. Sorry about that! Thank you for giving
me the opportunity to publish my awesome project within your ports tree!
Thomas

  Stuart Henderson < s...@spacehopper.org> hat am 27. Dezember 2019 um
  23:16 geschrieben:

  On 2019/12/27 21:15, dettus wrote:

    Hello.

    Today is the day where I released dMagnetic 0.19. It is now
    possible to run the original MS-DOS binaries natively on the
    Interpreter, including the much better looking graphics.
    Additionally, the random number generator was given an overhaul,
    which allows for a completely different experience whilst
    playing. (If desired)

    A more detailed description (including new screenshots) can be
    found on my website, please go to
    http://www.dettus.net/dMagnetic/ to check it out.


    Attached to this email is the patch that needs to be applied to
    the games/dmagnetic directory in the ports tree of OpenBSD.

    --- Makefile.orig 2019-12-27 21:03:36.953568996 +0100 +++
    Makefile 2019-12-27 21:03:36.957569030 +0100 @@ -1,4 +1,4 @@ -#
    $OpenBSD: Makefile,v 1.5 2019/11/13 06:34:01 rsadowski Exp $ +#
    $OpenBSD$
    V = 0.18 COMMENT = interpreter for Magnetic Scrolls games ---
    distinfo.orig 2019-12-27 21:03:36.953568996 +0100 +++ distinfo
    2019-12-27 21:03:36.957569030 +0100 @@ -1,2 +1,2 @@ -SHA256
    (dMagnetic_0.18.tar.gz) =
    527cd6dd9140a3ff01c29545f74be140d146b8207bafbccca54a36cb79c3610f
    -SIZE (dMagnetic_0.18.tar.gz) = 61210 +SHA256
    (dMagnetic_0.19.tar.bz2) =
    7a57aa1e0dffa6b433bf5d4f33c4aefc01268a9f2680b2c319c102e2e6275fda
    +SIZE (dMagnetic_0.19.tar.bz2) = 61096


  Thanks Thomas - diff is missing Makefile changes (and we normally use
  a base64 sha256's in distinfo, I missed that before :-) so I will
  commit this instead:

  Index: Makefile
  ===================================================================
  RCS file: /cvs/ports/games/dmagnetic/Makefile,v retrieving revision
  1.5 diff -u -p -r1.5 Makefile --- Makefile 13 Nov 2019 06:34:01 -0000
  1.5 +++ Makefile 27 Dec 2019 22:05:51 -0000 @@ -1,9 +1,12 @@ #
  $OpenBSD: Makefile,v 1.5 2019/11/13 06:34:01 rsadowski Exp $
  -V = 0.18 COMMENT = interpreter for Magnetic Scrolls games + +V =
  0.19 DISTNAME = dMagnetic_${V} PKGNAME = dmagnetic-${V} +EXTRACT_SUFX
  = .tar.bz2 + CATEGORIES = games
  HOMEPAGE = https://www.dettus.net/dMagnetic/ Index: distinfo
  ===================================================================
  RCS file: /cvs/ports/games/dmagnetic/distinfo,v retrieving revision
  1.4 diff -u -p -r1.4 distinfo --- distinfo 13 Nov 2019 06:34:01 -0000
  1.4 +++ distinfo 27 Dec 2019 22:05:51 -0000 @@ -1,2 +1,2 @@ -SHA256
  (dMagnetic_0.18.tar.gz) =
  527cd6dd9140a3ff01c29545f74be140d146b8207bafbccca54a36cb79c3610f
  -SIZE (dMagnetic_0.18.tar.gz) = 61210 +SHA256
  (dMagnetic_0.19.tar.bz2) =
  eleqHg3/prQzv11PM8Su/AEmip8mgLLDGcEC4uYnX9o= +SIZE
  (dMagnetic_0.19.tar.bz2) = 61096

Reply via email to