svn commit: r441191 - in head: . www/yarn
Adam Weinberger
adamw at FreeBSD.org
Thu May 18 18:39:56 UTC 2017
Author: adamw
Date: Thu May 18 18:39:54 2017
New Revision: 441191
URL: https://svnweb.freebsd.org/changeset/ports/441191
Log:
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
Modified:
head/UPDATING
head/www/yarn/Makefile
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Thu May 18 17:57:57 2017 (r441190)
+++ head/UPDATING Thu May 18 18:39:54 2017 (r441191)
@@ -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 at 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 at FreeBSD.org
Modified: head/www/yarn/Makefile
==============================================================================
--- head/www/yarn/Makefile Thu May 18 17:57:57 2017 (r441190)
+++ head/www/yarn/Makefile Thu May 18 18:39:54 2017 (r441191)
@@ -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
More information about the svn-ports-all
mailing list