From owner-dev-commits-ports-all@freebsd.org Wed May 19 12:50:03 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0A56364144F; Wed, 19 May 2021 12:50:03 +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 4FlXlG4QsFz3rx9; Wed, 19 May 2021 12:50:02 +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 37317132AA; Wed, 19 May 2021 12:50:02 +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 14JCo2uW010546; Wed, 19 May 2021 12:50:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14JCo2sO010544; Wed, 19 May 2021 12:50:02 GMT (envelope-from git) Date: Wed, 19 May 2021 12:50:02 GMT Message-Id: <202105191250.14JCo2sO010544@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 43ff55e9adb3 - main - x11-wm/gamescope: update to 3.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 43ff55e9adb3b2f527b7a7dae231b513f1a984a4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2021 12:50:03 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=43ff55e9adb3b2f527b7a7dae231b513f1a984a4 commit 43ff55e9adb3b2f527b7a7dae231b513f1a984a4 Author: Jan Beich AuthorDate: 2021-05-19 12:06:32 +0000 Commit: Jan Beich CommitDate: 2021-05-19 12:49:52 +0000 x11-wm/gamescope: update to 3.8.1 Changes: https://github.com/Plagman/gamescope/compare/3.7.1...3.8.1 Reported by: portscout --- x11-wm/gamescope/Makefile | 20 +++++++++----------- x11-wm/gamescope/distinfo | 32 +++++++++++++++----------------- x11-wm/gamescope/pkg-message | 2 +- 3 files changed, 25 insertions(+), 29 deletions(-) diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile index 1e5b25601a35..6af846079ed4 100644 --- a/x11-wm/gamescope/Makefile +++ b/x11-wm/gamescope/Makefile @@ -1,16 +1,14 @@ PORTNAME= gamescope -DISTVERSION= 3.7.1 -PORTREVISION= 1 +DISTVERSION= 3.8.1 CATEGORIES= x11-wm PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 56a1378c3643.patch:-p1 # https://github.com/Plagman/gamescope/pull/119 -PATCHFILES+= 620f8f5bc530.patch:-p1 # https://github.com/Plagman/gamescope/pull/119 -PATCHFILES+= 892d79b0f37e.patch:-p1 # https://github.com/Plagman/gamescope/pull/119 -PATCHFILES+= ae60c865d9d8.patch:-p1 # https://github.com/Plagman/gamescope/pull/119 +PATCHFILES+= 8fae1ff56a62.patch:-p1 # https://github.com/Plagman/gamescope/pull/119 +PATCHFILES+= f36133f27fbc.patch:-p1 # https://github.com/Plagman/gamescope/pull/119 +PATCHFILES+= 0017b319f7b7.patch:-p1 # https://github.com/Plagman/gamescope/pull/119 +PATCHFILES+= 43f743fcfbd0.patch:-p1 # https://github.com/Plagman/gamescope/pull/119 +PATCHFILES+= 9ebb1c16d3ad.patch:-p1 # https://github.com/Plagman/gamescope/pull/119 PATCHFILES+= d59836199ebe.patch:-p1 # https://github.com/Plagman/gamescope/issues/120 -PATCHFILES+= 9d84b38c9042.patch:-p1 # wlroots 0.13 -PATCHFILES+= a9d8a368d809.patch:-p1 # wlroots 0.13 MAINTAINER= jbeich@FreeBSD.org COMMENT= Micro-compositor from SteamOS @@ -22,7 +20,7 @@ BUILD_DEPENDS= glslangValidator:graphics/glslang \ evdev-proto>0:devel/evdev-proto \ vulkan-headers>0:graphics/vulkan-headers \ wayland-protocols>=1.17:graphics/wayland-protocols \ - wlroots>=0.11.0:x11-toolkits/wlroots + wlroots>=0.13.0<0.14.0:x11-toolkits/wlroots LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libdrm.so:graphics/libdrm \ libvulkan.so:graphics/vulkan-loader \ @@ -33,9 +31,9 @@ LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ USES= compiler:c++11-lib meson pkgconfig sdl xorg USE_GITHUB= yes USE_SDL= sdl2 -USE_XORG= x11 xcomposite xdamage xext xfixes xrender xtst xxf86vm +USE_XORG= x11 xcomposite xdamage xext xfixes xrender xres xtst xxf86vm GH_ACCOUNT= Plagman -GH_TUPLE= emersion:libliftoff:24abeb9:libliftoff/subprojects/libliftoff +GH_TUPLE= emersion:libliftoff:b08bbaa:libliftoff/subprojects/libliftoff CPPFLAGS+= -D_WITH_DPRINTF # XXX Remove after FreeBSD 11 EOL PLIST_FILES= bin/${PORTNAME} diff --git a/x11-wm/gamescope/distinfo b/x11-wm/gamescope/distinfo index a02bbea2aade..1a2af19028d9 100644 --- a/x11-wm/gamescope/distinfo +++ b/x11-wm/gamescope/distinfo @@ -1,19 +1,17 @@ -TIMESTAMP = 1605248074 -SHA256 (Plagman-gamescope-3.7.1_GH0.tar.gz) = 044f7969b796e678415ca7762fb21c04ecb331660b442b4fdcc389410ef36c6f -SIZE (Plagman-gamescope-3.7.1_GH0.tar.gz) = 61673 -SHA256 (emersion-libliftoff-24abeb9_GH0.tar.gz) = cb33c0c9a5d50c9c825f01ff045ff4ad316e7e73850331a12c6d444b3e949323 -SIZE (emersion-libliftoff-24abeb9_GH0.tar.gz) = 25849 -SHA256 (56a1378c3643.patch) = 92c2261d2dfa2b46f1f837afa1e57a6aa24df637d51ef67b4ce8df0de904d0a2 -SIZE (56a1378c3643.patch) = 2777 -SHA256 (620f8f5bc530.patch) = f7d35a7c520fe00939ccb7b14648980ebfb32ee94c3991a0d9f6c71d12861611 -SIZE (620f8f5bc530.patch) = 2709 -SHA256 (892d79b0f37e.patch) = 7382fde23d3fe51ee84debdba478bfff48c8f889e78b71d088b3900239ced176 -SIZE (892d79b0f37e.patch) = 1596 -SHA256 (ae60c865d9d8.patch) = 41593e80d11a80c17a173cd03330738fc9deb82626c6788e15ab1895bf68111d -SIZE (ae60c865d9d8.patch) = 1111 +TIMESTAMP = 1621391651 +SHA256 (Plagman-gamescope-3.8.1_GH0.tar.gz) = 07e7f2a8aa4cb5b6053e7d2963688bf1fbce3ba270a7447fcd533e829e6d4cfc +SIZE (Plagman-gamescope-3.8.1_GH0.tar.gz) = 69937 +SHA256 (emersion-libliftoff-b08bbaa_GH0.tar.gz) = bc689419a96d5e2428b77d3cf9e95f532ae89295345bdaf288df24adc4803a04 +SIZE (emersion-libliftoff-b08bbaa_GH0.tar.gz) = 27461 +SHA256 (8fae1ff56a62.patch) = 7a636fec88d914047abed0c91268ae1b7779f48e36c74efd37868f2c7ba3955e +SIZE (8fae1ff56a62.patch) = 2778 +SHA256 (f36133f27fbc.patch) = e4aa6245782f96387c7083c749da6a3cd84f4a320ec70b448984572c37f76962 +SIZE (f36133f27fbc.patch) = 2719 +SHA256 (0017b319f7b7.patch) = 9ad286a75663994f715df7a91fcac0b37341ad9cc39788336aed74be7909f347 +SIZE (0017b319f7b7.patch) = 1596 +SHA256 (43f743fcfbd0.patch) = e1d6f39d07b704f7b031e57d3d4b6c8092f14015385a9e297a7b7c279cd7449d +SIZE (43f743fcfbd0.patch) = 1111 +SHA256 (9ebb1c16d3ad.patch) = 8e7c1a46c10d9909d85a673a5a629f293596a5f97d48ad322a8da5e7f24100be +SIZE (9ebb1c16d3ad.patch) = 3540 SHA256 (d59836199ebe.patch) = 40b519ef847b979ba088325cdd7170bed91936b79d845c65d2126b2b25166a1e SIZE (d59836199ebe.patch) = 2586 -SHA256 (9d84b38c9042.patch) = 635e87956399b4c82c8d5234e48752537aa4621d24d02dc0923f61ed040ebab0 -SIZE (9d84b38c9042.patch) = 1514 -SHA256 (a9d8a368d809.patch) = b3eb5e323b351870a3c97df610bc27e33713623017e4a219b13dbc8b6df752a5 -SIZE (a9d8a368d809.patch) = 912 diff --git a/x11-wm/gamescope/pkg-message b/x11-wm/gamescope/pkg-message index bf65b8143060..1ba55601377f 100644 --- a/x11-wm/gamescope/pkg-message +++ b/x11-wm/gamescope/pkg-message @@ -2,7 +2,7 @@ { type: install message: <