Date: Mon, 24 Feb 2020 20:01:06 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> 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 Message-ID: <202002242001.01OK16K7060098@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002242001.01OK16K7060098>