pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/yarn
Module Name: pkgsrc
Committed By: adam
Date: Mon May 20 11:10:29 UTC 2019
Modified Files:
pkgsrc/devel/yarn: Makefile distinfo
Log Message:
yarn: 1.16.0
1.16.0
Retries downloading a package on yarn install when we get a ETIMEDOUT error.
Implements yarn audit --level [severity] flag to filter the audit command's output.
Implements yarn audit --groups group_name [group_name ...].
Exposes the script environment variables to yarn create spawned processes.
Prevents EPIPE errors from being printed.
Adds support for the npm enterprise URLs when computing the offline mirror filenames.
Tweaks the lockfile parser logic to parse a few extra cases
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/yarn/Makefile \
pkgsrc/devel/yarn/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/yarn/Makefile
diff -u pkgsrc/devel/yarn/Makefile:1.5 pkgsrc/devel/yarn/Makefile:1.6
--- pkgsrc/devel/yarn/Makefile:1.5 Mon Mar 18 09:11:22 2019
+++ pkgsrc/devel/yarn/Makefile Mon May 20 11:10:29 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/03/18 09:11:22 adam Exp $
+# $NetBSD: Makefile,v 1.6 2019/05/20 11:10:29 adam Exp $
-DISTNAME= yarn-v1.15.2
+DISTNAME= yarn-v1.16.0
PKGNAME= ${DISTNAME:S/-v/-/}
CATEGORIES= devel
MASTER_SITES= https://yarnpkg.com/downloads/${PKGVERSION_NOREV}/
Index: pkgsrc/devel/yarn/distinfo
diff -u pkgsrc/devel/yarn/distinfo:1.5 pkgsrc/devel/yarn/distinfo:1.6
--- pkgsrc/devel/yarn/distinfo:1.5 Mon Mar 18 09:11:22 2019
+++ pkgsrc/devel/yarn/distinfo Mon May 20 11:10:29 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2019/03/18 09:11:22 adam Exp $
+$NetBSD: distinfo,v 1.6 2019/05/20 11:10:29 adam Exp $
-SHA1 (yarn-v1.15.2.tar.gz) = 7a064ca81ca34235f16376ad2f796ed432f9e285
-RMD160 (yarn-v1.15.2.tar.gz) = 53d9f9d4d6dcc2214915f05a498c78535f6b59ef
-SHA512 (yarn-v1.15.2.tar.gz) = 0e1a9a19ed8571829db8ee36776841c9793bcbc936938d87deecd875604c4ef70d72058ac7bc429095ac540422917bda1103761b224daf3f026e8a9499a051af
-Size (yarn-v1.15.2.tar.gz) = 1169927 bytes
+SHA1 (yarn-v1.16.0.tar.gz) = 5701b58ac555ff91f7b889b7d791b3dc86f8f999
+RMD160 (yarn-v1.16.0.tar.gz) = 46cd51881cddc91fadadc0951f57d12e4994637e
+SHA512 (yarn-v1.16.0.tar.gz) = 71f7a6c8696758a035ce8a5452079b4cf7fc0b85a43c867e4c99a4970704009e2eea858fb49780cebb1a99a18687ff9bd5759ef16e75cb3008982e0059b591d6
+Size (yarn-v1.16.0.tar.gz) = 1172930 bytes
Home |
Main Index |
Thread Index |
Old Index