svn commit: r481530 - head/x11/libxkbcommon

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 8 09:38:39 UTC 2018


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 at 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/


More information about the svn-ports-all mailing list