Date: Sun, 29 Sep 2019 07:34:44 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513199 - head/x11/xdm Message-ID: <201909290734.x8T7YiXi049841@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 -@dir /var/db
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909290734.x8T7YiXi049841>