Sat Jul 13 09:18:53 2019 UTC ()
yarn: updated to 1.17.3

1.17.3
Enforces https for the Yarn and npm registries.

1.17.2
Adds support for reading yarnPath from v2-produced .yarnrc.yml files.

1.17.0
Adds prereleases flags and prerelease identifier to yarn version.
Fixes audits when used with yarn add & yarn upgrade
Adds support for the --offline flag to yarn global add
Yarn will tolerate Yaml at parse time. Full support isn't ready yet and will only come at the next major.
Fixes a bug when using the link: protocol with a folder that doesn't contain a package.json


(adam)
diff -r1.6 -r1.7 pkgsrc/devel/yarn/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/yarn/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/devel/yarn/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/yarn/Makefile 2019/05/20 11:10:29 1.6
+++ pkgsrc/devel/yarn/Makefile 2019/07/13 09:18:52 1.7
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2019/05/20 11:10:29 adam Exp $ 1# $NetBSD: Makefile,v 1.7 2019/07/13 09:18:52 adam Exp $
2 2
3DISTNAME= yarn-v1.16.0 3DISTNAME= yarn-v1.17.3
4PKGNAME= ${DISTNAME:S/-v/-/} 4PKGNAME= ${DISTNAME:S/-v/-/}
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= https://yarnpkg.com/downloads/${PKGVERSION_NOREV}/ 6MASTER_SITES= https://yarnpkg.com/downloads/${PKGVERSION_NOREV}/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://yarnpkg.com/ 9HOMEPAGE= https://yarnpkg.com/
10COMMENT= JavaScript package manager 10COMMENT= JavaScript package manager
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13DEPENDS+= nodejs-[0-9]*:../../lang/nodejs 13DEPENDS+= nodejs-[0-9]*:../../lang/nodejs
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16

cvs diff -r1.6 -r1.7 pkgsrc/devel/yarn/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/yarn/distinfo 2019/05/20 11:10:29 1.6
+++ pkgsrc/devel/yarn/distinfo 2019/07/13 09:18:52 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2019/05/20 11:10:29 adam Exp $ 1$NetBSD: distinfo,v 1.7 2019/07/13 09:18:52 adam Exp $
2 2
3SHA1 (yarn-v1.16.0.tar.gz) = 5701b58ac555ff91f7b889b7d791b3dc86f8f999 3SHA1 (yarn-v1.17.3.tar.gz) = 60e0b77d079eb78e753bb616f7592b51b6a9adce
4RMD160 (yarn-v1.16.0.tar.gz) = 46cd51881cddc91fadadc0951f57d12e4994637e 4RMD160 (yarn-v1.17.3.tar.gz) = 8682b29457d836a16d5e9e724fb57b95425133c8
5SHA512 (yarn-v1.16.0.tar.gz) = 71f7a6c8696758a035ce8a5452079b4cf7fc0b85a43c867e4c99a4970704009e2eea858fb49780cebb1a99a18687ff9bd5759ef16e75cb3008982e0059b591d6 5SHA512 (yarn-v1.17.3.tar.gz) = 0a003ca3b9d165a42f99e17f581c76142edff56ff45f9f53d8868b62a80ca3aeb7ef07e9e66304b0cdd85e826d294b299e998324a97f8061619ea4beb0e37b84
6Size (yarn-v1.16.0.tar.gz) = 1172930 bytes 6Size (yarn-v1.17.3.tar.gz) = 1240577 bytes