aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-supervisor/Makefile
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2019-06-21 00:33:20 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2019-06-21 00:33:20 +0000
commit0c42a7b1d309dbdbd709e4f5bd348213c7f49c6b (patch)
treeadb613e3c7edf2bcf7e166d86ff00265583f93ef /sysutils/py-supervisor/Makefile
parentb7ff777f5dad7cb40fc27ae2775d13b37bbca2d9 (diff)
downloadports-0c42a7b1d309dbdbd709e4f5bd348213c7f49c6b.tar.gz
ports-0c42a7b1d309dbdbd709e4f5bd348213c7f49c6b.zip
Notes
Diffstat (limited to 'sysutils/py-supervisor/Makefile')
-rw-r--r--sysutils/py-supervisor/Makefile15
1 files changed, 12 insertions, 3 deletions
diff --git a/sysutils/py-supervisor/Makefile b/sysutils/py-supervisor/Makefile
index 5832143a6c27..3f6163060aa9 100644
--- a/sysutils/py-supervisor/Makefile
+++ b/sysutils/py-supervisor/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= supervisor
-PORTVERSION= 3.3.4
+PORTVERSION= 4.0.3
PORTEPOCH= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
@@ -11,11 +11,20 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= hizel@vyborg.ru
COMMENT= System for controlling process state under UNIX
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}meld3>=0.6.5:www/py-meld3@${PY_FLAVOR}
+LICENSE= REPOZE BSD3CLAUSE MEDUSA
+LICENSE_COMB= multi
+LICENSE_NAME_REPOZE= Repoze License
+LICENSE_NAME_MEDUSA= Medusa 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
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}meld3>=1.0.0:www/py-meld3@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0.5.0:devel/py-mock@${PY_FLAVOR}
-USES= python:2.7 shebangfix
+USES= python shebangfix
USE_PYTHON= distutils autoplist
+
PIDDIR?= /var/run/supervisor
NO_ARCH= yes