svn commit: r521880 - head/x11-toolkits/wlroots
Jan Beich
jbeich at FreeBSD.org
Thu Jan 2 21:31:41 UTC 2020
Author: jbeich
Date: Thu Jan 2 21:31:40 2020
New Revision: 521880
URL: https://svnweb.freebsd.org/changeset/ports/521880
Log:
x11-toolkits/wlroots: unbreak nesting after r521656
An example affected use case would be running Cage on Sway in order to
contain multiple fullscreen/kiosk Firefox instances, capitalizing
on minimalistic UI.
Modified:
head/x11-toolkits/wlroots/Makefile (contents, props changed)
head/x11-toolkits/wlroots/distinfo (contents, props changed)
Modified: head/x11-toolkits/wlroots/Makefile
==============================================================================
--- head/x11-toolkits/wlroots/Makefile Thu Jan 2 21:09:37 2020 (r521879)
+++ head/x11-toolkits/wlroots/Makefile Thu Jan 2 21:31:40 2020 (r521880)
@@ -2,7 +2,11 @@
PORTNAME= wlroots
DISTVERSION= 0.9.0
+PORTREVISION= 1
CATEGORIES= x11-toolkits
+
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+= 5bbb44482b41.patch:-p1
MAINTAINER= jbeich at FreeBSD.org
COMMENT= Modular Wayland compositor library
Modified: head/x11-toolkits/wlroots/distinfo
==============================================================================
--- head/x11-toolkits/wlroots/distinfo Thu Jan 2 21:09:37 2020 (r521879)
+++ head/x11-toolkits/wlroots/distinfo Thu Jan 2 21:31:40 2020 (r521880)
@@ -1,5 +1,7 @@
TIMESTAMP = 1577805114
SHA256 (swaywm-wlroots-0.9.0_GH0.tar.gz) = 334220a1d550dc5b20d28fb7b27b9b7c23f9c6d5ef5ad82c67ef127458ce2790
SIZE (swaywm-wlroots-0.9.0_GH0.tar.gz) = 464755
+SHA256 (5bbb44482b41.patch) = c6921152a4c59cf7a1c609744367a5af82e4c81f15e0b64aa3ab60f4456db8d3
+SIZE (5bbb44482b41.patch) = 1218
SHA256 (606b009fcdd1.patch) = ece828c41a8a155426f481f840a5de252fa1d5856aca91d728721f98e2055a69
SIZE (606b009fcdd1.patch) = 27824
More information about the svn-ports-all
mailing list