diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-01-15 00:52:45 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-01-15 00:52:45 +0000 |
commit | eb2e63135cdda78018bb4c7ce73c8d32e7f70861 (patch) | |
tree | 27175f62285d8c69e945559160c61184f69cdf3e /x11-toolkits | |
parent | 79cd352a718d48447eb09d4f08ba6d9ac91de55e (diff) | |
download | ports-eb2e63135cdda78018bb4c7ce73c8d32e7f70861.tar.gz ports-eb2e63135cdda78018bb4c7ce73c8d32e7f70861.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wlroots/Makefile | 7 | ||||
-rw-r--r-- | x11-toolkits/wlroots/distinfo | 8 | ||||
-rw-r--r-- | x11-toolkits/wlroots/pkg-plist | 7 |
3 files changed, 12 insertions, 10 deletions
diff --git a/x11-toolkits/wlroots/Makefile b/x11-toolkits/wlroots/Makefile index 68bbda559cdd..3ce17294ce9e 100644 --- a/x11-toolkits/wlroots/Makefile +++ b/x11-toolkits/wlroots/Makefile @@ -1,13 +1,10 @@ # $FreeBSD$ PORTNAME= wlroots -DISTVERSION= 0.2 -PORTREVISION= 2 +DISTVERSION= 0.2-123 +DISTVERSIONSUFFIX= -g10a2c4ed CATEGORIES= x11-toolkits -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= 92e39b586c0e.patch:-p1 - MAINTAINER= jbeich@FreeBSD.org COMMENT= Modular Wayland compositor library diff --git a/x11-toolkits/wlroots/distinfo b/x11-toolkits/wlroots/distinfo index c5e331a75543..e021cdb1bd6e 100644 --- a/x11-toolkits/wlroots/distinfo +++ b/x11-toolkits/wlroots/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1543408964 -SHA256 (swaywm-wlroots-0.2_GH0.tar.gz) = 0b690c5db5a1f11051a28f0349655322fe54d92f7c2dc8d3c6e5559b1098bfd8 -SIZE (swaywm-wlroots-0.2_GH0.tar.gz) = 437638 -SHA256 (92e39b586c0e.patch) = 82b0982fb734fbc28be5a41d84d4652a172711ca10872b7f4b9139f13b2747d0 -SIZE (92e39b586c0e.patch) = 535 +TIMESTAMP = 1547412308 +SHA256 (swaywm-wlroots-0.2-123-g10a2c4ed_GH0.tar.gz) = a723c595aeb2a3a13914454c72abe18577720a2077926f1c6e9781a5ec64f8d4 +SIZE (swaywm-wlroots-0.2-123-g10a2c4ed_GH0.tar.gz) = 469696 diff --git a/x11-toolkits/wlroots/pkg-plist b/x11-toolkits/wlroots/pkg-plist index e8070c402253..f4a05366f198 100644 --- a/x11-toolkits/wlroots/pkg-plist +++ b/x11-toolkits/wlroots/pkg-plist @@ -13,6 +13,7 @@ include/wlr/interfaces/wlr_input_device.h include/wlr/interfaces/wlr_keyboard.h include/wlr/interfaces/wlr_output.h include/wlr/interfaces/wlr_pointer.h +include/wlr/interfaces/wlr_switch.h include/wlr/interfaces/wlr_tablet_pad.h include/wlr/interfaces/wlr_tablet_tool.h include/wlr/interfaces/wlr_touch.h @@ -26,8 +27,10 @@ include/wlr/types/wlr_box.h include/wlr/types/wlr_buffer.h include/wlr/types/wlr_compositor.h include/wlr/types/wlr_cursor.h +include/wlr/types/wlr_data_control_v1.h include/wlr/types/wlr_data_device.h include/wlr/types/wlr_export_dmabuf_v1.h +include/wlr/types/wlr_foreign_toplevel_management_v1.h include/wlr/types/wlr_gamma_control.h include/wlr/types/wlr_gamma_control_v1.h include/wlr/types/wlr_gtk_primary_selection.h @@ -45,13 +48,17 @@ include/wlr/types/wlr_output.h include/wlr/types/wlr_output_damage.h include/wlr/types/wlr_output_layout.h include/wlr/types/wlr_pointer.h +include/wlr/types/wlr_pointer_constraints_v1.h include/wlr/types/wlr_presentation_time.h +include/wlr/types/wlr_primary_selection.h include/wlr/types/wlr_region.h +include/wlr/types/wlr_relative_pointer_v1.h include/wlr/types/wlr_screencopy_v1.h include/wlr/types/wlr_screenshooter.h include/wlr/types/wlr_seat.h include/wlr/types/wlr_server_decoration.h include/wlr/types/wlr_surface.h +include/wlr/types/wlr_switch.h include/wlr/types/wlr_tablet_pad.h include/wlr/types/wlr_tablet_tool.h include/wlr/types/wlr_tablet_v2.h |