aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-09-17 00:26:56 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-09-17 00:26:56 +0000
commitdabbe4839d4947bccff14b7d87ad8770468b6b65 (patch)
tree878fa3d1993be582d5e78e8e26959c841fb2f8d7
parent28af89576e95d34ba183627412d010336ebb2ed2 (diff)
downloadports-dabbe4839d4947bccff14b7d87ad8770468b6b65.tar.gz
ports-dabbe4839d4947bccff14b7d87ad8770468b6b65.zip
MFH: r542913
x11/wev: backport memory leaking fix Approved by: ports-secteam blanket (reliability fixes)
Notes
Notes: svn path=/branches/2020Q3/; revision=548805
-rw-r--r--x11/wev/Makefile4
-rw-r--r--x11/wev/distinfo2
2 files changed, 6 insertions, 0 deletions
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