pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/yarn yarn: updated to 1.19.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb64e1500299
branches:  trunk
changeset: 418959:cb64e1500299
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Dec 09 20:15:36 2019 +0000

description:
yarn: updated to 1.19.2

1.19.2
Folders like .cache won't be pruned from the node_modules after each install.
Correctly installs workspace child dependencies when workspace child not symlinked to root.
Makes running scripts with Plug'n Play possible on node 13.
Change run command to check cwd/node_modules/.bin for commands. Fixes run in workspaces.

diffstat:

 devel/yarn/Makefile |  12 ++++++------
 devel/yarn/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 11 deletions(-)

diffs (45 lines):

diff -r 70a6ac374553 -r cb64e1500299 devel/yarn/Makefile
--- a/devel/yarn/Makefile       Mon Dec 09 20:10:19 2019 +0000
+++ b/devel/yarn/Makefile       Mon Dec 09 20:15:36 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2019/11/24 20:23:09 adam Exp $
+# $NetBSD: Makefile,v 1.10 2019/12/09 20:15:36 adam Exp $
 
-DISTNAME=      yarn-v1.19.1
+DISTNAME=      yarn-v1.19.2
 PKGNAME=       ${DISTNAME:S/-v/-/}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=yarnpkg/}
@@ -24,13 +24,13 @@
 
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/bin/yarn.js                 \
-           ${DESTDIR}${PREFIX}/libexec/yarn/bin/yarn.js
+               ${DESTDIR}${PREFIX}/libexec/yarn/bin/yarn.js
        ${INSTALL_DATA} ${WRKSRC}/lib/*.js                      \
-           ${DESTDIR}${PREFIX}/libexec/yarn/lib/
+               ${DESTDIR}${PREFIX}/libexec/yarn/lib/
        ${INSTALL_SCRIPT} ${WRKSRC}/yarn.sh                     \
-           ${DESTDIR}${PREFIX}/bin/yarn
+               ${DESTDIR}${PREFIX}/bin/yarn
        ${INSTALL_SCRIPT} ${WRKSRC}/yarn.sh                     \
-           ${DESTDIR}${PREFIX}/bin/yarnpkg
+               ${DESTDIR}${PREFIX}/bin/yarnpkg
 
 .include "../../lang/nodejs/application.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 70a6ac374553 -r cb64e1500299 devel/yarn/distinfo
--- a/devel/yarn/distinfo       Mon Dec 09 20:10:19 2019 +0000
+++ b/devel/yarn/distinfo       Mon Dec 09 20:15:36 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/11/24 20:23:09 adam Exp $
+$NetBSD: distinfo,v 1.9 2019/12/09 20:15:36 adam Exp $
 
-SHA1 (yarn-v1.19.1.tar.gz) = 14b92410dd1ba5bab87a12b4a3d807f4569bea97
-RMD160 (yarn-v1.19.1.tar.gz) = 43769e50b1142891d51a08675b78e088f86deed1
-SHA512 (yarn-v1.19.1.tar.gz) = 8019df6cbf6b618d391add1c8c986cfec8aa4171d89596a54e32b79d79f640edb4c5b90814fa1bf8b947e3830be3b19c478554f7fd9d61c93505614cd096afc7
-Size (yarn-v1.19.1.tar.gz) = 1243585 bytes
+SHA1 (yarn-v1.19.2.tar.gz) = cf5fc9b24ad97a11c65d7cb0b2ac945eb936122f
+RMD160 (yarn-v1.19.2.tar.gz) = b46b99d1b6684e4cba86bf0472f2670736f0bbf5
+SHA512 (yarn-v1.19.2.tar.gz) = 39d2cdfcafec03e2a75b8820350c0760ae9825d2e4496c5bc7a21877e588409eb10df93c08860a72405fc06c530660da125b96b3cdc89f38c50a652a3eda58fb
+Size (yarn-v1.19.2.tar.gz) = 1244018 bytes



Home | Main Index | Thread Index | Old Index