Date: Thu, 23 Jul 2020 03:22:27 +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: r542912 - head/x11/wdisplays Message-ID: <202007230322.06N3MR1G000503@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Thu Jul 23 03:22:26 2020 New Revision: 542912 URL: https://svnweb.freebsd.org/changeset/ports/542912 Log: x11/wdisplays: unbreak after r542295 $ G_MESSAGES_DEBUG=all wdisplays [...] (wdisplays:26315): Gdk-DEBUG: interface 'zwlr_screencopy_frame_v1' has no event 5 Gdk-Message: Error reading events from display: No error: 0 Modified: head/x11/wdisplays/Makefile (contents, props changed) head/x11/wdisplays/distinfo (contents, props changed) Modified: head/x11/wdisplays/Makefile ============================================================================== --- head/x11/wdisplays/Makefile Thu Jul 23 03:00:02 2020 (r542911) +++ head/x11/wdisplays/Makefile Thu Jul 23 03:22:26 2020 (r542912) @@ -2,7 +2,11 @@ PORTNAME= wdisplays DISTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= x11 + +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 657e2966e556.patch:-p1 # https://github.com/cyclopsian/wdisplays/pull/20 MAINTAINER= jbeich@FreeBSD.org COMMENT= GUI display configurator for wlroots compositors Modified: head/x11/wdisplays/distinfo ============================================================================== --- head/x11/wdisplays/distinfo Thu Jul 23 03:00:02 2020 (r542911) +++ head/x11/wdisplays/distinfo Thu Jul 23 03:22:26 2020 (r542912) @@ -1,3 +1,5 @@ TIMESTAMP = 1589011062 SHA256 (cyclopsian-wdisplays-1.0_GH0.tar.gz) = fa34d5bdfd87d833e18a89b2acacc27833d7297374719773a705f2d3e89cdddf SIZE (cyclopsian-wdisplays-1.0_GH0.tar.gz) = 106819 +SHA256 (657e2966e556.patch) = e7cc9418945f12632fd17b408fdd8f1c0287f31e4bc3d2afab7683a84e8f2fd2 +SIZE (657e2966e556.patch) = 2259
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007230322.06N3MR1G000503>