diff options
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -5,6 +5,21 @@ 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. +20181031: + AFFECTS: users of www/node + AUTHOR: bhughes@FreeBSD.org + + The www/node port has been updated to Node.js v11.0.0, the latest + upstream release. A new port, www/node10, has been created for the + v10.x LTS branch. Users wanting to stay on v10.x can replace www/node + with www/node8 with one of the following commands: + + # pkg install www/node10 + or + # portmaster -o www/node10 www/node + or + # portupgrade -o www/node10 www/node + 20181022: AFFECTS: users of lang/php71 AUTHOR: joneum@FreeBSD.org |