Lines 1-8
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= cloud-init |
3 |
PORTNAME= cloud-init |
4 |
PORTVERSION= 18.3 |
4 |
PORTVERSION= 19.2 |
5 |
PORTREVISION= 2 |
|
|
6 |
CATEGORIES= net python |
5 |
CATEGORIES= net python |
7 |
MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ |
6 |
MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 24-36
Link Here
|
24 |
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ |
23 |
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ |
25 |
${PYTHON_PKGNAMEPREFIX}oauthlib>0:security/py-oauthlib@${PY_FLAVOR} \ |
24 |
${PYTHON_PKGNAMEPREFIX}oauthlib>0:security/py-oauthlib@${PY_FLAVOR} \ |
26 |
${PYTHON_PKGNAMEPREFIX}jsonpatch>0:devel/py-jsonpatch@${PY_FLAVOR} \ |
25 |
${PYTHON_PKGNAMEPREFIX}jsonpatch>0:devel/py-jsonpatch@${PY_FLAVOR} \ |
27 |
${PYTHON_PKGNAMEPREFIX}cheetah>0:devel/py-cheetah@${PY_FLAVOR} \ |
|
|
28 |
${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR} \ |
26 |
${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR} \ |
29 |
${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer@${PY_FLAVOR} |
27 |
${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer@${PY_FLAVOR} |
30 |
|
28 |
|
31 |
ETCDIR= ${PREFIX}/etc/cloud |
29 |
ETCDIR= ${PREFIX}/etc/cloud |
32 |
|
30 |
|
33 |
USES= python:2.7 shebangfix |
31 |
USES= python shebangfix |
34 |
SHEBANG_FILES= tools/validate-yaml.py tools/read-dependencies \ |
32 |
SHEBANG_FILES= tools/validate-yaml.py tools/read-dependencies \ |
35 |
tools/read-version |
33 |
tools/read-version |
36 |
USE_PYTHON= autoplist distutils |
34 |
USE_PYTHON= autoplist distutils |
Lines 47-51
Link Here
|
47 |
|
45 |
|
48 |
post-build: |
46 |
post-build: |
49 |
(cd ${WRKSRC} && ${MV} sysvinit/freebsd/cloudconfig config/cloud.cfg) |
47 |
(cd ${WRKSRC} && ${MV} sysvinit/freebsd/cloudconfig config/cloud.cfg) |
|
|
48 |
@cd ${WRKSRC} && ${MV} config/cloud.cfg.d/05_logging.cfg config/cloud.cfg.d/05_logging.cfg.sample |
50 |
|
49 |
|
51 |
.include <bsd.port.mk> |
50 |
.include <bsd.port.mk> |