View | Details | Raw Unified | Return to bug 213974
Collapse All | Expand All

(-)ansible/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ansible
4
PORTNAME=	ansible
5
PORTVERSION?=	2.1.2.0
5
PORTVERSION?=	2.2.0.0
6
CATEGORIES=	sysutils python
6
CATEGORIES=	sysutils python
7
MASTER_SITES=	http://releases.ansible.com/ansible/
7
MASTER_SITES=	http://releases.ansible.com/ansible/
8
8
Lines 18-24 Link Here
18
		${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2
18
		${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2
19
19
20
NO_ARCH=	yes
20
NO_ARCH=	yes
21
USES=		cpe python:2 shebangfix
21
USES?=		cpe python shebangfix
22
USE_PYTHON=	autoplist distutils
22
USE_PYTHON=	autoplist distutils
23
python_CMD=	${LOCALBASE}/bin/python
23
python_CMD=	${LOCALBASE}/bin/python
24
SHEBANG_FILES+=	lib/ansible/modules/core/*/*.py \
24
SHEBANG_FILES+=	lib/ansible/modules/core/*/*.py \
(-)ansible/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1475167399
1
TIMESTAMP = 1478009653
2
SHA256 (ansible-2.1.2.0.tar.gz) = 9c37a7bd397c05ab8ca3fcc49417649ea49b9133d4cd9500408235617d1621eb
2
SHA256 (ansible-2.2.0.0.tar.gz) = d9f198d293394ce0f8ba802561b21368888e3301036a706b5584641b49408586
3
SIZE (ansible-2.1.2.0.tar.gz) = 1881113
3
SIZE (ansible-2.2.0.0.tar.gz) = 2441851
(-)ansible/files/pkg-message.in (-2 / +4 lines)
Lines 27-36 Link Here
27
27
28
Python notes:
28
Python notes:
29
29
30
If you have Python 3.x as the default, please set
30
Python 3.x support is BETA. Most modules should work
31
and important ones have been audited and tested.
32
If you have issues with Python 3, please set
31
ansible_python_interpreter=%%LOCALBASE%%/bin/python2
33
ansible_python_interpreter=%%LOCALBASE%%/bin/python2
32
34
33
Ansible 2 requires that lang/python27 port is built
35
Ansible 2 requires that lang/python port is built
34
with SEM option enabled, which is the default
36
with SEM option enabled, which is the default
35
37
36
===============================================================================
38
===============================================================================
(-)ansible1/Makefile (+2 lines)
Lines 10-15 Link Here
10
MASTERDIR=	${.CURDIR}/../ansible
10
MASTERDIR=	${.CURDIR}/../ansible
11
DISTINFO_FILE=	${.CURDIR}/distinfo
11
DISTINFO_FILE=	${.CURDIR}/distinfo
12
12
13
USES=	cpe python:2 shebangfix
14
13
SHEBANG_FILES=	lib/ansible/runner/action_plugins/synchronize.py
15
SHEBANG_FILES=	lib/ansible/runner/action_plugins/synchronize.py
14
16
15
EXTRA_PATCHES=
17
EXTRA_PATCHES=

Return to bug 213974