Skip to content

Instantly share code, notes, and snippets.

@mulander
Created September 22, 2018 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mulander/a749cb99590619748c141161c830dbeb to your computer and use it in GitHub Desktop.
Save mulander/a749cb99590619748c141161c830dbeb to your computer and use it in GitHub Desktop.
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/yquake2/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile 4 Sep 2018 12:46:13 -0000 1.17
+++ Makefile 22 Sep 2018 13:32:18 -0000
@@ -4,11 +4,10 @@ ONLY_FOR_ARCHS= i386 amd64 sparc64
COMMENT= Yamagi Quake II
N= yquake2
-V= 7.21
+V= 7.30
PKGNAME= ${N}-${V}
DISTNAME= quake2-${V}
CATEGORIES= games
-REVISION= 1
HOMEPAGE= http://www.yamagi.org/quake2/
MAINTAINER= Adam Wolk <awolk@openbsd.org>
@@ -40,6 +39,8 @@ do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/release/ref_gl1.so \
${PREFIX}/share/${N}/
${INSTALL_PROGRAM} ${WRKBUILD}/release/ref_gl3.so \
+ ${PREFIX}/share/${N}/
+ ${INSTALL_PROGRAM} ${WRKBUILD}/release/ref_soft.so \
${PREFIX}/share/${N}/
${SUBST_CMD} -m 555 -c ${FILESDIR}/quake2.sh ${WRKSRC}/quake2
${INSTALL_SCRIPT} ${WRKSRC}/quake2 ${PREFIX}/bin/
Index: distinfo
===================================================================
RCS file: /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 22 Sep 2018 13:32:18 -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.30.tar.xz) = 8nttEQwl/u4Yu+m0FKFDtShIMnFBsiNJ18TvH6Rqe78=
+SIZE (quake2-7.30.tar.xz) = 1939836
Index: pkg/PLIST
===================================================================
RCS file: /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 22 Sep 2018 13:32:18 -0000
@@ -8,6 +8,7 @@ share/doc/pkg-readmes/${PKGSTEM}
share/yquake2/
share/yquake2/ref_gl1.so
share/yquake2/ref_gl3.so
+share/yquake2/ref_soft.so
share/yquake2/baseq2/
share/yquake2/baseq2/game.so
@mode 750
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment