From cefb6815c78d6d44851136ed9e7f525fd2d85367 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Thu, 23 Jul 2020 03:37:53 +0000 Subject: [PATCH] x11/wev: backport memory leaking fix --- x11/wev/Makefile | 4 ++++ x11/wev/distinfo | 2 ++ 2 files changed, 6 insertions(+) diff --git a/x11/wev/Makefile b/x11/wev/Makefile index 9fa415ce667c..0de64158d3f7 100644 --- a/x11/wev/Makefile +++ b/x11/wev/Makefile @@ -2,9 +2,13 @@ PORTNAME= wev PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= https://git.sr.ht/~sircmpwn/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ +PATCH_SITES= https://git.sr.ht/~sircmpwn/${PORTNAME}/commit/ +PATCHFILES+= 0be512fb7058.patch:-p1 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Wayland event viewer diff --git a/x11/wev/distinfo b/x11/wev/distinfo index 50cf9692e9e1..dd9f287b82eb 100644 --- a/x11/wev/distinfo +++ b/x11/wev/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1581011288 SHA256 (wev-1.0.0.tar.gz) = 6f004dedf3f5ce10d2fe3cd233d59912756d8a0af021214158d6ec54d66c9d6e SIZE (wev-1.0.0.tar.gz) = 8619 +SHA256 (0be512fb7058.patch) = 5e0ee32b6d0c7bfeae9eb22d2191dbb48910aedb5a95753bad674d5a75d64c25 +SIZE (0be512fb7058.patch) = 1148