Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2018 09:34:17 +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: r470765 - head/x11/xkeycaps
Message-ID:  <201805240934.w4O9YHLl056478@repo.freebsd.org>

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



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