sysutils/ansible: switch to USES=python, upgrade version 1.7 => 1.7.1
PR: 192679 Submitted by: maintainer (Nikolai Lifanov)
This commit is contained in:
parent
098bc62bb0
commit
f8f6f8d3b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365076
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ansible
|
||||
PORTVERSION= 1.7
|
||||
PORTVERSION= 1.7.1
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= SF/lifanov-ports-distfiles/sysutils/${PORTNAME}/:icons
|
||||
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
|
||||
@ -29,13 +29,10 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= ${PORTNAME}
|
||||
GH_PROJECT= ${PORTNAME}
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
GH_COMMIT= 92382c4
|
||||
GH_COMMIT= 268e723
|
||||
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
USES= cpe shebangfix
|
||||
USES= cpe python:2 shebangfix
|
||||
USE_PYTHON= autoplist distutils
|
||||
SHEBANG_FILES= library/*/* \
|
||||
lib/ansible/runner/action_plugins/synchronize.py
|
||||
CPE_VENDOR= ansibleworks
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (ansible-1.7.tar.gz) = 849d63d5010ae603089a907cb7ded37bfb8553bad8dd0a8580140a9b5766afd5
|
||||
SIZE (ansible-1.7.tar.gz) = 1263801
|
||||
SHA256 (ansible-1.7.1.tar.gz) = 709af35e3198d8562b3de2d333d8382f9cb815b90d764dcd39a2032d721a388b
|
||||
SIZE (ansible-1.7.1.tar.gz) = 1265280
|
||||
SHA256 (ansible.png) = 9bf68abd2c95db4dc8dfc091c0e0e0a9716891f28d157e3f04e541d96e1c6850
|
||||
SIZE (ansible.png) = 1160
|
||||
|
Loading…
Reference in New Issue
Block a user