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:           Sat Jul 13 09:18:53 UTC 2019

Modified Files:
        pkgsrc/devel/yarn: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/devel/yarn/Makefile:1.7
--- pkgsrc/devel/yarn/Makefile:1.6      Mon May 20 11:10:29 2019
+++ pkgsrc/devel/yarn/Makefile  Sat Jul 13 09:18:52 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/05/20 11:10:29 adam Exp $
+# $NetBSD: Makefile,v 1.7 2019/07/13 09:18:52 adam Exp $
 
-DISTNAME=      yarn-v1.16.0
+DISTNAME=      yarn-v1.17.3
 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.6 pkgsrc/devel/yarn/distinfo:1.7
--- pkgsrc/devel/yarn/distinfo:1.6      Mon May 20 11:10:29 2019
+++ pkgsrc/devel/yarn/distinfo  Sat Jul 13 09:18:52 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/05/20 11:10:29 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/07/13 09:18:52 adam Exp $
 
-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
+SHA1 (yarn-v1.17.3.tar.gz) = 60e0b77d079eb78e753bb616f7592b51b6a9adce
+RMD160 (yarn-v1.17.3.tar.gz) = 8682b29457d836a16d5e9e724fb57b95425133c8
+SHA512 (yarn-v1.17.3.tar.gz) = 0a003ca3b9d165a42f99e17f581c76142edff56ff45f9f53d8868b62a80ca3aeb7ef07e9e66304b0cdd85e826d294b299e998324a97f8061619ea4beb0e37b84
+Size (yarn-v1.17.3.tar.gz) = 1240577 bytes



Home | Main Index | Thread Index | Old Index