svn commit: r511354 - head/x11/xset

Niclas Zeising zeising at FreeBSD.org
Fri Sep 6 19:11:51 UTC 2019


Author: zeising
Date: Fri Sep  6 19:11:50 2019
New Revision: 511354
URL: https://svnweb.freebsd.org/changeset/ports/511354

Log:
  x11/xset: adjust dependencies and misc fixes
  
  Adjust dependencies, most notably, remove the dependency on libXfontcache,
  which isn't needed.  libXfontcache is slated for deprecation and removal.
  While here, switch to USES, and add license information.

Modified:
  head/x11/xset/Makefile

Modified: head/x11/xset/Makefile
==============================================================================
--- head/x11/xset/Makefile	Fri Sep  6 18:44:13 2019	(r511353)
+++ head/x11/xset/Makefile	Fri Sep  6 19:11:50 2019	(r511354)
@@ -2,14 +2,18 @@
 
 PORTNAME=	xset
 PORTVERSION=	1.2.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11
 
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	User preference utility for X
 
-XORG_CAT=	app
-USE_XORG=	xmuu xorgproto x11 xext xfontcache
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		xorg xorg-cat:app
+
+USE_XORG=	xmuu x11 xext
 CONFIGURE_ARGS=	--without-xf86misc
 
 PLIST_FILES=	bin/xset man/man1/xset.1.gz


More information about the svn-ports-all mailing list