aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorNikolai Lifanov <lifanov@FreeBSD.org>2018-10-15 00:58:09 +0000
committerNikolai Lifanov <lifanov@FreeBSD.org>2018-10-15 00:58:09 +0000
commit3c9a54e4cb28db8e0e5f94afa9ec367d7a314a4c (patch)
treea21619732dd00d056da1d2bd2e1a73c62dd08faf /UPDATING
parent1ec5d74d21f7a084f2c8a5e51d833b7fc93d28db (diff)
downloadports-3c9a54e4cb28db8e0e5f94afa9ec367d7a314a4c.tar.gz
ports-3c9a54e4cb28db8e0e5f94afa9ec367d7a314a4c.zip
update sysutils/ansible to 2.7.0
This is a major release. Please see changelog and migration guide: https://github.com/ansible/ansible/blob/2.7/changelogs/CHANGELOG-v2.7.rst https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.7.html This also introduces sysutils/ansible26, which will track the 2.6 stable branch.
Notes
Notes: svn path=/head/; revision=482130
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 626a31f7936e..d62d4d1272ec 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ 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.
+20181014:
+ AFFECTS: users of sysutils/ansible
+ AUTHOR: lifanov@FreeBSD.org
+
+ Ansible has been updated to 2.7.0. Please follow the porting guide
+ to update the rulesets:
+
+ https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.7.html
+
+ If you wish to stay with 2.6 version, you can switch
+ to new sysutils/ansible2.6 port, which tracks stable 2.6 branch:
+
+ # pkg set -n ansible:ansible26
+
20181010:
AFFECTS: users of mail/courier-imap and other courier ports
AUTHOR: madpilot@FreeBSD.org