svn commit: r485880 - head/net-mgmt/py-pdagent

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 25 17:12:30 UTC 2018


Author: sunpoet
Date: Sun Nov 25 17:12:27 2018
New Revision: 485880
URL: https://svnweb.freebsd.org/changeset/ports/485880

Log:
  Fix indent

Modified:
  head/net-mgmt/py-pdagent/Makefile

Modified: head/net-mgmt/py-pdagent/Makefile
==============================================================================
--- head/net-mgmt/py-pdagent/Makefile	Sun Nov 25 17:12:19 2018	(r485879)
+++ head/net-mgmt/py-pdagent/Makefile	Sun Nov 25 17:12:27 2018	(r485880)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 USES=		python:2.7 shebangfix
 USE_PYTHON=	flavors
 USE_RC_SUBR=	pdagentd
-USE_GITHUB=	YES
+USE_GITHUB=	yes
 
 GH_ACCOUNT=	PagerDuty
 SHEBANG_FILES=	bin/*
@@ -26,8 +26,8 @@ NO_BUILD=	yes
 SUB_LIST+=	PYTHON_CMD="${PYTHON_CMD}"
 BINFILES=	pd-queue pd-send pdagentd.py
 
-USERS=	pdagent
-GROUPS=	pdagent
+USERS=		pdagent
+GROUPS=		pdagent
 
 do-patch:
 	${REINPLACE_CMD} -e 's|/var/lib/pdagent|/var/db/pdagent| ; s|/etc|${ETCDIR}|' \


More information about the svn-ports-all mailing list