|
Lines 2-9
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= salt |
4 |
PORTNAME= salt |
| 5 |
PORTVERSION= 2017.7.2 |
5 |
PORTVERSION= 2017.7.3 |
| 6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 0 |
| 7 |
CATEGORIES= sysutils python |
7 |
CATEGORIES= sysutils python |
| 8 |
MASTER_SITES= CHEESESHOP |
8 |
MASTER_SITES= CHEESESHOP |
| 9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
Lines 16-24
Link Here
|
| 16 |
|
16 |
|
| 17 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${FLAVOR} \ |
17 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${FLAVOR} \ |
| 18 |
${PYTHON_PKGNAMEPREFIX}MarkupSafe>0:textproc/py-MarkupSafe@${FLAVOR} \ |
18 |
${PYTHON_PKGNAMEPREFIX}MarkupSafe>0:textproc/py-MarkupSafe@${FLAVOR} \ |
| 19 |
${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${FLAVOR} \ |
|
|
| 20 |
${PYTHON_PKGNAMEPREFIX}boto>=2.32.1:devel/py-boto@${FLAVOR} \ |
| 21 |
${PYTHON_PKGNAMEPREFIX}botocore>0:devel/py-botocore@${FLAVOR} \ |
| 22 |
${PYTHON_PKGNAMEPREFIX}libcloud>=0.14.0:net/py-libcloud@${FLAVOR} \ |
19 |
${PYTHON_PKGNAMEPREFIX}libcloud>=0.14.0:net/py-libcloud@${FLAVOR} \ |
| 23 |
${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.3:devel/py-msgpack-python@${FLAVOR} \ |
20 |
${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.3:devel/py-msgpack-python@${FLAVOR} \ |
| 24 |
${PYTHON_PKGNAMEPREFIX}progressbar>0:misc/py-progressbar@${FLAVOR} \ |
21 |
${PYTHON_PKGNAMEPREFIX}progressbar>0:misc/py-progressbar@${FLAVOR} \ |
|
Lines 58-66
Link Here
|
| 58 |
|
55 |
|
| 59 |
SUB_FILES= pkg-message |
56 |
SUB_FILES= pkg-message |
| 60 |
|
57 |
|
| 61 |
OPTIONS_DEFINE= RAET TCP ZEROMQ |
58 |
OPTIONS_DEFINE= RAET TCP ZEROMQ AWS |
| 62 |
OPTIONS_DEFAULT=ZEROMQ |
59 |
OPTIONS_DEFAULT=ZEROMQ |
| 63 |
|
60 |
|
|
|
61 |
AWS_DESC= Install dependencies required for Amazon Web Services |
| 64 |
RAET_DESC= Install dependencies required for RAET transport |
62 |
RAET_DESC= Install dependencies required for RAET transport |
| 65 |
TCP_DESC= Install dependencies required for TCP transport |
63 |
TCP_DESC= Install dependencies required for TCP transport |
| 66 |
ZEROMQ_DESC= Install dependencies required for ZeroMQ transport |
64 |
ZEROMQ_DESC= Install dependencies required for ZeroMQ transport |
|
Lines 75-80
Link Here
|
| 75 |
ZEROMQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.2.0:net/py-pyzmq@${FLAVOR} \ |
73 |
ZEROMQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.2.0:net/py-pyzmq@${FLAVOR} \ |
| 76 |
${PYTHON_PKGNAMEPREFIX}pycrypto>=2.6.1:security/py-pycrypto@${FLAVOR} |
74 |
${PYTHON_PKGNAMEPREFIX}pycrypto>=2.6.1:security/py-pycrypto@${FLAVOR} |
| 77 |
|
75 |
|
|
|
76 |
# AWS dependencies updated verry frequently |
| 77 |
AWS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${FLAVOR} \ |
| 78 |
${PYTHON_PKGNAMEPREFIX}boto>=2.32.1:devel/py-boto@${FLAVOR} \ |
| 79 |
${PYTHON_PKGNAMEPREFIX}botocore>0:devel/py-botocore@${FLAVOR} |
| 80 |
|
| 78 |
.include <bsd.port.pre.mk> |
81 |
.include <bsd.port.pre.mk> |
| 79 |
|
82 |
|
| 80 |
# Python 2.7-3.3 require enum34, unnecessary for Python 3.4+ |
83 |
# Python 2.7-3.3 require enum34, unnecessary for Python 3.4+ |