diff options
author | lifanov <lifanov@FreeBSD.org> | 2018-05-18 21:45:40 +0800 |
---|---|---|
committer | lifanov <lifanov@FreeBSD.org> | 2018-05-18 21:45:40 +0800 |
commit | cbf5576945e1582d1a4a8080c3c440addc73cd4e (patch) | |
tree | 5e0311b09393f2adf2929014a410b2d39b1e2b2f /UPDATING | |
parent | db1339c223af1c99a8dec31393807790a434cfcc (diff) | |
download | freebsd-ports-gnome-cbf5576945e1582d1a4a8080c3c440addc73cd4e.tar.gz freebsd-ports-gnome-cbf5576945e1582d1a4a8080c3c440addc73cd4e.tar.zst freebsd-ports-gnome-cbf5576945e1582d1a4a8080c3c440addc73cd4e.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
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |