git: c5d403269e7f - main - graphics/wayland: update package description

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sun, 23 Jan 2022 14:26:15 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c5d403269e7f3e92d8e6b4dc923a2a6377485d83

commit c5d403269e7f3e92d8e6b4dc923a2a6377485d83
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-12-26 15:08:33 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-23 14:25:35 +0000

    graphics/wayland: update package description
    
    - This package doesn't have a standalone server
    - FreeBSD is supported upstream since 571ee96df4f6
    - Avoid contentious and out-of-date introduction
    
    PR:             260760
    Approved by:    manu
---
 graphics/wayland/Makefile  | 2 +-
 graphics/wayland/pkg-descr | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/graphics/wayland/Makefile b/graphics/wayland/Makefile
index 341d12a4ebb1..48eb4fcfb3c7 100644
--- a/graphics/wayland/Makefile
+++ b/graphics/wayland/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	graphics wayland
 MASTER_SITES=	https://wayland.freedesktop.org/releases/
 
 MAINTAINER=	x11@FreeBSD.org
-COMMENT=	Wayland composite "server"
+COMMENT=	Core Wayland window system code and protocol
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
diff --git a/graphics/wayland/pkg-descr b/graphics/wayland/pkg-descr
index e677f460f4c8..8ffce10e3ee8 100644
--- a/graphics/wayland/pkg-descr
+++ b/graphics/wayland/pkg-descr
@@ -1,6 +1,3 @@
-Wayland is intended as a simpler replacement for X, easier to develop and
-maintain. GNOME and KDE are expected to be ported to it.
-
 Wayland is a protocol for a compositor to talk to its clients as well as
 a C library implementation of that protocol. The compositor can be a
 standalone display server running on Linux kernel modesetting and evdev
@@ -8,6 +5,4 @@ input devices, an X application, or a wayland client itself. The clients can
 be traditional applications, X servers (rootless or fullscreen) or other
 display servers.
 
-Please report bugs to the FreeBSD bugtracker!
-
 WWW: https://wayland.freedesktop.org/