svn commit: r542913 - head/x11/wev

Jan Beich jbeich at FreeBSD.org
Thu Jul 23 03:37:54 UTC 2020


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 at 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


More information about the svn-ports-all mailing list