svn commit: r554947 - head/sysutils/py-supervisor
Mateusz Piotrowski
0mp at FreeBSD.org
Thu Nov 12 10:48:55 UTC 2020
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 \
More information about the svn-ports-all
mailing list