git: 11ed6e7e15e2 - main - graphics/imv: unbreak WAYLAND runtime after 2af7805da5c5

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sun, 19 Dec 2021 08:30:44 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=11ed6e7e15e23d36178bfef8ef98e1b0a17259a1

commit 11ed6e7e15e23d36178bfef8ef98e1b0a17259a1
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-12-19 08:28:50 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-12-19 08:30:07 +0000

    graphics/imv: unbreak WAYLAND runtime after 2af7805da5c5
    
    $ imv
    listener function for opcode 4 of wl_output is NULL
---
 graphics/imv/Makefile | 5 ++++-
 graphics/imv/distinfo | 2 ++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/graphics/imv/Makefile b/graphics/imv/Makefile
index f3ccd446b51a..b63bd08818b3 100644
--- a/graphics/imv/Makefile
+++ b/graphics/imv/Makefile
@@ -1,9 +1,12 @@
 PORTNAME=	imv
 DISTVERSIONPREFIX=	v
 DISTVERSION=	4.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 
+PATCH_SITES=	https://git.sr.ht/~exec64/${PORTNAME}/commit/
+PATCHFILES+=	c7306a6325df.patch:-p1 # wlroots 0.15
+
 MAINTAINER=	eduardo@FreeBSD.org
 COMMENT=	Simple image viewer
 
diff --git a/graphics/imv/distinfo b/graphics/imv/distinfo
index 35df1c41378d..9946b2d9de4a 100644
--- a/graphics/imv/distinfo
+++ b/graphics/imv/distinfo
@@ -1,3 +1,5 @@
 TIMESTAMP = 1628267179
 SHA256 (eXeC64-imv-v4.3.0_GH0.tar.gz) = ad724a41366bb96d29e272f442f5378465fe163d16ec51d7abaa86b1fff7dbb6
 SIZE (eXeC64-imv-v4.3.0_GH0.tar.gz) = 79031
+SHA256 (c7306a6325df.patch) = 6d62552b69ca2bed07673c50013336d4855443d5192ed31d294c044508475ee3
+SIZE (c7306a6325df.patch) = 2068