Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2019 09:31:21 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499826 - head/x11/xcb-util-keysyms
Message-ID:  <201904240931.x3O9VLDN016457@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904240931.x3O9VLDN016457>