Date: Mon, 8 Oct 2018 09:38:38 +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: r481530 - head/x11/libxkbcommon Message-ID: <201810080938.w989ccpM020598@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Oct 8 09:38:38 2018 New Revision: 481530 URL: https://svnweb.freebsd.org/changeset/ports/481530 Log: - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Modified: head/x11/libxkbcommon/Makefile head/x11/libxkbcommon/pkg-descr Modified: head/x11/libxkbcommon/Makefile ============================================================================== --- head/x11/libxkbcommon/Makefile Mon Oct 8 09:31:09 2018 (r481529) +++ head/x11/libxkbcommon/Makefile Mon Oct 8 09:38:38 2018 (r481530) @@ -9,6 +9,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= Keymap handling library for toolkits and window systems LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE XORG_CAT= lib USES= gmake bison tar:xz Modified: head/x11/libxkbcommon/pkg-descr ============================================================================== --- head/x11/libxkbcommon/pkg-descr Mon Oct 8 09:31:09 2018 (r481529) +++ head/x11/libxkbcommon/pkg-descr Mon Oct 8 09:38:38 2018 (r481530) @@ -2,4 +2,4 @@ xkbcommon is a library to handle keyboard descriptions from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications -WWW: http://xkbcommon.org/ +WWW: https://xkbcommon.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810080938.w989ccpM020598>