Index | Thread | Search

From:
Tom Murphy <openbsd@pertho.net>
Subject:
[Update from Maintainer] Git repository account name change for games/qstat
To:
ports@openbsd.org
Date:
Wed, 26 Feb 2025 14:22:51 +0000

Download raw body.

Thread
Hi,

  The github account for games/qstat changed from 'multiplay' to
'Unity-Technologies'. So including a diff here with a bump in REVISION
since it changes the actual HOMEPAGE (from one github URL to another).

  Version has not changed (still 2.17) and no updates to the DISTFILE,
purely a change in github account.

Thanks,
Tom

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/qstat/Makefile,v
diff -u -p -u -p -r1.16 Makefile
--- Makefile	29 Aug 2022 12:05:09 -0000	1.16
+++ Makefile	26 Feb 2025 14:17:49 -0000
@@ -1,9 +1,9 @@
 COMMENT=	displays the status of multi-player Internet Game servers
 
-GH_ACCOUNT=	multiplay
+GH_ACCOUNT=	Unity-Technologies
 GH_PROJECT=	qstat
 GH_TAGNAME=	v2.17
-REVISION=	0
+REVISION=	1
 
 CATEGORIES=	games
 MAINTAINER=	Tom Murphy <openbsd@pertho.net>