Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2020 10:48:54 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554947 - head/sysutils/py-supervisor
Message-ID:  <202011121048.0ACAmsuK022280@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Thu Nov 12 10:48:54 2020
New Revision: 554947
URL: https://svnweb.freebsd.org/changeset/ports/554947

Log:
  Cosmetic changes (sort variables)
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/py-supervisor/Makefile

Modified: head/sysutils/py-supervisor/Makefile
==============================================================================
--- head/sysutils/py-supervisor/Makefile	Thu Nov 12 10:19:17 2020	(r554946)
+++ head/sysutils/py-supervisor/Makefile	Thu Nov 12 10:48:54 2020	(r554947)
@@ -13,34 +13,32 @@ COMMENT=	System for controlling process state under UN
 
 LICENSE=	REPOZE BSD3CLAUSE MEDUSA
 LICENSE_COMB=	multi
-LICENSE_NAME_REPOZE=	Repoze License
 LICENSE_NAME_MEDUSA=	Medusa License
+LICENSE_NAME_REPOZE=	Repoze License
 LICENSE_FILE=	${WRKSRC}/LICENSES.txt
-LICENSE_PERMS_REPOZE=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 LICENSE_PERMS_MEDUSA=	dist-mirror pkg-mirror auto-accept
+LICENSE_PERMS_REPOZE=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0.5.0:devel/py-mock@${PY_FLAVOR}
 
 USES=		python shebangfix
 USE_PYTHON=	distutils autoplist
+USE_RC_SUBR=	supervisord
+SHEBANG_FILES=	supervisor/scripts/*.py supervisor/tests/fixtures/*.py
+python_OLD_CMD=	"<<PYTHON>>"
 
-PIDDIR?=	/var/run/supervisor
-
 NO_ARCH=	yes
-PLIST_FILES=	'@sample etc/supervisord.conf.sample'
-PLIST_DIRS=	${PIDDIR}
-
 SUB_LIST=	PYTHON_CMD=${PYTHON_CMD} \
 		PIDDIR=${PIDDIR}
+PLIST_DIRS=	${PIDDIR}
+PLIST_FILES=	'@sample etc/supervisord.conf.sample'
 PLIST_SUB=	PIDDIR=${PIDDIR}
-USE_RC_SUBR=	supervisord
 
-SHEBANG_FILES=	supervisor/scripts/*.py supervisor/tests/fixtures/*.py
-python_OLD_CMD+=	"<<PYTHON>>"
-
 PORTDOCS=	*.txt *.rst
 
 OPTIONS_DEFINE=	DOCS
+
+PIDDIR?=	/var/run/supervisor
 
 post-patch:
 	@${REINPLACE_CMD} -e 's!%%PREFIX%%!${PREFIX}!' ${WRKSRC}/supervisor/options.py \



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