Index | Thread | Search

From:
Tom Murphy <openbsd@pertho.net>
Subject:
Maintainer Update: games/yquake2
To:
ports@openbsd.org
Date:
Thu, 3 Oct 2024 21:56:10 +0100

Download raw body.

Thread
  • Tom Murphy:

    Maintainer Update: games/yquake2

Hi,

  Here is an update for games/yquake2 from v8.30 to v8.41.
Changelog can be found at:
https://github.com/yquake2/yquake2/blob/QUAKE2_8_41/CHANGELOG

  Some slight changes with the libraries; curl and openal are
now dlopen()'d and the Makefile has been updated with a note
saying so (despite the extra: output in make port-lib-depends-check)

  Thanks,
  Tom

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/yquake2/Makefile,v
diff -u -p -r1.30 Makefile
--- Makefile	2 May 2024 18:44:57 -0000	1.30
+++ Makefile	19 Sep 2024 12:58:59 -0000
@@ -1,6 +1,6 @@
 COMMENT=	Yamagi Quake II
 N=		yquake2
-V=		8.30
+V=		8.41
 PKGNAME=	${N}-${V}
 DISTNAME=	quake2-${V}
 CATEGORIES=	games
@@ -16,6 +16,7 @@ PERMIT_PACKAGE=	Yes
 COMPILER=	base-clang ports-gcc
 COMPILER_LANGS=	c
 
+# curl and openal are dlopen()'d
 WANTLIB += GL SDL2 c curl execinfo m openal
 
 # Libraries loaded with dlopen(3)
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/yquake2/distinfo,v
diff -u -p -r1.12 distinfo
--- distinfo	2 May 2024 18:44:57 -0000	1.12
+++ distinfo	19 Sep 2024 12:58:59 -0000
@@ -1,2 +1,2 @@
-SHA256 (quake2-8.30.tar.xz) = 4tlWOtgm/TflgHjxXbrpi71IOUnymwl9BKgxVrwQm4Y=
-SIZE (quake2-8.30.tar.xz) = 2165532
+SHA256 (quake2-8.41.tar.xz) = 7bN+BjSVPRa04POjFS5N3Al9719gYWKTkq2QoaeFMJ4=
+SIZE (quake2-8.41.tar.xz) = 2161200