svn commit: r548805 - branches/2020Q3/x11/wev

Jan Beich jbeich at FreeBSD.org
Thu Sep 17 00:26:57 UTC 2020


Author: jbeich
Date: Thu Sep 17 00:26:56 2020
New Revision: 548805
URL: https://svnweb.freebsd.org/changeset/ports/548805

Log:
  MFH: r542913
  
  x11/wev: backport memory leaking fix
  
  Approved by:	ports-secteam blanket (reliability fixes)

Modified:
  branches/2020Q3/x11/wev/Makefile
  branches/2020Q3/x11/wev/distinfo
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/x11/wev/Makefile
==============================================================================
--- branches/2020Q3/x11/wev/Makefile	Wed Sep 16 22:10:06 2020	(r548804)
+++ branches/2020Q3/x11/wev/Makefile	Thu Sep 17 00:26:56 2020	(r548805)
@@ -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 at FreeBSD.org
 COMMENT=	Wayland event viewer

Modified: branches/2020Q3/x11/wev/distinfo
==============================================================================
--- branches/2020Q3/x11/wev/distinfo	Wed Sep 16 22:10:06 2020	(r548804)
+++ branches/2020Q3/x11/wev/distinfo	Thu Sep 17 00:26:56 2020	(r548805)
@@ -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


More information about the svn-ports-all mailing list