svn commit: r470765 - head/x11/xkeycaps

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 24 09:34:18 UTC 2018


Author: amdmi3
Date: Thu May 24 09:34:16 2018
New Revision: 470765
URL: https://svnweb.freebsd.org/changeset/ports/470765

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

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

Modified: head/x11/xkeycaps/Makefile
==============================================================================
--- head/x11/xkeycaps/Makefile	Thu May 24 09:04:14 2018	(r470764)
+++ head/x11/xkeycaps/Makefile	Thu May 24 09:34:16 2018	(r470765)
@@ -10,8 +10,11 @@ MASTER_SITES=	http://www.jwz.org/xkeycaps/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Graphically display and edit the keyboard mapping
 
+LICENSE=	MIT
+
 USES=		imake tar:Z
-USE_XORG=	xbitmaps xaw
+USE_XORG=	ice sm x11 xaw xbitmaps xext xmu xt
+
 PLIST_FILES=	bin/xkeycaps \
 		man/man1/xkeycaps.1.gz
 

Modified: head/x11/xkeycaps/pkg-descr
==============================================================================
--- head/x11/xkeycaps/pkg-descr	Thu May 24 09:04:14 2018	(r470764)
+++ head/x11/xkeycaps/pkg-descr	Thu May 24 09:34:16 2018	(r470765)
@@ -6,4 +6,4 @@ and Modifiers generated by a key through a mouse-based
 program can also write an input file for xmodmap to recreate your changes
 in future sessions.
 
-WWW: http://www.jwz.org/xkeycaps/
+WWW: https://www.jwz.org/xkeycaps/


More information about the svn-ports-head mailing list