Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2017 18:39:54 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441191 - in head: . www/yarn
Message-ID:  <201705181839.v4IIdsKB067409@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705181839.v4IIdsKB067409>