Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 2020 03:37:53 +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: r542913 - head/x11/wev
Message-ID:  <202007230337.06N3brEp007083@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Jul 23 03:37:53 2020
New Revision: 542913
URL: https://svnweb.freebsd.org/changeset/ports/542913

Log:
  x11/wev: backport memory leaking fix

Modified:
  head/x11/wev/Makefile   (contents, props changed)
  head/x11/wev/distinfo   (contents, props changed)

Modified: head/x11/wev/Makefile
==============================================================================
--- head/x11/wev/Makefile	Thu Jul 23 03:22:26 2020	(r542912)
+++ head/x11/wev/Makefile	Thu Jul 23 03:37:53 2020	(r542913)
@@ -2,8 +2,12 @@
 
 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

Modified: head/x11/wev/distinfo
==============================================================================
--- head/x11/wev/distinfo	Thu Jul 23 03:22:26 2020	(r542912)
+++ head/x11/wev/distinfo	Thu Jul 23 03:37:53 2020	(r542913)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007230337.06N3brEp007083>