svn commit: r513199 - head/x11/xdm

Niclas Zeising zeising at FreeBSD.org
Sun Sep 29 07:34:45 UTC 2019


Author: zeising
Date: Sun Sep 29 07:34:44 2019
New Revision: 513199
URL: https://svnweb.freebsd.org/changeset/ports/513199

Log:
  x11/xdm: Remove /var/db from pkg-plist
  
  /var/db is part of hier and shouldn't be in the plist, remove it.
  While here, sprinkle USES=xorg xorg-cat, and add LICENSE_FILE

Modified:
  head/x11/xdm/Makefile
  head/x11/xdm/pkg-plist

Modified: head/x11/xdm/Makefile
==============================================================================
--- head/x11/xdm/Makefile	Sun Sep 29 07:27:48 2019	(r513198)
+++ head/x11/xdm/Makefile	Sun Sep 29 07:34:44 2019	(r513199)
@@ -2,15 +2,16 @@
 
 PORTNAME=	xdm
 PORTVERSION=	1.1.12
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	X.Org X display manager
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-XORG_CAT=	app
-USES=		cpe libtool
+USES=		cpe libtool xorg xorg-cat:app
 USE_LDCONFIG=	yes
 USE_XORG=	x11 xau xaw xdmcp xext xinerama xmu xpm xrender xt
 CPE_PRODUCT=	x_display_manager

Modified: head/x11/xdm/pkg-plist
==============================================================================
--- head/x11/xdm/pkg-plist	Sun Sep 29 07:27:48 2019	(r513198)
+++ head/x11/xdm/pkg-plist	Sun Sep 29 07:34:44 2019	(r513199)
@@ -20,4 +20,3 @@ share/pixmaps/xorg-bw.xpm
 share/pixmaps/xorg.xpm
 @postunexec rm -rf /var/db/xdm/* 2>/dev/null || true
 @dir /var/db/xdm
- at dir /var/db


More information about the svn-ports-all mailing list