svn commit: r499826 - head/x11/xcb-util-keysyms

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 24 09:31:22 UTC 2019


Author: amdmi3
Date: Wed Apr 24 09:31:21 2019
New Revision: 499826
URL: https://svnweb.freebsd.org/changeset/ports/499826

Log:
  - Add LICENSE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/x11/xcb-util-keysyms/Makefile
  head/x11/xcb-util-keysyms/pkg-descr

Modified: head/x11/xcb-util-keysyms/Makefile
==============================================================================
--- head/x11/xcb-util-keysyms/Makefile	Wed Apr 24 09:29:55 2019	(r499825)
+++ head/x11/xcb-util-keysyms/Makefile	Wed Apr 24 09:31:21 2019	(r499826)
@@ -9,6 +9,8 @@ MASTER_SITES=	http://xcb.freedesktop.org/dist/
 MAINTAINER=	garga at FreeBSD.org
 COMMENT=	Standard X key constants and conversion to/from keycodes
 
+LICENSE=	MIT
+
 LIB_DEPENDS=	libxcb-util.so:x11/xcb-util
 
 XORG_CAT=	lib

Modified: head/x11/xcb-util-keysyms/pkg-descr
==============================================================================
--- head/x11/xcb-util-keysyms/pkg-descr	Wed Apr 24 09:29:55 2019	(r499825)
+++ head/x11/xcb-util-keysyms/pkg-descr	Wed Apr 24 09:31:21 2019	(r499826)
@@ -8,4 +8,4 @@ the X protocol but which have traditionally been provi
 Keysyms module is the Starndard X key constants and conversions to/from
 keycodes.
 
-WWW: http://xcb.freedesktop.org/
+WWW: https://xcb.freedesktop.org/


More information about the svn-ports-head mailing list