update to yarn-1.22.11

This commit is contained in:
sthen 2021-07-27 08:51:18 +00:00
parent 73b1562a9a
commit d8c0aaa5a7
3 changed files with 7 additions and 14 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2021/01/20 15:06:29 abieber Exp $
# $OpenBSD: Makefile,v 1.2 2021/07/27 08:51:18 sthen Exp $
COMMENT = fast, reliable, and secure dependency management
COMMENT = fast, reliable, and secure dependency management for node.js
V = v1.22.4
V = v1.22.11
DISTNAME = yarn-${V}
PKGNAME = yarn-${V:S/v//}

View File

@ -1,2 +1,2 @@
SHA256 (yarn-v1.22.4.tar.gz) = vFMWqhELL1ZKcaPW4jW+VbmHFGYIcMW2stLT8SWH+1g=
SIZE (yarn-v1.22.4.tar.gz) = 1244785
SHA256 (yarn-v1.22.11.tar.gz) = LDIN4UpgFPYtKcNP7Hj9uwvHHJzLpI7QZo3kUsH1/mw=
SIZE (yarn-v1.22.11.tar.gz) = 1245783

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-lib_cli_js,v 1.1.1.1 2021/01/20 15:06:29 abieber Exp $
$OpenBSD: patch-lib_cli_js,v 1.2 2021/07/27 08:51:18 sthen Exp $
node doesn't know where it is relative to itself when called without the full
path.
@ -6,7 +6,7 @@ path.
Index: lib/cli.js
--- lib/cli.js.orig
+++ lib/cli.js
@@ -34190,11 +34190,11 @@ var getWrappersFolder = exports.getWrappersFolder = fu
@@ -34194,11 +34194,11 @@ var getWrappersFolder = exports.getWrappersFolder = fu
wrappersFolder = yield (_fs || _load_fs()).makeTempDir();
@ -20,10 +20,3 @@ Index: lib/cli.js
proxyBasename: 'yarn',
prependArguments: [process.argv[1]]
});
@@ -153385,4 +153385,4 @@ module.exports = require("dns");
module.exports = require("domain");
/***/ })
-/******/ ]);
\ No newline at end of file
+/******/ ]);