svn commit: r554401 - in branches/2020Q4/games/vkquake: . files

Jan Beich jbeich at FreeBSD.org
Sat Nov 7 15:50:33 UTC 2020


Author: jbeich
Date: Sat Nov  7 15:50:32 2020
New Revision: 554401
URL: https://svnweb.freebsd.org/changeset/ports/554401

Log:
  MFH: r554399
  
  games/vkquake: don't try to open Steam urls
  
  PR:		250387
  Submitted by:	Alex S
  Approved by:	Greg V (maintainer)
  Approved by:	ports-secteam blanket (reliability fix)

Modified:
  branches/2020Q4/games/vkquake/Makefile
  branches/2020Q4/games/vkquake/files/vkquake.desktop
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/games/vkquake/Makefile
==============================================================================
--- branches/2020Q4/games/vkquake/Makefile	Sat Nov  7 15:49:38 2020	(r554400)
+++ branches/2020Q4/games/vkquake/Makefile	Sat Nov  7 15:50:32 2020	(r554401)
@@ -2,6 +2,7 @@
 
 PORTNAME=	vkquake
 DISTVERSION=	1.03.0
+PORTREVISION=	1
 CATEGORIES=	games
 
 MAINTAINER=	greg at unrelenting.technology

Modified: branches/2020Q4/games/vkquake/files/vkquake.desktop
==============================================================================
--- branches/2020Q4/games/vkquake/files/vkquake.desktop	Sat Nov  7 15:49:38 2020	(r554400)
+++ branches/2020Q4/games/vkquake/files/vkquake.desktop	Sat Nov  7 15:50:32 2020	(r554401)
@@ -7,5 +7,4 @@ Icon=vkquake
 Terminal=false
 Type=Application
 Categories=Game;
-MimeType=x-scheme-handler/steam;
 Keywords=quake;game;First-Person-Shooter;


More information about the svn-ports-all mailing list