Hi,

  Minor version update of games/quakespasm. Compiles and runs great on
  my amd64 system. I took 'pthread' out of WANTLIB because it shows up
  as an 'Extra'.

  OK?

  Thanks,
  Tom


Index: Makefile
===================================================================
RCS file: /cvs/ports/games/quakespasm/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile    6 Sep 2021 01:08:31 -0000       1.12
+++ Makefile    27 Nov 2021 12:57:40 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       SDL Quake port
 CATEGORIES=    games
-DISTNAME=      quakespasm-0.94.1
+DISTNAME=      quakespasm-0.94.2
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=quakespasm/}
 HOMEPAGE=      http://quakespasm.sourceforge.net
 
@@ -11,7 +11,7 @@ MAINTAINER=   Jonathan Gray <jsg@openbsd.o
 # GPLv2
 PERMIT_PACKAGE=        Yes
 
-WANTLIB += GL SDL2 c m mad ogg pthread vorbis vorbisfile
+WANTLIB += GL SDL2 c m mad ogg vorbis vorbisfile
 
 LIB_DEPENDS=   audio/libmad \
                audio/libvorbis \
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/quakespasm/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo    6 Sep 2021 01:08:31 -0000       1.8
+++ distinfo    27 Nov 2021 12:57:40 -0000
@@ -1,2 +1,2 @@
-SHA256 (quakespasm-0.94.1.tar.gz) = 
VzJZOUesLGVgorwh92bH2Speunb3AZn69XLGMfW++aU=
-SIZE (quakespasm-0.94.1.tar.gz) = 9900452
+SHA256 (quakespasm-0.94.2.tar.gz) = 
wIgtoJVZH14EKcVNqZdwV3a5jORptYkVMTW1UmvaHyo=
+SIZE (quakespasm-0.94.2.tar.gz) = 9896037

Reply via email to