From nobody Sun Nov 21 18:39:46 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 8500A18A6F7C; Sun, 21 Nov 2021 18:39:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hxzhz1yl0z3lb9; Sun, 21 Nov 2021 18:39:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1706614612; Sun, 21 Nov 2021 18:39:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1ALIdkTr001787; Sun, 21 Nov 2021 18:39:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1ALIdki5001786; Sun, 21 Nov 2021 18:39:46 GMT (envelope-from git) Date: Sun, 21 Nov 2021 18:39:46 GMT Message-Id: <202111211839.1ALIdki5001786@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: 76c32b8d6b0b - main - games/linux-unigine-{heaven,valley}: move to a more appropriate category List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 76c32b8d6b0b8bb00c3feaba7cc1efbb633b7153 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=76c32b8d6b0b8bb00c3feaba7cc1efbb633b7153 commit 76c32b8d6b0b8bb00c3feaba7cc1efbb633b7153 Author: Alexey Dokuchaev AuthorDate: 2021-11-21 18:38:08 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-11-21 18:38:09 +0000 games/linux-unigine-{heaven,valley}: move to a more appropriate category These programs are techno-demos that can only be used as benchmarks, not as actually playable games. --- MOVED | 2 ++ benchmarks/Makefile | 2 ++ {games => benchmarks}/linux-unigine-heaven/Makefile | 2 +- {games => benchmarks}/linux-unigine-heaven/distinfo | 0 {games => benchmarks}/linux-unigine-heaven/pkg-descr | 0 {games => benchmarks}/linux-unigine-heaven/pkg-plist | 0 {games => benchmarks}/linux-unigine-valley/Makefile | 2 +- {games => benchmarks}/linux-unigine-valley/distinfo | 1 + {games => benchmarks}/linux-unigine-valley/pkg-descr | 0 {games => benchmarks}/linux-unigine-valley/pkg-license | 0 {games => benchmarks}/linux-unigine-valley/pkg-plist | 0 games/Makefile | 2 -- 12 files changed, 7 insertions(+), 4 deletions(-) diff --git a/MOVED b/MOVED index 440a5d09fa96..8e6fa9c94214 100644 --- a/MOVED +++ b/MOVED @@ -16602,3 +16602,5 @@ emulators/i386-wine||2021-11-19|Removed: obsolete, emulators/wine provides i386 net-im/twitmail||2021-11-19|Not functional anymore sysutils/cfengine315||2021-11-21|Has expired: Expire one year after cfengine 3.17.0 released sysutils/cfengine-masterfiles315||2021-11-21|Has expired: Expire one year after cfengine 3.17.0 released +games/linux-unigine-heaven|benchmarks/linux-unigine-heaven|2021-11-21|Moved to a more appropriate category +games/linux-unigine-valley|benchmarks/linux-unigine-valley|2021-11-21|Moved to a more appropriate category diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 8663de39dd89..1c2dc63ad114 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -40,8 +40,10 @@ SUBDIR += libcelero SUBDIR += libmicro SUBDIR += linux-gputest + SUBDIR += linux-unigine-heaven SUBDIR += linux-unigine-sanctuary SUBDIR += linux-unigine-tropics + SUBDIR += linux-unigine-valley SUBDIR += linux-vdbench SUBDIR += lmbench SUBDIR += lzbench diff --git a/games/linux-unigine-heaven/Makefile b/benchmarks/linux-unigine-heaven/Makefile similarity index 97% rename from games/linux-unigine-heaven/Makefile rename to benchmarks/linux-unigine-heaven/Makefile index d2b9f0fa233f..b46236bd1ddc 100644 --- a/games/linux-unigine-heaven/Makefile +++ b/benchmarks/linux-unigine-heaven/Makefile @@ -3,7 +3,7 @@ PORTNAME= unigine-heaven PORTVERSION= 4.0 PORTREVISION= 3 -CATEGORIES= games benchmarks linux +CATEGORIES= benchmarks linux MASTER_SITES= https://assets.unigine.com/d/ PKGNAMEPREFIX= linux- DISTNAME= Unigine_Heaven-${PORTVERSION} diff --git a/games/linux-unigine-heaven/distinfo b/benchmarks/linux-unigine-heaven/distinfo similarity index 100% rename from games/linux-unigine-heaven/distinfo rename to benchmarks/linux-unigine-heaven/distinfo diff --git a/games/linux-unigine-heaven/pkg-descr b/benchmarks/linux-unigine-heaven/pkg-descr similarity index 100% rename from games/linux-unigine-heaven/pkg-descr rename to benchmarks/linux-unigine-heaven/pkg-descr diff --git a/games/linux-unigine-heaven/pkg-plist b/benchmarks/linux-unigine-heaven/pkg-plist similarity index 100% rename from games/linux-unigine-heaven/pkg-plist rename to benchmarks/linux-unigine-heaven/pkg-plist diff --git a/games/linux-unigine-valley/Makefile b/benchmarks/linux-unigine-valley/Makefile similarity index 97% rename from games/linux-unigine-valley/Makefile rename to benchmarks/linux-unigine-valley/Makefile index 595879312b9f..0446d215c567 100644 --- a/games/linux-unigine-valley/Makefile +++ b/benchmarks/linux-unigine-valley/Makefile @@ -3,7 +3,7 @@ PORTNAME= unigine-valley PORTVERSION= 1.0 PORTREVISION= 3 -CATEGORIES= games benchmarks linux +CATEGORIES= benchmarks linux MASTER_SITES= https://assets.unigine.com/d/ PKGNAMEPREFIX= linux- DISTNAME= Unigine_Valley-${PORTVERSION} diff --git a/games/linux-unigine-valley/distinfo b/benchmarks/linux-unigine-valley/distinfo similarity index 85% rename from games/linux-unigine-valley/distinfo rename to benchmarks/linux-unigine-valley/distinfo index 4062dcd57c33..a58ff789bf6f 100644 --- a/games/linux-unigine-valley/distinfo +++ b/benchmarks/linux-unigine-valley/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1458310883 SHA256 (Unigine_Valley-1.0.run) = 5f0c8bd2431118551182babbf5f1c20fb14e7a40789697240dcaf546443660f4 SIZE (Unigine_Valley-1.0.run) = 412652951 diff --git a/games/linux-unigine-valley/pkg-descr b/benchmarks/linux-unigine-valley/pkg-descr similarity index 100% rename from games/linux-unigine-valley/pkg-descr rename to benchmarks/linux-unigine-valley/pkg-descr diff --git a/games/linux-unigine-valley/pkg-license b/benchmarks/linux-unigine-valley/pkg-license similarity index 100% rename from games/linux-unigine-valley/pkg-license rename to benchmarks/linux-unigine-valley/pkg-license diff --git a/games/linux-unigine-valley/pkg-plist b/benchmarks/linux-unigine-valley/pkg-plist similarity index 100% rename from games/linux-unigine-valley/pkg-plist rename to benchmarks/linux-unigine-valley/pkg-plist diff --git a/games/Makefile b/games/Makefile index eed32b2cf277..9a2418da73fb 100644 --- a/games/Makefile +++ b/games/Makefile @@ -569,8 +569,6 @@ SUBDIR += linux-ssamtfe SUBDIR += linux-ssamtse SUBDIR += linux-steam-utils - SUBDIR += linux-unigine-heaven - SUBDIR += linux-unigine-valley SUBDIR += linux-unrealgold SUBDIR += linux-ut SUBDIR += linux-ut2003-demo