Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= supervisor |
4 |
PORTNAME= supervisor |
5 |
PORTVERSION= 3.3.0 |
5 |
PORTVERSION= 3.3.3 |
6 |
PORTEPOCH= 1 |
6 |
PORTEPOCH= 1 |
7 |
CATEGORIES= sysutils python |
7 |
CATEGORIES= sysutils python |
8 |
MASTER_SITES= CHEESESHOP |
8 |
MASTER_SITES= CHEESESHOP |
Lines 26-32
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}m
Link Here
|
26 |
|
26 |
|
27 |
PORTDOCS= *.txt *.rst |
27 |
PORTDOCS= *.txt *.rst |
28 |
|
28 |
|
29 |
USES= python:2 |
29 |
USES= python:2 shebangfix |
30 |
USE_PYTHON= distutils autoplist |
30 |
USE_PYTHON= distutils autoplist |
31 |
PIDDIR?= /var/run/supervisor |
31 |
PIDDIR?= /var/run/supervisor |
32 |
|
32 |
|
Lines 35-40
SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \
Link Here
|
35 |
PLIST_SUB= PIDDIR=${PIDDIR} |
35 |
PLIST_SUB= PIDDIR=${PIDDIR} |
36 |
USE_RC_SUBR= supervisord |
36 |
USE_RC_SUBR= supervisord |
37 |
|
37 |
|
|
|
38 |
SHEBANG_FILES= supervisor/scripts/*.py supervisor/tests/fixtures/*.py |
39 |
python_OLD_CMD= "/usr/bin/env python" |
40 |
python_OLD_CMD+= "<<PYTHON>>" |
41 |
|
38 |
post-patch: |
42 |
post-patch: |
39 |
@${REINPLACE_CMD} -e 's!%%PREFIX%%!${PREFIX}!' ${WRKSRC}/supervisor/options.py |
43 |
@${REINPLACE_CMD} -e 's!%%PREFIX%%!${PREFIX}!' ${WRKSRC}/supervisor/options.py |
40 |
|
44 |
|