From owner-svn-ports-all@freebsd.org Mon Feb 24 20:01:07 2020 Return-Path: Delivered-To: svn-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 A7ED024279D; Mon, 24 Feb 2020 20:01:07 +0000 (UTC) (envelope-from jbeich@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48RCcM42dHz4H40; Mon, 24 Feb 2020 20:01:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 832512B58; Mon, 24 Feb 2020 20:01:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01OK17xo060101; Mon, 24 Feb 2020 20:01:07 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01OK16K7060098; Mon, 24 Feb 2020 20:01:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202002242001.01OK16K7060098@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 24 Feb 2020 20:01:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527043 - in head: devel/libepoll-shim graphics/wayland graphics/wayland/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: devel/libepoll-shim graphics/wayland graphics/wayland/files X-SVN-Commit-Revision: 527043 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2020 20:01:07 -0000 Author: jbeich Date: Mon Feb 24 20:01:06 2020 New Revision: 527043 URL: https://svnweb.freebsd.org/changeset/ports/527043 Log: devel/libepoll-shim: update to 0.0.20200223 - Drop no longer necessary graphics/wayland workaround Changes: https://github.com/FreeBSDDesktop/epoll-shim/compare/07e2a80...ae12186 Approved by: zeising (x11), grembo (from previous update) Differential Revision: https://reviews.freebsd.org/D23801 Deleted: head/graphics/wayland/files/patch-src_event-loop.c Modified: head/devel/libepoll-shim/Makefile (contents, props changed) head/devel/libepoll-shim/distinfo (contents, props changed) head/graphics/wayland/Makefile (contents, props changed) Modified: head/devel/libepoll-shim/Makefile ============================================================================== --- head/devel/libepoll-shim/Makefile Mon Feb 24 19:58:41 2020 (r527042) +++ head/devel/libepoll-shim/Makefile Mon Feb 24 20:01:06 2020 (r527043) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libepoll-shim -PORTVERSION= 0.0.20200212 +PORTVERSION= 0.0.20200223 CATEGORIES= devel MAINTAINER= x11@FreeBSD.org @@ -16,7 +16,7 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= epoll-shim -GH_TAGNAME= 07e2a80 +GH_TAGNAME= ae12186 do-test: # Exclude certain tests in resource restricted environments Modified: head/devel/libepoll-shim/distinfo ============================================================================== --- head/devel/libepoll-shim/distinfo Mon Feb 24 19:58:41 2020 (r527042) +++ head/devel/libepoll-shim/distinfo Mon Feb 24 20:01:06 2020 (r527043) @@ -1,3 +1,3 @@ -TIMESTAMP = 1581547152 -SHA256 (FreeBSDDesktop-epoll-shim-0.0.20200212-07e2a80_GH0.tar.gz) = 80444f72efd2756cf91b323cd8a0a7a9a02ecf81b4b107499ec047cdac651929 -SIZE (FreeBSDDesktop-epoll-shim-0.0.20200212-07e2a80_GH0.tar.gz) = 39959 +TIMESTAMP = 1582483464 +SHA256 (FreeBSDDesktop-epoll-shim-0.0.20200223-ae12186_GH0.tar.gz) = fe5b33b7372010f0b1c4ccd48b85e50b31eeed90b87d48fb6b48517d16ef82d7 +SIZE (FreeBSDDesktop-epoll-shim-0.0.20200223-ae12186_GH0.tar.gz) = 43461 Modified: head/graphics/wayland/Makefile ============================================================================== --- head/graphics/wayland/Makefile Mon Feb 24 19:58:41 2020 (r527042) +++ head/graphics/wayland/Makefile Mon Feb 24 20:01:06 2020 (r527043) @@ -3,6 +3,7 @@ PORTNAME= wayland PORTVERSION= 1.18.0 +PORTREVISION= 1 CATEGORIES= graphics wayland MASTER_SITES= https://wayland.freedesktop.org/releases/