Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2017 11:23:11 +0000 (UTC)
From:      Luca Pizzamiglio <pizzamig@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450977 - head/www/yarn
Message-ID:  <201709301123.v8UBNCoS008465@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pizzamig
Date: Sat Sep 30 11:23:11 2017
New Revision: 450977
URL: https://svnweb.freebsd.org/changeset/ports/450977

Log:
  www/yarn: update to 1.1.0 and fix the yarn script
  
  Re-enabling the readlink -f option on FreeBSD
  Update to version 1.1.0
  
  PR:		222696
  Approved by:	olivier (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12542

Modified:
  head/www/yarn/Makefile
  head/www/yarn/distinfo

Modified: head/www/yarn/Makefile
==============================================================================
--- head/www/yarn/Makefile	Sat Sep 30 11:21:07 2017	(r450976)
+++ head/www/yarn/Makefile	Sat Sep 30 11:23:11 2017	(r450977)
@@ -2,7 +2,7 @@
 
 PORTNAME=	yarn
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.0.2
+DISTVERSION=	1.1.0
 CATEGORIES=	www
 MASTER_SITES=	https://yarnpkg.com/downloads/${PORTVERSION}/
 
@@ -37,6 +37,8 @@ post-patch:
 	@${REINPLACE_CMD} -i '' \
 		-e 's|"installationMethod": "tar"|"installationMethod": "pkg"|g' \
 		${WRKSRC}/package.json
+	@${REINPLACE_CMD} -i '' -e 's%"Linux)%Linux|FreeBSD)%g' \
+		${WRKSRC}/bin/yarn
 
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/lib/node_modules/yarn

Modified: head/www/yarn/distinfo
==============================================================================
--- head/www/yarn/distinfo	Sat Sep 30 11:21:07 2017	(r450976)
+++ head/www/yarn/distinfo	Sat Sep 30 11:23:11 2017	(r450977)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1506246826
-SHA256 (yarn-v1.0.2.tar.gz) = 8a31f8fa50ab6d5f8852025fb0ea4a50f2f8b82792f060fa99de0acc370b0698
-SIZE (yarn-v1.0.2.tar.gz) = 843696
+TIMESTAMP = 1506702503
+SHA256 (yarn-v1.1.0.tar.gz) = 171c1f9ee93c488c0d774ac6e9c72649047c3f896277d88d0f805266519430f3
+SIZE (yarn-v1.1.0.tar.gz) = 874168



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