update sysutils/ansible* ports
sysutils/ansible: 2.7.1 Changes: https://github.com/ansible/ansible/blob/v2.7.1/changelogs/CHANGELOG-v2.7.rst sysutils/ansible26: 2.6.7 Changes: https://github.com/ansible/ansible/blob/v2.6.7/changelogs/CHANGELOG-v2.6.rst sysutils/ansible25: 2.5.11 Changes: https://github.com/ansible/ansible/blob/v2.5.11/changelogs/CHANGELOG-v2.5.rst All ports: move default configuration directory back to LOCALBASE/etc/ansible as before the flavors conversion. Configuration is version-specific and not Python-specific and this is a more intuitive location. PR: 232377 Reported by: Tomoyuki Sakurai (default configuration path)
This commit is contained in:
parent
09dd119ccc
commit
6dedc0c743
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484164
11
UPDATING
11
UPDATING
@ -5,6 +5,17 @@ they are unavoidable.
|
||||
You should get into the habit of checking this file for changes each time
|
||||
you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
20181104:
|
||||
AFFECTS: users of sysutils/ansible*
|
||||
AUTHOR: lifanov@FreeBSD.org
|
||||
|
||||
Default Ansible configuration location changed to LOCALBASE/etc/ansible
|
||||
instead of a per-flavor directory. If you use system-wide Ansible
|
||||
configuration, please migrate from a flavored directory to a common
|
||||
one:
|
||||
|
||||
# mv /usr/local/etc/py27-ansible /usr/local/etc/ansible
|
||||
|
||||
20181031:
|
||||
AFFECTS: users of www/node
|
||||
AUTHOR: bhughes@FreeBSD.org
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ansible
|
||||
PORTVERSION?= 2.7.0
|
||||
PORTVERSION?= 2.7.1
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= http://releases.ansible.com/ansible/
|
||||
@ -60,7 +60,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
post-patch:
|
||||
${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${REINPLACE_CMD} \
|
||||
-e 's|/etc/ansible|${ETCDIR}|g' \
|
||||
-e 's|/etc/ansible|${ETCDIR:S/${PY_FLAVOR}-//}|g' \
|
||||
-e 's|/usr/share/ansible|${DATADIR}|g'
|
||||
|
||||
post-install:
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1539564179
|
||||
SHA256 (ansible-2.7.0.tar.gz) = a1ab8e0f13e79a20661ad6546f45a142afeaeb664deb2c290e32362d8ae5b618
|
||||
SIZE (ansible-2.7.0.tar.gz) = 11773769
|
||||
TIMESTAMP = 1541385024
|
||||
SHA256 (ansible-2.7.1.tar.gz) = e7953472347fcc6dca10839111b576a9f790e00056344f2dcf448e6c452fe939
|
||||
SIZE (ansible-2.7.1.tar.gz) = 11738557
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PKGNAMESUFFIX= 1
|
||||
PORTVERSION= 1.9.6
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
|
||||
CONFLICTS= ansible-* \
|
||||
ansible23-* \
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTVERSION= 2.3.3.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PKGNAMESUFFIX= 23
|
||||
|
||||
CONFLICTS= ansible-* \
|
||||
|
@ -1,6 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTVERSION= 2.4.6.0
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= 24
|
||||
|
||||
CONFLICTS= ansible-* \
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTVERSION= 2.5.9
|
||||
PORTVERSION= 2.5.11
|
||||
PKGNAMESUFFIX= 25
|
||||
|
||||
CONFLICTS= ansible-* \
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTVERSION= 2.6.5
|
||||
PORTVERSION= 2.6.7
|
||||
PKGNAMESUFFIX= 26
|
||||
|
||||
CONFLICTS= ansible-* \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1539565048
|
||||
SHA256 (ansible-2.6.5.tar.gz) = b33beec86e74bb4b9161260b73ed83c31018eff10929bdcbf28028af70fe4143
|
||||
SIZE (ansible-2.6.5.tar.gz) = 10757800
|
||||
TIMESTAMP = 1541385121
|
||||
SHA256 (ansible-2.6.7.tar.gz) = 003ae1df874cd3a2c12454dd8f073cecc03b8a10508d898367a3f134139fea82
|
||||
SIZE (ansible-2.6.7.tar.gz) = 10708387
|
||||
|
Loading…
Reference in New Issue
Block a user