View | Details | Raw Unified | Return to bug 192017 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ansible
4
PORTNAME=	ansible
5
PORTVERSION=	1.6.6
5
PORTVERSION=	1.6.7
6
PORTREVISION=	1
7
CATEGORIES=	sysutils python
6
CATEGORIES=	sysutils python
8
MASTER_SITES=	SF/lifanov-ports-distfiles/sysutils/${PORTNAME}/:icons
7
MASTER_SITES=	SF/lifanov-ports-distfiles/sysutils/${PORTNAME}/:icons
9
DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
8
DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
Lines 30-44 Link Here
30
GH_ACCOUNT=	${PORTNAME}
29
GH_ACCOUNT=	${PORTNAME}
31
GH_PROJECT=	${PORTNAME}
30
GH_PROJECT=	${PORTNAME}
32
GH_TAGNAME=	${GH_COMMIT}
31
GH_TAGNAME=	${GH_COMMIT}
33
GH_COMMIT=	69d85c2
32
GH_COMMIT=	907c98e
34
33
35
USE_PYTHON=		2
34
USE_PYTHON=		2
36
USE_PYDISTUTILS=	yes
35
USE_PYDISTUTILS=	yes
37
PYDISTUTILS_AUTOPLIST=	yes
36
PYDISTUTILS_AUTOPLIST=	yes
38
37
39
USES=		shebangfix
38
USES=		cpe shebangfix
40
SHEBANG_FILES=	library/*/* \
39
SHEBANG_FILES=	library/*/* \
41
		lib/ansible/runner/action_plugins/synchronize.py
40
		lib/ansible/runner/action_plugins/synchronize.py
41
CPE_VENDOR=	ansibleworks
42
42
43
SUB_FILES=	pkg-message
43
SUB_FILES=	pkg-message
44
44
(-)distinfo (-2 / +2 lines)
Lines 1-4 Link Here
1
SHA256 (ansible-1.6.6.tar.gz) = 62244686596d1d9ec9e34e04ded46dd502db603aa598657d76b49a9797d02c93
1
SHA256 (ansible-1.6.7.tar.gz) = 678e3d51d89e4403f2401d15b46aa8e9056e6d241fcf481e84b5c265771e071a
2
SIZE (ansible-1.6.6.tar.gz) = 1175670
2
SIZE (ansible-1.6.7.tar.gz) = 1177256
3
SHA256 (ansible.png) = 9bf68abd2c95db4dc8dfc091c0e0e0a9716891f28d157e3f04e541d96e1c6850
3
SHA256 (ansible.png) = 9bf68abd2c95db4dc8dfc091c0e0e0a9716891f28d157e3f04e541d96e1c6850
4
SIZE (ansible.png) = 1160
4
SIZE (ansible.png) = 1160

Return to bug 192017