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 Dec  9 20:15:36 UTC 2019

Modified Files:
        pkgsrc/devel/yarn: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/yarn/Makefile
cvs rdiff -u -r1.8 -r1.9 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.9 pkgsrc/devel/yarn/Makefile:1.10
--- pkgsrc/devel/yarn/Makefile:1.9      Sun Nov 24 20:23:09 2019
+++ pkgsrc/devel/yarn/Makefile  Mon Dec  9 20:15:36 2019
@@ -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-build:
 
 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"

Index: pkgsrc/devel/yarn/distinfo
diff -u pkgsrc/devel/yarn/distinfo:1.8 pkgsrc/devel/yarn/distinfo:1.9
--- pkgsrc/devel/yarn/distinfo:1.8      Sun Nov 24 20:23:09 2019
+++ pkgsrc/devel/yarn/distinfo  Mon Dec  9 20:15:36 2019
@@ -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