svn commit: r536756 - head/x11-wm/picom

Jan Beich jbeich at FreeBSD.org
Thu May 28 10:18:09 UTC 2020


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


More information about the svn-ports-head mailing list