diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-01-02 21:31:40 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-01-02 21:31:40 +0000 |
commit | 1bb2249365095a3ef7a1938c82c54a72e436bbf3 (patch) | |
tree | f6c0de39b26cdb3550a869ba871863b028a16554 | |
parent | Update to 1.361 (diff) |
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.
-rw-r--r-- | x11-toolkits/wlroots/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/wlroots/distinfo | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/x11-toolkits/wlroots/Makefile b/x11-toolkits/wlroots/Makefile index 6d23e6372635..996ab969ead1 100644 --- a/x11-toolkits/wlroots/Makefile +++ b/x11-toolkits/wlroots/Makefile @@ -2,8 +2,12 @@ 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@FreeBSD.org COMMENT= Modular Wayland compositor library diff --git a/x11-toolkits/wlroots/distinfo b/x11-toolkits/wlroots/distinfo index fe8c6f1e7e71..ade3a5d2b666 100644 --- a/x11-toolkits/wlroots/distinfo +++ b/x11-toolkits/wlroots/distinfo @@ -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 |