This updates yquake2 to last version

Changelog available here
https://github.com/yquake2/yquake2/blob/master/CHANGELOG

I deleted some wantlib due to this line "Removed static dependencies to
libogg, libvorbis and libz." and that port-libs-depend-check wasn't
happy with them in WANTLIB.

PLIST has been updated with update-plist, it's mostly reordering.

Works fine for me

Index: Makefile
===================================================================
RCS file: /data/cvs/ports/games/yquake2/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile    12 Jul 2019 21:02:21 -0000      1.19
+++ Makefile    24 Mar 2020 16:06:43 -0000
@@ -4,25 +4,22 @@ ONLY_FOR_ARCHS=       i386 amd64 sparc64
 
 COMMENT=       Yamagi Quake II
 N=             yquake2
-V=             7.21
+V=             7.43
 PKGNAME=       ${N}-${V}
 DISTNAME=      quake2-${V}
 CATEGORIES=    games
-REVISION=      2
 
-HOMEPAGE=      http://www.yamagi.org/quake2/
+HOMEPAGE=      https://www.yamagi.org/quake2/
 MAINTAINER=    Adam Wolk <aw...@openbsd.org>
-MASTER_SITES=  http://deponie.yamagi.org/quake2/
+MASTER_SITES=  https://deponie.yamagi.org/quake2/
 EXTRACT_SUFX=  .tar.xz
 
 # GPLv2
 PERMIT_PACKAGE=        Yes
 
-WANTLIB += GL SDL2 c m ogg openal pthread vorbis vorbisfile z
+WANTLIB += GL SDL2 c m
 
-LIB_DEPENDS=   audio/libvorbis \
-               audio/openal \
-               devel/sdl2
+LIB_DEPENDS=   devel/sdl2
 
 MAKE_ENV+=     VERBOSE=1
 USE_GMAKE=     Yes
Index: distinfo
===================================================================
RCS file: /data/cvs/ports/games/yquake2/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo    29 Jul 2018 14:06:38 -0000      1.8
+++ distinfo    24 Mar 2020 15:46:52 -0000
@@ -1,2 +1,2 @@
-SHA256 (quake2-7.21.tar.xz) = PnxCi7Kqy8OtqZULnhT8WZ0KBU+e7c2sVaS/9O/vXqU=
-SIZE (quake2-7.21.tar.xz) = 1854928
+SHA256 (quake2-7.43.tar.xz) = kncKVwye61DtMF2DqHKeezTOv3Fm8bijXSPXSicXPxY=
+SIZE (quake2-7.43.tar.xz) = 1989812
Index: pkg/PLIST
===================================================================
RCS file: /data/cvs/ports/games/yquake2/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST   4 Sep 2018 12:46:13 -0000       1.5
+++ pkg/PLIST   24 Mar 2020 16:01:32 -0000
@@ -1,20 +1,21 @@
 @comment $OpenBSD: PLIST,v 1.5 2018/09/04 12:46:13 espie Exp $
 @newgroup _yquake2:779
 @newuser _yquake2:779:_yquake2:daemon:Yamagi Quake II 
Server:/var/yquake2:/sbin/nologin
+@rcscript ${RCDIR}/q2ded
 bin/quake2
-@bin share/yquake2/q2ded
-@bin share/yquake2/quake2
+lib/yquake2/
 share/doc/pkg-readmes/${PKGSTEM}
 share/yquake2/
-share/yquake2/ref_gl1.so
-share/yquake2/ref_gl3.so
 share/yquake2/baseq2/
-share/yquake2/baseq2/game.so
+@so share/yquake2/baseq2/game.so
 @mode 750
 @owner _yquake2
 @group _yquake2
 @sample /var/yquake2/
+@mode
 @owner
 @group
-@mode
-@rcscript ${RCDIR}/q2ded
+@bin share/yquake2/q2ded
+@bin share/yquake2/quake2
+@so share/yquake2/ref_gl1.so
+@so share/yquake2/ref_gl3.so

Reply via email to