notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: x11-wm/sway/distinfo
SVNWeb

Number of commits found: 58

Mon, 27 Mar 2023
[ 09:48 Emmanuel Vadot (manu) search for other commits by this committer ]    commit hash:81d1e36287226ee81dd294e0522dc2863d34904c  commit hash:81d1e36287226ee81dd294e0522dc2863d34904c  commit hash:81d1e36287226ee81dd294e0522dc2863d34904c  81d1e36 
x11-wm/sway: unbreak build after 42a49699a75e

../sway/ipc-json.c:898:11: error: enumeration value
'LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM' not handled in switch [-Werror,-Wswitch]

switch (libinput_device_config_accel_get_profile(device)) {
        ^

Reviewed by:	jbeich
Approved by:	jbeich
Differential Revision:	https://reviews.freebsd.org/D39280
Sponsored by:	Beckhoff Automation GmbH & Co. KG
Sun, 12 Feb 2023
[ 18:21 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:cb45b94cba94430cf19fe1b917dc3efc3330c2e5  commit hash:cb45b94cba94430cf19fe1b917dc3efc3330c2e5  commit hash:cb45b94cba94430cf19fe1b917dc3efc3330c2e5  cb45b94 
x11-wm/sway: update to 1.8.1

Changes:	https://github.com/swaywm/sway/releases/tag/1.8.1
Reported by:	GitHub (watch releases)
Sun, 25 Dec 2022
[ 16:36 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:3256acf22e55889ad6bcbca821667457633acea1  commit hash:3256acf22e55889ad6bcbca821667457633acea1  commit hash:3256acf22e55889ad6bcbca821667457633acea1  3256acf 
x11-wm/sway: update to 1.8

Changes:	https://github.com/swaywm/sway/releases/tag/1.8
Reported by:	GitHub (watch releases)
Mon, 19 Dec 2022
[ 11:13 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:19fd1f3ab5971a3bf5e46cb701a97f43e0d27d12  commit hash:19fd1f3ab5971a3bf5e46cb701a97f43e0d27d12  commit hash:19fd1f3ab5971a3bf5e46cb701a97f43e0d27d12  19fd1f3 
x11-wm/sway: update to 1.8.r4

Changes:	https://github.com/swaywm/sway/releases/tag/1.8-rc4
Reported by:	GitHub (watch releases)
Mon, 12 Dec 2022
[ 11:22 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:8d22b78cfa9a0c3bc2e12e6f0b4c8f755d8dcdf7  commit hash:8d22b78cfa9a0c3bc2e12e6f0b4c8f755d8dcdf7  commit hash:8d22b78cfa9a0c3bc2e12e6f0b4c8f755d8dcdf7  8d22b78 
x11-wm/sway: update to 1.8.r3

Changes:	https://github.com/swaywm/sway/releases/tag/1.8-rc3
Reported by:	GitHub (watch releases)
Sat, 3 Dec 2022
[ 18:35 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:641a83de0d61dd21d499bebc71804eb64ce99ae4  commit hash:641a83de0d61dd21d499bebc71804eb64ce99ae4  commit hash:641a83de0d61dd21d499bebc71804eb64ce99ae4  641a83d 
x11-wm/sway: update to 1.8.r2

Changes:	https://github.com/swaywm/sway/releases/tag/1.8-rc2
Reported by:	GitHub (watch releases)
Sat, 26 Nov 2022
[ 23:10 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:b22b6eeffd229a83068f218e33824f84a0a989c2  commit hash:b22b6eeffd229a83068f218e33824f84a0a989c2  commit hash:b22b6eeffd229a83068f218e33824f84a0a989c2  b22b6ee 
x11-wm/sway: update to 1.8.r1

Changes:	https://github.com/swaywm/sway/releases/tag/1.8-rc1
Reported by:	GitHub (watch releases)
Mon, 21 Nov 2022
[ 11:22 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:a347cfee7327523b2a42ccc20b445c59658cf64a  commit hash:a347cfee7327523b2a42ccc20b445c59658cf64a  commit hash:a347cfee7327523b2a42ccc20b445c59658cf64a  a347cfe 
x11-wm/sway: unbreak WLR_BACKENDS != drm after 3eb7d7b7f6a0

$ echo 'exec swaymsg -t get_outputs' >/tmp/sway.conf
$ WLR_BACKENDS=headless sway -c /tmp/sway.conf
00:00:00.067 [wlr] [types/wlr_drm_lease_v1.c:716] No DRM backend supplied,
failed to create wlr_drm_lease_v1_manager
00:00:00.000 [common/ipc-client.c:87] Unable to receive IPC response
Segmentation fault
(lldb) bt
* thread #1, name = 'sway', stop reason = signal SIGSEGV: invalid address (fault
address: 0x0)
  * frame #0: 0x000000082b381e84 libc.so.7`strlen + 84
    frame #1: 0x0000000822cc530d
libjson-c.so.5`json_object_new_string(s=0x0000000000000000) at
json_object.c:1276:36
    frame #2: 0x0000000000234de9
sway`ipc_json_describe_output(output=0x0000000871982200,
object=0x00000008755e63b0) at ipc-json.c:255:4
    frame #3: 0x000000000023441f
sway`ipc_json_describe_node(node=0x0000000871982200) at ipc-json.c:707:3
    frame #4: 0x0000000000239d07
sway`ipc_client_handle_command(client=0x000000084e3a1380, payload_length=0,
payload_type=IPC_GET_OUTPUTS) at ipc-server.c:672:31
    frame #5: 0x00000000002397fa sway`ipc_client_handle_readable(client_fd=27,
mask=1, data=0x000000084e3a1380) at ipc-server.c:267:3
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 11 Nov 2022
[ 22:39 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:3eb7d7b7f6a07406520572d1457a1e57a4bca837  commit hash:3eb7d7b7f6a07406520572d1457a1e57a4bca837  commit hash:3eb7d7b7f6a07406520572d1457a1e57a4bca837  3eb7d7b 
x11-wm/sway: back to default wlroots
Sun, 23 Jan 2022
[ 00:23 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:ec0e1ef979ac1e61d7bada595db73fb1fa85d1e8  commit hash:ec0e1ef979ac1e61d7bada595db73fb1fa85d1e8  commit hash:ec0e1ef979ac1e61d7bada595db73fb1fa85d1e8  ec0e1ef 
x11-wm/sway: update to 1.7

Changes:	https://github.com/swaywm/sway/releases/tag/1.7
Changes:	https://github.com/swaywm/sway/compare/1.7-rc3...1.7
Reported by:	GitHub (watch releases)
Sun, 16 Jan 2022
[ 23:53 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:b3af06cc5193f789928accf87eb8cb8dd1c6be48  commit hash:b3af06cc5193f789928accf87eb8cb8dd1c6be48  commit hash:b3af06cc5193f789928accf87eb8cb8dd1c6be48  b3af06c 
x11-wm/sway: update to 1.7.r3

Changes:	https://github.com/swaywm/sway/releases/tag/1.7-rc3
Reported by:	GitHub (watch releases)
Sun, 9 Jan 2022
[ 12:14 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:d0cda23fc04a3a361707d1955b5a412fffb4e6b1  commit hash:d0cda23fc04a3a361707d1955b5a412fffb4e6b1  commit hash:d0cda23fc04a3a361707d1955b5a412fffb4e6b1  d0cda23 
x11-wm/sway: update to 1.7.r2

Changes:	https://github.com/swaywm/sway/releases/tag/1.7-rc2
Reported by:	GitHub (watch releases)
Thu, 23 Dec 2021
[ 14:05 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:0a3efbf493a197d67cd20f1c9659947ea95ee5d4  commit hash:0a3efbf493a197d67cd20f1c9659947ea95ee5d4  commit hash:0a3efbf493a197d67cd20f1c9659947ea95ee5d4  0a3efbf 
x11-wm/sway: update to 1.7.r1

Changes:	https://github.com/swaywm/sway/releases/tag/1.7-rc1
Reported by:	GitHub (watch releases)
Fri, 17 Dec 2021
[ 18:02 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:3bccb3b0d286858d7124075fbc125ae0bc737831  commit hash:3bccb3b0d286858d7124075fbc125ae0bc737831  commit hash:3bccb3b0d286858d7124075fbc125ae0bc737831  3bccb3b 
x11-wm/sway: unbreak workspace switching after 2af7805da5c5

Somehow the following got lost during rebase:

 void handle_new_output(struct wl_listener *listener, void *data) {
 	struct sway_server *server = wl_container_of(listener, server, new_output);
 	struct wlr_output *wlr_output = data;
+	if (wlr_output == root->fallback_output->wlr_output) {
+		return;
+	}
+
 	sway_log(SWAY_DEBUG, "New output %p: %s (non-desktop: %d)",
 			wlr_output, wlr_output->name, wlr_output->non_desktop);
[ 11:30 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:2af7805da5c5fc73eb28fba4065cead63c4bb5ab  commit hash:2af7805da5c5fc73eb28fba4065cead63c4bb5ab  commit hash:2af7805da5c5fc73eb28fba4065cead63c4bb5ab  2af7805  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
x11-toolkits/wlroots: update to 0.15.0

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.15.0
Reported by:	upstream (tracking bug)
Fri, 1 Oct 2021
[ 14:12 Jan Beich (jbeich) search for other commits by this committer Author: Evgeniy Khramtsov ]    commit hash:b27dca4cada16827ca3282c60f8b13fb6fefe1f9  commit hash:b27dca4cada16827ca3282c60f8b13fb6fefe1f9  commit hash:b27dca4cada16827ca3282c60f8b13fb6fefe1f9  b27dca4 
x11-wm/sway: unbreak build with Clang 13

../sway/commands.c:470:23: error: variable 'context' set but not used
[-Werror,-Wunused-but-set-variable]
        enum command_context context = 0;
                             ^

PR:		258813
Thu, 24 Jun 2021
[ 18:46 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:bbc5b77236e9f5496a39a758eab336a68a8ef69c  commit hash:bbc5b77236e9f5496a39a758eab336a68a8ef69c  commit hash:bbc5b77236e9f5496a39a758eab336a68a8ef69c  bbc5b77 
x11-wm/sway: update to 1.6.1

Changes:	https://github.com/swaywm/sway/releases/tag/1.6.1
Reported by:	GitHub (watch releases)
Wed, 23 Jun 2021
[ 20:29 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:64fbe3630590d931074878a8b886d41cbe8a23e0  commit hash:64fbe3630590d931074878a8b886d41cbe8a23e0  commit hash:64fbe3630590d931074878a8b886d41cbe8a23e0  64fbe36 
x11-wm/sway: backport Vulkan fix

$ WLR_RENDERER=vulkan sway
[...]
Assertion failed: (wlr_texture_is_gles2(wlr_texture)), function
gles2_get_texture, file render/gles2/texture.c, line 27.

PR:		256793
[ 18:07 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:f2820b6cc2170feef17989c422f2cf46644a5b57  commit hash:f2820b6cc2170feef17989c422f2cf46644a5b57  commit hash:f2820b6cc2170feef17989c422f2cf46644a5b57  f2820b6  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
x11-toolkits/wlroots: update to 0.14.0

Changes:	https://github.com/swaywm/wlroots/releases/tag/0.14.0
Reported by:	GitHub (watch releases)
Wed, 7 Apr 2021
[ 20:59 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:2f03c33bdc2ebdc8a4551ef4bba399d1f5b437d6  commit hash:2f03c33bdc2ebdc8a4551ef4bba399d1f5b437d6  commit hash:2f03c33bdc2ebdc8a4551ef4bba399d1f5b437d6  2f03c33 
x11-wm/sway: update to 1.6

Changes:	https://github.com/swaywm/sway/releases/tag/1.6
Reported by:	GitHub (watch releases)
Tested by:	Evgeniy Khramtsov (via CFT on x11@ list)
[ 20:59 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:70148c11889b8de458a1c3ea23c94d05af404296  commit hash:70148c11889b8de458a1c3ea23c94d05af404296  commit hash:70148c11889b8de458a1c3ea23c94d05af404296  70148c1  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
x11-toolkits/wlroots: update to 0.13.0

Changes:	https://github.com/swaywm/wlroots/releases/tag/0.13.0
Reported by:	GitHub (watch releases)
Tested by:	Evgeniy Khramtsov (via CFT on x11@ list)
Tue, 6 Apr 2021
[ 08:11 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:f59286f56314e90c63de4fd505f5e5d59a5801b5  commit hash:f59286f56314e90c63de4fd505f5e5d59a5801b5  commit hash:f59286f56314e90c63de4fd505f5e5d59a5801b5  f59286f 
x11-wm/sway: unbreak fetch

$ make checksum TRYBROKEN= MASTER_SITE_BACKUP= DISTDIR=$(mktemp -dt distfiles)
[...]
fetch: https://github.com/swaywm/sway/commit/cd9d1038a822.patch: size mismatch:
expected 8946, actual 8968
=> Couldn't fetch it - please try to retrieve this
=> port manually into /tmp/distfiles.9gmrNeI9/ and try again.
*** Error code 1

-index 3fde0893a..c4f393910 100644
+index 3fde0893ac..c4f3939108 100644
-index 85605ce41..64f167dbc 100644
+index 85605ce410..64f167dbc8 100644
-index 6a56ff5a9..c00be6eb8 100644
+index 6a56ff5a9d..c00be6eb82 100644
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 21 Dec 2020
[ 14:15 jbeich search for other commits by this committer ] Original commit   Revision:558826
x11-wm/sway: enable tray in swaybar
Tue, 10 Nov 2020
[ 17:03 jbeich search for other commits by this committer ] Original commit   Revision:554847
x11-wm/sway: update to 1.5.1

Changes:	https://github.com/swaywm/sway/releases/tag/1.5.1
Reported by:	GitHub (watch releases)
Sun, 8 Nov 2020
[ 16:48 jbeich search for other commits by this committer ] Original commit   Revision:554475 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
x11-toolkits/wlroots: update to 0.12.0

Changes:	https://github.com/swaywm/wlroots/releases/tag/0.12.0
Reported by:	GitHub (watch releases)
Wed, 15 Jul 2020
[ 23:58 jbeich search for other commits by this committer ] Original commit   Revision:542296
x11-wm/sway: update to 1.5

Changes:	https://github.com/swaywm/sway/releases/tag/1.5
Reported by:	GitHub (watch releases)
[ 23:58 jbeich search for other commits by this committer ] Original commit   Revision:542295 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
x11-toolkits/wlroots: update to 0.11.0

Changes:	https://github.com/swaywm/wlroots/releases/tag/0.11.0
Reported by:	GitHub (watch releases)
Sat, 16 May 2020
[ 23:24 jbeich search for other commits by this committer ] Original commit   Revision:535505
x11-wm/sway: unbreak X11=off build after r535134

../sway/commands/xwayland/scale.c:23:12: error: no member named 'xwayland' in
'struct sway_server'
        if(server.xwayland.wlr_xwayland != NULL) {
           ~~~~~~ ^
../sway/commands/xwayland/scale.c:24:3: error: implicit declaration of function
'wlr_xwayland_set_scale' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
                wlr_xwayland_set_scale(server.xwayland.wlr_xwayland, scale);
                ^
../sway/commands/xwayland/scale.c:24:3: note: did you mean 'xwayland_cmd_scale'?
../sway/commands/xwayland/scale.c:7:21: note: 'xwayland_cmd_scale' declared here
struct cmd_results *xwayland_cmd_scale(int argc, char **argv) {
                    ^
../sway/commands/xwayland/scale.c:24:33: error: no member named 'xwayland' in
'struct sway_server'
                wlr_xwayland_set_scale(server.xwayland.wlr_xwayland, scale);
                                       ~~~~~~ ^

PR:		246498
Reported by:	shamaz.mazum@gmail.com
Wed, 13 May 2020
[ 19:55 jbeich search for other commits by this committer ] Original commit   Revision:535134
x11-toolkits/wlroots: add Xwayland HiDPI scaling support

See https://github.com/swaywm/wlroots/pull/2064#issuecomment-622647075
Wed, 22 Jan 2020
[ 20:16 jbeich search for other commits by this committer ] Original commit   Revision:523839
x11-wm/sway: update to 1.4

Changes:	https://github.com/swaywm/sway/releases/tag/1.4
Changes:	https://github.com/swaywm/sway/compare/1.3-rc3...1.4
Reported by:	GitHub (watch releases)
MFH:		2020Q1 (stabilization: 1.3 series aborted)
Wed, 15 Jan 2020
[ 21:16 jbeich search for other commits by this committer ] Original commit   Revision:523173
x11-wm/sway: update to 1.3.r3

Changes:	https://github.com/swaywm/sway/releases/tag/1.3-rc3
Reported by:	GitHub (watch releases)
Wed, 8 Jan 2020
[ 16:00 jbeich search for other commits by this committer ] Original commit   Revision:522431
x11-wm/sway: update to 1.3.r2

Changes:	https://github.com/swaywm/sway/releases/tag/1.3-rc2
Reported by:	GitHub (watch releases)
Tue, 31 Dec 2019
[ 21:11 jbeich search for other commits by this committer ] Original commit   Revision:521657
x11-wm/sway: update to 1.3.r1

Changes:	https://github.com/swaywm/sway/releases/tag/1.3-rc1
Reported by:	GitHub (watch releases)
Tue, 27 Aug 2019
[ 13:05 jbeich search for other commits by this committer ] Original commit   Revision:510011
x11-wm/sway: update to 1.2

Changes:	https://github.com/swaywm/sway/compare/1.2-rc2...1.2
Changes:	https://github.com/swaywm/sway/releases/tag/1.2
Reported by:	GitHub (watch releases)
Tue, 20 Aug 2019
[ 10:33 jbeich search for other commits by this committer ] Original commit   Revision:509416
x11-wm/sway: update to 1.2.r2

Changes:	https://github.com/swaywm/sway/releases/tag/1.2-rc2
Reported by:	GitHub (watch releases)
Fri, 9 Aug 2019
[ 07:51 jbeich search for other commits by this committer ] Original commit   Revision:508425
x11-wm/sway: update to 1.2.r1

Changes:	https://github.com/swaywm/sway/releases/tag/1.2-rc1
Reported by:	GitHub (watch releases)
Mon, 3 Jun 2019
[ 16:36 jbeich search for other commits by this committer ] Original commit   Revision:503402
x11-wm/sway: update to 1.1.1

Changes:	https://github.com/swaywm/sway/compare/1.1-rc3...1.1.1
Changes:	https://github.com/swaywm/sway/releases/tag/1.1
Tue, 21 May 2019
[ 15:07 jbeich search for other commits by this committer ] Original commit   Revision:502221
x11-wm/sway: update to 1.1.r3

Changes:	https://github.com/swaywm/sway/releases/tag/1.1-rc3
Sat, 11 May 2019
[ 22:31 jbeich search for other commits by this committer ] Original commit   Revision:501310
x11-wm/sway: update to 1.1.r2

Changes:	https://github.com/swaywm/sway/releases/tag/1.1-rc2
Fri, 3 May 2019
[ 17:42 jbeich search for other commits by this committer ] Original commit   Revision:500747
x11-wm/sway: update to 1.1.r1

Changes:	https://github.com/swaywm/sway/releases/tag/1.1-rc1
[ 16:41 jbeich search for other commits by this committer ] Original commit   Revision:500742
x11-toolkits/wlroots: update to 0.6.0

Changes:	https://github.com/swaywm/wlroots/releases/tag/0.6.0
Mon, 11 Mar 2019
[ 17:47 jbeich search for other commits by this committer ] Original commit   Revision:495369
x11-wm/sway: update to 1.0

Changes:	https://github.com/swaywm/sway/releases/tag/1.0
Changes:	https://github.com/swaywm/sway/compare/1.0-rc5...1.0
Changes:	https://github.com/swaywm/wlroots/releases/tag/0.5
Mon, 4 Mar 2019
[ 18:34 jbeich search for other commits by this committer ] Original commit   Revision:494628
x11-wm/sway: update to 1.0.r5

Changes:	https://github.com/swaywm/sway/releases/tag/1.0-rc5
Tue, 26 Feb 2019
[ 00:22 jbeich search for other commits by this committer ] Original commit   Revision:493917
x11-wm/sway: update to 1.0.r4

Changes:	https://github.com/swaywm/sway/releases/tag/1.0-rc4
Changes:	https://github.com/swaywm/wlroots/releases/tag/0.4
Mon, 18 Feb 2019
[ 20:42 jbeich search for other commits by this committer ] Original commit   Revision:493317
x11-wm/sway: update to 1.0.r3

Changes:	https://github.com/swaywm/sway/compare/1.0-rc2...1.0-rc3
Mon, 11 Feb 2019
[ 23:44 jbeich search for other commits by this committer ] Original commit   Revision:492738
x11-wm/sway: update to 1.0.r2

Changes:	https://github.com/swaywm/sway/releases/tag/1.0-rc2
Sun, 3 Feb 2019
[ 15:00 jbeich search for other commits by this committer ] Original commit   Revision:492053
x11-wm/sway: update to 1.0.r1

Changes:	https://github.com/swaywm/sway/releases/tag/1.0-rc1
Changes:	https://github.com/swaywm/sway/compare/de76c4e0...1.0-rc1
Changes:	https://github.com/swaywm/wlroots/compare/28f11aec...0.3
Fri, 1 Feb 2019
[ 23:43 jbeich search for other commits by this committer ] Original commit   Revision:491894
x11-wm/sway: update to 1.0.b.2.304

Changes:	https://github.com/swaywm/sway/compare/5cb3d476...de76c4e0
Changes:	https://github.com/swaywm/wlroots/compare/41af8d84...28f11aec
Thu, 31 Jan 2019
[ 15:57 jbeich search for other commits by this committer ] Original commit   Revision:491738
textproc/scdoc: update to 1.8.1

Changes:	https://git.sr.ht/%7Esircmpwn/scdoc/refs/1.8.1
Wed, 30 Jan 2019
[ 17:18 jbeich search for other commits by this committer ] Original commit   Revision:491634
x11-wm/sway: update to 1.0.b.2.291

Changes:	https://github.com/swaywm/sway/compare/606f6a37...5cb3d476
Changes:	https://github.com/swaywm/wlroots/compare/9fe8e379...41af8d84
Changes:	https://github.com/swaywm/swaylock/compare/ecc8402...effdea5
Tue, 29 Jan 2019
[ 00:47 jbeich search for other commits by this committer ] Original commit   Revision:491530
x11-wm/sway: update to 1.0.b.2.282

Changes:	https://github.com/swaywm/sway/compare/5f45a4bb...606f6a37
Changes:	https://github.com/swaywm/wlroots/compare/209210d3...9fe8e379
Changes:	https://github.com/swaywm/swayidle/compare/f002a7a...d18c7cb
Changes:	https://github.com/swaywm/swaylock/compare/368f53e...ecc8402
Sat, 26 Jan 2019
[ 00:43 jbeich search for other commits by this committer ] Original commit   Revision:491216
x11-wm/sway: update to 1.0.b.2.274

Changes:	https://github.com/swaywm/sway/compare/1a1133dc...5f45a4bb
Changes:	https://github.com/swaywm/wlroots/compare/c41d0130...209210d3
Changes:	https://github.com/swaywm/swaylock/compare/72d15f8...f002a7a
Changes:	https://github.com/swaywm/swaylock/compare/3d94a60...368f53e
Thu, 24 Jan 2019
[ 00:14 jbeich search for other commits by this committer ] Original commit   Revision:491073
x11-wm/sway: update to 1.0.b.2.270

Changes:	https://github.com/swaywm/sway/compare/410c9613...1a1133dc
Changes:	https://github.com/swaywm/wlroots/compare/b619ab4d...c41d0130
Changes:	https://github.com/swaywm/swaylock/compare/4e72a36...3d94a60
Tue, 22 Jan 2019
[ 00:42 jbeich search for other commits by this committer ] Original commit   Revision:490913
x11-wm/sway: update to 1.0.b.2.243

Changes:	https://github.com/swaywm/sway/compare/1cce14e7...410c9613
Changes:	https://github.com/swaywm/wlroots/compare/5dde2e79...b619ab4d
Changes:	https://github.com/swaywm/swayidle/compare/c94949d...72d15f8
Changes:	https://github.com/swaywm/swaylock/compare/52eeb9f...4e72a36
Sat, 19 Jan 2019
[ 00:32 jbeich search for other commits by this committer ] Original commit   Revision:490689
x11-wm/sway: update to 1.0.b.2.226

Changes:	https://github.com/swaywm/sway/compare/70637b40...1cce14e7
Changes:	https://github.com/swaywm/wlroots/compare/10b1de6e...5dde2e79
Changes:	https://github.com/swaywm/swayidle/compare/1.1...c94949d
Changes:	https://github.com/swaywm/swaylock/compare/1.2...52eeb9f
Wed, 16 Jan 2019
[ 19:17 jbeich search for other commits by this committer ] Original commit   Revision:490501
x11-wm/sway: update to 1.0.b.2.204

Changes:	https://github.com/swaywm/sway/compare/2573606b...70637b40
Changes:	https://github.com/swaywm/wlroots/compare/10a2c4ed...10b1de6e
Tue, 15 Jan 2019
[ 00:52 jbeich search for other commits by this committer ] Original commit   Revision:490329 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
x11-wm/sway: update to 1.0.b.2.189

The last beta is several months old, so use a snapshot to help users
evaluate the current state.

Changes:	https://github.com/swaywm/sway/compare/1.0-beta.2...2573606b
Changes:	https://github.com/swaywm/wlroots/compare/0.2...10a2c4ed
Sun, 6 Jan 2019
[ 13:28 jbeich search for other commits by this committer ] Original commit   Revision:489493 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
x11-wm/sway: add new port

Sway is a tiling Wayland compositor and a drop-in replacement for the
i3 window manager for X11. It works with your existing i3 configuration
and supports most of i3's features, plus a few extras.

https://swaywm.org/

Number of commits found: 58