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.8 |
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= f88bf57 |
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 |
|