aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorNikolai Lifanov <lifanov@FreeBSD.org>2018-05-18 13:45:40 +0000
committerNikolai Lifanov <lifanov@FreeBSD.org>2018-05-18 13:45:40 +0000
commitbb43a505cfacb3676f5779ecdb7809d195f13a99 (patch)
tree5e0311b09393f2adf2929014a410b2d39b1e2b2f /UPDATING
parent02dc1ad02f95eecc338bd49a34ad7050cf8d0e27 (diff)
downloadports-bb43a505cfacb3676f5779ecdb7809d195f13a99.tar.gz
ports-bb43a505cfacb3676f5779ecdb7809d195f13a99.zip
add tests and FLAVORS to Ansible ports
Most of the work was done by koobs. Thank you! PR: 228268 Submitted by: koobs Reported by: Christopher Hall
Notes
Notes: svn path=/head/; revision=470293
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index daed52516571..347913670ea6 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ 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.
+20180518:
+ AFFECTS: users of sysutils/ansible*
+ AUTHOR: lifanov@FreeBSD.org
+
+ Ansible ports are now flavored. Package names for Ansible changed
+ to include python version. Poudriere and package users don't need
+ to do anything.
+
+ To rename an installed package to match the new naming scheme,
+ for example, for ansible24, run:
+
+ # pkg set -n ansible24:py27-ansible24
+
20180514:
AFFECTS: users of www/gitlab
AUTHOR: mfechner@FreeBSD.org