aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPDATING9
-rw-r--r--www/yarn/Makefile3
2 files changed, 11 insertions, 1 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
diff --git a/www/yarn/Makefile b/www/yarn/Makefile
index 33a245bf5472..ae63bbbc5ab2 100644
--- a/www/yarn/Makefile
+++ b/www/yarn/Makefile
@@ -3,6 +3,7 @@
PORTNAME= yarn
PORTVERSION= 0.23.2
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://yarnpkg.com/downloads/${PORTVERSION}/
@@ -16,7 +17,7 @@ WRKSRC= ${WRKDIR}/dist
OPTIONS_SINGLE= BACKEND
OPTIONS_SINGLE_BACKEND= NODE4 NODE6 NODE
-OPTIONS_DEFAULT= NODE6
+OPTIONS_DEFAULT= NODE
NODE_DESC= Use www/node as backend
NODE6_DESC= Use www/node6 as backend
NODE4_DESC= Use www/node4 as backend