On Mon May 19, 2025 at 08:00:01AM +0000, ya...@protonmail.com wrote:
> On Wednesday, May 7th, 2025 at 12:18, ya...@protonmail.com
> <ya...@protonmail.com> wrote:
> 
> > Looks like disroot or something I did ate the formatting, apologies.
> > Sending again.
> >
> > Apparently, I missed list numbers 24 and 25 from the guide.
> >
> > https://www.OpenBSD.org/faq/ports/guide.html
> >
> > make update-plist
> > cvs diff -uNp
> >
> > Here is wayland/wayland-protocols 1.44 with the PLIST updates.
> >
> > Sorry for the churn while still learning. Thank you for the wundebar
> > documentation, though I question my reading comprehension now. jaja
> >
> > Happy porting and well wishes too all!
> >
> > Highlights:
> > Mostly HDR colour changes in the color-representation-v1 protocol.
> >
> > Changelogs:
> > https://lists.freedesktop.org/archives/wayland-devel/2025-March/044027.
> > html
> > https://lists.freedesktop.org/archives/wayland-devel/2025-April/044134.
> > html
> > https://lists.freedesktop.org/archives/wayland-devel/2025-April/044161.
> > html
> >
> > wayland-protocols 1.44:
> > This release adds a new protocol - color representation - which allows
> > clients to provide metadata about how primarily its YCbCr buffer
> > contents should be interpreted.
> >
> > wayland-protocols 1.43:
> > This release adds a new protocol - toplevel tags - which enables clients
> > to tag toplevels in a script friendly way.
> >
> > This release also adds toplevel edge constraints to xdg-shell, which
> > enables compositors to let clients know in what ways window edges are
> > constrained, e.g. whether they can resize or not.
> >
> > wayland-protocols 1.42:
> > This release includes a new version of the cursor shape protocol, adding
> > more cursor shapes, as well as a new version of the tablet protocol,
> > adding bus type information and support for relative dials.
> >
> >

I have added your diff in a full bulk build. I did not see any related
wayland fallout so I commit it. Thanks!

> >
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/wayland/wayland-protocols/Makefile,v
> diff -u -p -u -p -r1.11 Makefile
> --- Makefile  17 Mar 2025 07:17:48 -0000      1.11
> +++ Makefile  15 May 2025 12:20:46 -0000
> @@ -1,8 +1,7 @@
>  COMMENT =    Wayland protocols
> 
> -V =          1.41
> +V =          1.44
>  DISTNAME =   wayland-protocols-${V}
> -REVISION =   0
> 
>  CATEGORIES = wayland
> 
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/wayland/wayland-protocols/distinfo,v
> diff -u -p -u -p -r1.8 distinfo
> --- distinfo  16 Mar 2025 12:16:40 -0000      1.8
> +++ distinfo  15 May 2025 12:20:46 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (wayland-protocols-1.41.tar.xz) = 
> J4a2sbeZZeMT8sKJwSB1ue1wDUGESBDFGv2hDuMpV2s=
> -SIZE (wayland-protocols-1.41.tar.xz) = 120224
> +SHA256 (wayland-protocols-1.44.tar.xz) = 
> PfEQfs+L/W7oeK7KXTt6/YEkikgDHhTK9q4B8U7rtQ4=
> +SIZE (wayland-protocols-1.44.tar.xz) = 124928
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/wayland/wayland-protocols/pkg/PLIST,v
> diff -u -p -u -p -r1.9 PLIST
> --- pkg/PLIST 17 Mar 2025 07:17:48 -0000      1.9
> +++ pkg/PLIST 15 May 2025 12:20:46 -0000
> @@ -1,6 +1,7 @@
>  include/wayland-protocols/
>  include/wayland-protocols/alpha-modifier-v1-enum.h
>  include/wayland-protocols/color-management-v1-enum.h
> +include/wayland-protocols/color-representation-v1-enum.h
>  include/wayland-protocols/commit-timing-v1-enum.h
>  include/wayland-protocols/content-type-v1-enum.h
>  include/wayland-protocols/cursor-shape-v1-enum.h
> @@ -50,6 +51,7 @@ include/wayland-protocols/xdg-shell-unst
>  include/wayland-protocols/xdg-system-bell-v1-enum.h
>  include/wayland-protocols/xdg-toplevel-drag-v1-enum.h
>  include/wayland-protocols/xdg-toplevel-icon-v1-enum.h
> +include/wayland-protocols/xdg-toplevel-tag-v1-enum.h
>  include/wayland-protocols/xwayland-keyboard-grab-unstable-v1-enum.h
>  include/wayland-protocols/xwayland-shell-v1-enum.h
>  share/pkgconfig/wayland-protocols.pc
> @@ -70,6 +72,8 @@ share/wayland-protocols/staging/alpha-mo
>  share/wayland-protocols/staging/alpha-modifier/alpha-modifier-v1.xml
>  share/wayland-protocols/staging/color-management/
>  share/wayland-protocols/staging/color-management/color-management-v1.xml
> +share/wayland-protocols/staging/color-representation/
> +share/wayland-protocols/staging/color-representation/color-representation-v1.xml
>  share/wayland-protocols/staging/commit-timing/
>  share/wayland-protocols/staging/commit-timing/commit-timing-v1.xml
>  share/wayland-protocols/staging/content-type/
> @@ -116,6 +120,8 @@ share/wayland-protocols/staging/xdg-topl
>  share/wayland-protocols/staging/xdg-toplevel-drag/xdg-toplevel-drag-v1.xml
>  share/wayland-protocols/staging/xdg-toplevel-icon/
>  share/wayland-protocols/staging/xdg-toplevel-icon/xdg-toplevel-icon-v1.xml
> +share/wayland-protocols/staging/xdg-toplevel-tag/
> +share/wayland-protocols/staging/xdg-toplevel-tag/xdg-toplevel-tag-v1.xml
>  share/wayland-protocols/staging/xwayland-shell/
>  share/wayland-protocols/staging/xwayland-shell/xwayland-shell-v1.xml
>  share/wayland-protocols/unstable/
> 
> 
> Ping please. Same diff checked against more recent ports snapshot on
> amd64. Tests and okays are welcome.
> 
> Thank you, happy porting, and have a good day!
> 

Reply via email to