Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2019 15:35:32 +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: r518505 - head/x11/pcdm
Message-ID:  <201911271535.xARFZWJg034682@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Nov 27 15:35:31 2019
New Revision: 518505
URL: https://svnweb.freebsd.org/changeset/ports/518505

Log:
  - Simplify config file handling by switching to @sample
  - Add LICENSE_FILE
  - Remove redundant GH_PROJECT
  
  PR:		241807
  Submitted by:	amdmi3
  Approved by:	maintainer timeout (jt@ixsystems.com, 2.5 weeks)

Deleted:
  head/x11/pcdm/pkg-install
Modified:
  head/x11/pcdm/Makefile
  head/x11/pcdm/pkg-plist

Modified: head/x11/pcdm/Makefile
==============================================================================
--- head/x11/pcdm/Makefile	Wed Nov 27 15:28:37 2019	(r518504)
+++ head/x11/pcdm/Makefile	Wed Nov 27 15:35:31 2019	(r518505)
@@ -9,6 +9,7 @@ MAINTAINER=	jt@ixsystems.com
 COMMENT=	QT5 based display manager for FreeBSD
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/../LICENSE
 
 RUN_DEPENDS=	xorg-minimal>=0:x11/xorg-minimal \
 		xhost:x11/xhost \
@@ -29,7 +30,6 @@ CONFLICTS=	pcbsd-utils-qt*
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	trueos
-GH_PROJECT=	pcdm
 GH_TAGNAME=	690fdbdfc9fe482514161df1cd2bd994790c8a2d
 
 .include <bsd.port.mk>

Modified: head/x11/pcdm/pkg-plist
==============================================================================
--- head/x11/pcdm/pkg-plist	Wed Nov 27 15:28:37 2019	(r518504)
+++ head/x11/pcdm/pkg-plist	Wed Nov 27 15:35:31 2019	(r518505)
@@ -1,7 +1,7 @@
 bin/PCDM-session
 bin/pc-dmconf
 bin/start-pcdm-pico
-etc/pcdm.conf.dist
+@sample etc/pcdm.conf.dist etc/pcdm.conf
 etc/rc.d/pcdm
 etc/sudoers.d/pico-sudoers
 sbin/PCDMd



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