diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2017-11-12 14:09:12 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2017-11-12 14:09:12 +0000 |
commit | d28956b74367c5a602f3ecc6edfbf0796372fd3c (patch) | |
tree | b70ce39b29c82aa970fa6d5f51c9aa71004d6684 /UPDATING | |
parent | dae8dbb3c7f92ce4e15269890b2aca60d4aa2fca (diff) | |
download | ports-d28956b74367c5a602f3ecc6edfbf0796372fd3c.tar.gz ports-d28956b74367c5a602f3ecc6edfbf0796372fd3c.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -5,6 +5,24 @@ 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. +20171112: + AFFECTS: consumers of devel/oniguruma* + AUTHOR: riggs@FreeBSD.org + + Outdated versions of oniguruma have been removed from the ports + tree; devel/oniguruma is the only supported version, currently + replacing devel/oniguruma6. + pkg should handle this automatically while users of portmaster or + portupgrade might need to take additional manual steps: + + for users of portmaster: + portmaster -o devel/oniguruma devel/oniguruma6 + portmaster -r devel/oniguruma + + for users of portupgrade: + portupgrade -o devel/oniguruma devel/oniguruma6 + portupgrade -fr devel/oniguruma + 20171107: AFFECTS: users of www/node AUTHOR: bhughes@FreeBSD.org |