svn commit: r536782 - head/x11/xorgproto

Niclas Zeising zeising at FreeBSD.org
Thu May 28 18:58:36 UTC 2020


Author: zeising
Date: Thu May 28 18:58:36 2020
New Revision: 536782
URL: https://svnweb.freebsd.org/changeset/ports/536782

Log:
  x11/xorgproto: Improve description
  
  Improve the package description and comment of x11/xorgproto, to try to be a
  bit clearer about what this actually is.
  Add WWW:, pointing to the gitlab repo.
  
  No functional change to the package.

Modified:
  head/x11/xorgproto/Makefile
  head/x11/xorgproto/pkg-descr

Modified: head/x11/xorgproto/Makefile
==============================================================================
--- head/x11/xorgproto/Makefile	Thu May 28 17:50:08 2020	(r536781)
+++ head/x11/xorgproto/Makefile	Thu May 28 18:58:36 2020	(r536782)
@@ -5,7 +5,7 @@ PORTVERSION=	2020.1
 CATEGORIES=	x11
 
 MAINTAINER=	x11 at FreeBSD.org
-COMMENT=	X.Org protocol headers
+COMMENT=	X Window System unified protocol definitions
 
 USES=		xorg-cat:proto
 

Modified: head/x11/xorgproto/pkg-descr
==============================================================================
--- head/x11/xorgproto/pkg-descr	Thu May 28 17:50:08 2020	(r536781)
+++ head/x11/xorgproto/pkg-descr	Thu May 28 18:58:36 2020	(r536782)
@@ -1,3 +1,5 @@
-This package contains X.Org protocol headers.
+This package contains the X Window System unified protocol definitions.
 They where previously scattered through different packages, but have been
 merged to one package.
+
+WWW:	https://gitlab.freedesktop.org/xorg/proto/xorgproto


More information about the svn-ports-head mailing list