Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2020 23:59:09 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r530846 - branches/2020Q2/net/wayvnc
Message-ID:  <202004052359.035Nx99F053126@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Apr  5 23:59:08 2020
New Revision: 530846
URL: https://svnweb.freebsd.org/changeset/ports/530846

Log:
  MFH: r530845
  
  net/wayvnc: unbreak runtime via upstream fix
  
  Submitted by:	Greg V
  Approved by:	ports-secteam blanket

Modified:
  branches/2020Q2/net/wayvnc/Makefile
  branches/2020Q2/net/wayvnc/distinfo
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/net/wayvnc/Makefile
==============================================================================
--- branches/2020Q2/net/wayvnc/Makefile	Sun Apr  5 23:58:17 2020	(r530845)
+++ branches/2020Q2/net/wayvnc/Makefile	Sun Apr  5 23:59:08 2020	(r530846)
@@ -3,7 +3,12 @@
 PORTNAME=	wayvnc
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.1.2
+PORTREVISION=	1
 CATEGORIES=	net
+
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	720b127dee00.patch:-p1 # https://github.com/any1/wayvnc/pull/31
+PATCHFILES+=	d61007661480.patch:-p1 # https://github.com/any1/wayvnc/pull/31
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	VNC server for wlroots-based compositors

Modified: branches/2020Q2/net/wayvnc/distinfo
==============================================================================
--- branches/2020Q2/net/wayvnc/distinfo	Sun Apr  5 23:58:17 2020	(r530845)
+++ branches/2020Q2/net/wayvnc/distinfo	Sun Apr  5 23:59:08 2020	(r530846)
@@ -1,3 +1,7 @@
 TIMESTAMP = 1583590742
 SHA256 (any1-wayvnc-v0.1.2_GH0.tar.gz) = 0ba19a279b62d1907a62e813183c7b10af6d4d1fcb4d274e26d6567956bb1349
 SIZE (any1-wayvnc-v0.1.2_GH0.tar.gz) = 32298
+SHA256 (720b127dee00.patch) = a5d0061ea2abcd7516f4b9d7922f13dce3f39cf8f468b715583ebcd09e6c45f4
+SIZE (720b127dee00.patch) = 802
+SHA256 (d61007661480.patch) = 63dffe4c71f32eaf48047b0f17a236cb8517448f8803adfc5ad297967d272f11
+SIZE (d61007661480.patch) = 1877



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