aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2017-05-18 18:39:54 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2017-05-18 18:39:54 +0000
commitf5b775b3440605a18ba5a65d6f04fbb4d017571b (patch)
tree75b866f10d7e6bcbc09b3d6ff9e802305a09a4ec /UPDATING
parente6c60a497241782b4b79bd138e9ad0be38243778 (diff)
downloadports-f5b775b3440605a18ba5a65d6f04fbb4d017571b.tar.gz
ports-f5b775b3440605a18ba5a65d6f04fbb4d017571b.zip
Switch the default yarn node backend from node6 (LTS) to node (current).
This makes yarn's backend selection consistent with npm and all other node consumers. Add an UPDATING message to reduce surprise. Submitted by: maintainer (Luca Pizzamiglio) Reported by: jrm
Notes
Notes: svn path=/head/; revision=441191
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index afd72a50e0ef..9fc056bb71f8 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,15 @@ 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.
+20170518:
+ AFFECTS: users of www/yarn
+ AUTHOR: adamw@FreeBSD.org
+
+ The default node backend for yarn has switched to www/node. Binary
+ package users should expect the node backend to be switched during
+ the upgrade. To keep the node6 (LTS) backend, rebuild www/yarn with
+ the NODE6 backend option enabled.
+
20170517:
AFFECTS: users of security/pecl-ssh2
AUTHOR: dbaio@FreeBSD.org