From owner-dev-commits-ports-main@freebsd.org Sat Sep 11 05:41:52 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 87A5A66BA84; Sat, 11 Sep 2021 05:41:52 +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 4H61p81J65z4x3p; Sat, 11 Sep 2021 05:41:52 +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 E02B11AF22; Sat, 11 Sep 2021 05:41:51 +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 18B5fpCD089629; Sat, 11 Sep 2021 05:41:51 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18B5fpBq089628; Sat, 11 Sep 2021 05:41:51 GMT (envelope-from git) Date: Sat, 11 Sep 2021 05:41:51 GMT Message-Id: <202109110541.18B5fpBq089628@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: 2aaa530553dd - main - graphics/egl-wayland: update to 1.1.8 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: 2aaa530553dd399515ee00f581240e271807342f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2021 05:41:52 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=2aaa530553dd399515ee00f581240e271807342f commit 2aaa530553dd399515ee00f581240e271807342f Author: Jan Beich AuthorDate: 2021-09-03 21:25:33 +0000 Commit: Jan Beich CommitDate: 2021-09-11 05:40:29 +0000 graphics/egl-wayland: update to 1.1.8 Changes: https://github.com/NVIDIA/egl-wayland/compare/1.1.7...1.1.8 Reported by: portscout --- graphics/egl-wayland/Makefile | 6 +++--- graphics/egl-wayland/distinfo | 6 +++--- graphics/egl-wayland/pkg-plist | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/graphics/egl-wayland/Makefile b/graphics/egl-wayland/Makefile index fcc32dac4fc5..b787cd9a382e 100644 --- a/graphics/egl-wayland/Makefile +++ b/graphics/egl-wayland/Makefile @@ -1,6 +1,5 @@ PORTNAME= egl-wayland -DISTVERSION= 1.1.7 -PORTREVISION= 1 +DISTVERSION= 1.1.8 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org @@ -9,7 +8,8 @@ COMMENT= EGLStream-based Wayland external platform LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= eglexternalplatform>=1.1:graphics/eglexternalplatform +BUILD_DEPENDS= eglexternalplatform>=1.1:graphics/eglexternalplatform \ + wayland-protocols>=1.8:graphics/wayland-protocols LIB_DEPENDS= libwayland-server.so:graphics/wayland USES= gl meson pkgconfig diff --git a/graphics/egl-wayland/distinfo b/graphics/egl-wayland/distinfo index f976a9dda422..10df7a0f4bfa 100644 --- a/graphics/egl-wayland/distinfo +++ b/graphics/egl-wayland/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620762165 -SHA256 (NVIDIA-egl-wayland-1.1.7_GH0.tar.gz) = 2b4ed459e4b2c77c47f15ad9b32da1b2b855a84db8f832e176fdd1fd49b14d36 -SIZE (NVIDIA-egl-wayland-1.1.7_GH0.tar.gz) = 48681 +TIMESTAMP = 1630704333 +SHA256 (NVIDIA-egl-wayland-1.1.8_GH0.tar.gz) = 12bee9accf121987b0f0d6fb1a4e3b1fc5855b116c50d8d9e035edd02c82f88c +SIZE (NVIDIA-egl-wayland-1.1.8_GH0.tar.gz) = 53776 diff --git a/graphics/egl-wayland/pkg-plist b/graphics/egl-wayland/pkg-plist index 349225c905d3..9ad998c4664a 100644 --- a/graphics/egl-wayland/pkg-plist +++ b/graphics/egl-wayland/pkg-plist @@ -1,6 +1,6 @@ lib/libnvidia-egl-wayland.so lib/libnvidia-egl-wayland.so.1 -lib/libnvidia-egl-wayland.so.1.1.7 +lib/libnvidia-egl-wayland.so.1.1.8 libdata/pkgconfig/wayland-eglstream-protocols.pc libdata/pkgconfig/wayland-eglstream.pc share/egl/egl_external_platform.d/10_nvidia_wayland.json