Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2020 10:18:09 +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: r536756 - head/x11-wm/picom
Message-ID:  <202005281018.04SAI9bn050566@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu May 28 10:18:09 2020
New Revision: 536756
URL: https://svnweb.freebsd.org/changeset/ports/536756

Log:
  x11-wm/picom: unbreak on DragonFly
  
  src/meson.build:82:3: ERROR: Unknown statement.

Modified:
  head/x11-wm/picom/Makefile   (contents, props changed)
  head/x11-wm/picom/distinfo   (contents, props changed)

Modified: head/x11-wm/picom/Makefile
==============================================================================
--- head/x11-wm/picom/Makefile	Thu May 28 09:42:16 2020	(r536755)
+++ head/x11-wm/picom/Makefile	Thu May 28 10:18:09 2020	(r536756)
@@ -5,6 +5,9 @@ DISTVERSIONPREFIX=	v
 DISTVERSION=	8
 CATEGORIES=	x11-wm
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	78223caea3f7.patch:-p1
+
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Lightweight X11 compositor
 

Modified: head/x11-wm/picom/distinfo
==============================================================================
--- head/x11-wm/picom/distinfo	Thu May 28 09:42:16 2020	(r536755)
+++ head/x11-wm/picom/distinfo	Thu May 28 10:18:09 2020	(r536756)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1587493997
 SHA256 (yshui-picom-v8_GH0.tar.gz) = f839a3c058ca90f463eae3973a9381cf2fe93be7d0e58db1c28ea72acd10480f
 SIZE (yshui-picom-v8_GH0.tar.gz) = 242059
+SHA256 (78223caea3f7.patch) = f9e32a1d348ea77343366e96111529f2cd2e78562aaf28252f9ea17c72afb7b1
+SIZE (78223caea3f7.patch) = 868



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