pkgsrc-WIP-changes archive

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

helix: fix mv



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Fri Apr 1 12:16:43 2022 +0200
Changeset:	ab5fb37aa11c9d9f0e9acb9b4d178016d74f9dbe

Modified Files:
	helix/Makefile

Log Message:
helix: fix mv

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ab5fb37aa11c9d9f0e9acb9b4d178016d74f9dbe

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 helix/Makefile | 114 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 57 insertions(+), 57 deletions(-)

diffs:
diff --git a/helix/Makefile b/helix/Makefile
index c60da12841..59421df537 100644
--- a/helix/Makefile
+++ b/helix/Makefile
@@ -330,63 +330,63 @@ post-extract:
 # this ought to be a for loop. rinse and repeat for all tree-sitter-... directories.
 	${MV} ${WRKDIR}/tree-sitter-toml-${TOML_TAG} ${WRKSRC}/runtime/grammars/sources/toml
 	${MV} ${WRKDIR}/tree-sitter-bash-${BASH_TAG} ${WRKSRC}/runtime/grammars/sources/bash
-	${MV} ${WRKDIR}/tree-sitter-c-${C_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/c
-	${MV} ${WRKDIR}/tree-sitter-css-${CSS_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/css
-	${MV} ${WRKDIR}/tree-sitter-cpp-${CPP_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/cpp
-	${MV} ${WRKDIR}/tree-sitter-comment-${COMMENT_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/comment
-	${MV} ${WRKDIR}/tree-sitter-cmake-${CMAKE_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/cmake
-	${MV} ${WRKDIR}/tree-sitter-dart-${DART_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/dart
-	${MV} ${WRKDIR}/tree-sitter-docker-${DOCKER_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/docker
-	${MV} ${WRKDIR}/tree-sitter-elixir-${ELIXIR_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/elixir
-	${MV} ${WRKDIR}/tree-sitter-elm-${ELM_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/elm
-	${MV} ${WRKDIR}/tree-sitter-erlang-${ERLANG_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/erlang
-	${MV} ${WRKDIR}/tree-sitter-fish-${FISH_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/fish
-	${MV} ${WRKDIR}/tree-sitter-gitcommit-${GITCOMMIT_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/git-commit
-	${MV} ${WRKDIR}/tree-sitter-gitconfig-${GITCONFIG_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/git-config
-	${MV} ${WRKDIR}/tree-sitter-diff-${DIFF_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/diff
-	${MV} ${WRKDIR}/tree-sitter-gitrebase-${GITREBASE_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/git-rebase
-	${MV} ${WRKDIR}/tree-sitter-glsl-${GLSL_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/glsl
-	${MV} ${WRKDIR}/tree-sitter-go-${GO_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/go
-	${MV} ${WRKDIR}/tree-sitter-graphql-${GRAPHQL_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/graphql
-	${MV} ${WRKDIR}/tree-sitter-haskell-${HASKELL_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/haskell
-	${MV} ${WRKDIR}/tree-sitter-hcl-${HCL_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/hcl
-	${MV} ${WRKDIR}/tree-sitter-html-${HTML_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/html
-	${MV} ${WRKDIR}/tree-sitter-iex-${IEX_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/iex
-	${MV} ${WRKDIR}/tree-sitter-java-${JAVA_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/java
-	${MV} ${WRKDIR}/tree-sitter-javascript-${JAVASCRIPT_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/javascript
-	${MV} ${WRKDIR}/tree-sitter-json-${JSON_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/json
-	${MV} ${WRKDIR}/tree-sitter-julia-${JULIA_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/julia
-	${MV} ${WRKDIR}/tree-sitter-kotlin-${KOTLIN_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/kotlin
-	${MV} ${WRKDIR}/tree-sitter-latex-${LATEX_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/latex
-	${MV} ${WRKDIR}/tree-sitter-lean-${LEAN_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/lean
-	${MV} ${WRKDIR}/tree-sitter-ledger-${LEDGER_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/ledger
-	${MV} ${WRKDIR}/tree-sitter-llvmmir-${LLVMMIR_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/llvm-mir
-	${MV} ${WRKDIR}/tree-sitter-llvm-${LLVM_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/llvm
-	${MV} ${WRKDIR}/tree-sitter-lua-${LUA_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/lua
-	${MV} ${WRKDIR}/tree-sitter-make-${MAKE_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/make
-	${MV} ${WRKDIR}/tree-sitter-markdown-${MARKDOWN_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/markdown
-	${MV} ${WRKDIR}/tree-sitter-nix-${NIX_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/nix
-	${MV} ${WRKDIR}/tree-sitter-ocaml-${OCAML_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/ocaml
-	${MV} ${WRKDIR}/tree-sitter-org-${ORG_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/org
-	${MV} ${WRKDIR}/tree-sitter-perl-${PERL_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/perl
-	${MV} ${WRKDIR}/tree-sitter-php-${PHP_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/php
-	${MV} ${WRKDIR}/tree-sitter-protobuf-${PROTOBUF_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/protobuf
-	${MV} ${WRKDIR}/tree-sitter-python-${PYTHON_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/python
-	${MV} ${WRKDIR}/tree-sitter-regex-${REGEX_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/regex
-	${MV} ${WRKDIR}/tree-sitter-rescript-${RESCRIPT_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/rescript
-	${MV} ${WRKDIR}/tree-sitter-ruby-${RUBY_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/ruby
-	${MV} ${WRKDIR}/tree-sitter-rust-${RUST_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/rust
-	${MV} ${WRKDIR}/tree-sitter-scala-${SCALA_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/scala
-	${MV} ${WRKDIR}/tree-sitter-solidity-${SOLIDITY_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/solidity
-	${MV} ${WRKDIR}/tree-sitter-svelte-${SVELTE_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/svelte
-	${MV} ${WRKDIR}/tree-sitter-tablegen-${TABLEGEN_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/tablegen
-	${MV} ${WRKDIR}/tree-sitter-tsq-${TSQ_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/tsq
-	${MV} ${WRKDIR}/tree-sitter-twig-${TWIG_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/twig
-	${MV} ${WRKDIR}/tree-sitter-typescript-${TYPESCRIPT_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/typescript
-	${MV} ${WRKDIR}/tree-sitter-vue-${VUE_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/vue
-	${MV} ${WRKDIR}/tree-sitter-wgsl-${WGSL_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/wgsl
-	${MV} ${WRKDIR}/tree-sitter-yaml-${YAML_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/yaml
-	${MV} ${WRKDIR}/tree-sitter-zig-${ZIG_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/zig
+	${MV} ${WRKDIR}/tree-sitter-c-${C_TAG:S/v//} ${WRKSRC}/runtime/grammars/sources/c
+	${MV} ${WRKDIR}/tree-sitter-css-${CSS_TAG} ${WRKSRC}/runtime/grammars/sources/css
+	${MV} ${WRKDIR}/tree-sitter-cpp-${CPP_TAG} ${WRKSRC}/runtime/grammars/sources/cpp
+	${MV} ${WRKDIR}/tree-sitter-comment-${COMMENT_TAG} ${WRKSRC}/runtime/grammars/sources/comment
+	${MV} ${WRKDIR}/tree-sitter-cmake-${CMAKE_TAG} ${WRKSRC}/runtime/grammars/sources/cmake
+	${MV} ${WRKDIR}/tree-sitter-dart-${DART_TAG} ${WRKSRC}/runtime/grammars/sources/dart
+	${MV} ${WRKDIR}/tree-sitter-docker-${DOCKER_TAG} ${WRKSRC}/runtime/grammars/sources/docker
+	${MV} ${WRKDIR}/tree-sitter-elixir-${ELIXIR_TAG} ${WRKSRC}/runtime/grammars/sources/elixir
+	${MV} ${WRKDIR}/tree-sitter-elm-${ELM_TAG} ${WRKSRC}/runtime/grammars/sources/elm
+	${MV} ${WRKDIR}/tree-sitter-erlang-${ERLANG_TAG} ${WRKSRC}/runtime/grammars/sources/erlang
+	${MV} ${WRKDIR}/tree-sitter-fish-${FISH_TAG} ${WRKSRC}/runtime/grammars/sources/fish
+	${MV} ${WRKDIR}/tree-sitter-gitcommit-${GITCOMMIT_TAG} ${WRKSRC}/runtime/grammars/sources/git-commit
+	${MV} ${WRKDIR}/tree-sitter-gitconfig-${GITCONFIG_TAG} ${WRKSRC}/runtime/grammars/sources/git-config
+	${MV} ${WRKDIR}/tree-sitter-diff-${DIFF_TAG} ${WRKSRC}/runtime/grammars/sources/diff
+	${MV} ${WRKDIR}/tree-sitter-gitrebase-${GITREBASE_TAG} ${WRKSRC}/runtime/grammars/sources/git-rebase
+	${MV} ${WRKDIR}/tree-sitter-glsl-${GLSL_TAG} ${WRKSRC}/runtime/grammars/sources/glsl
+	${MV} ${WRKDIR}/tree-sitter-go-${GO_TAG} ${WRKSRC}/runtime/grammars/sources/go
+	${MV} ${WRKDIR}/tree-sitter-graphql-${GRAPHQL_TAG} ${WRKSRC}/runtime/grammars/sources/graphql
+	${MV} ${WRKDIR}/tree-sitter-haskell-${HASKELL_TAG} ${WRKSRC}/runtime/grammars/sources/haskell
+	${MV} ${WRKDIR}/tree-sitter-hcl-${HCL_TAG} ${WRKSRC}/runtime/grammars/sources/hcl
+	${MV} ${WRKDIR}/tree-sitter-html-${HTML_TAG} ${WRKSRC}/runtime/grammars/sources/html
+	${MV} ${WRKDIR}/tree-sitter-iex-${IEX_TAG} ${WRKSRC}/runtime/grammars/sources/iex
+	${MV} ${WRKDIR}/tree-sitter-java-${JAVA_TAG} ${WRKSRC}/runtime/grammars/sources/java
+	${MV} ${WRKDIR}/tree-sitter-javascript-${JAVASCRIPT_TAG} ${WRKSRC}/runtime/grammars/sources/javascript
+	${MV} ${WRKDIR}/tree-sitter-json-${JSON_TAG} ${WRKSRC}/runtime/grammars/sources/json
+	${MV} ${WRKDIR}/tree-sitter-julia-${JULIA_TAG} ${WRKSRC}/runtime/grammars/sources/julia
+	${MV} ${WRKDIR}/tree-sitter-kotlin-${KOTLIN_TAG} ${WRKSRC}/runtime/grammars/sources/kotlin
+	${MV} ${WRKDIR}/tree-sitter-latex-${LATEX_TAG} ${WRKSRC}/runtime/grammars/sources/latex
+	${MV} ${WRKDIR}/tree-sitter-lean-${LEAN_TAG} ${WRKSRC}/runtime/grammars/sources/lean
+	${MV} ${WRKDIR}/tree-sitter-ledger-${LEDGER_TAG} ${WRKSRC}/runtime/grammars/sources/ledger
+	${MV} ${WRKDIR}/tree-sitter-llvmmir-${LLVMMIR_TAG} ${WRKSRC}/runtime/grammars/sources/llvm-mir
+	${MV} ${WRKDIR}/tree-sitter-llvm-${LLVM_TAG} ${WRKSRC}/runtime/grammars/sources/llvm
+	${MV} ${WRKDIR}/tree-sitter-lua-${LUA_TAG} ${WRKSRC}/runtime/grammars/sources/lua
+	${MV} ${WRKDIR}/tree-sitter-make-${MAKE_TAG} ${WRKSRC}/runtime/grammars/sources/make
+	${MV} ${WRKDIR}/tree-sitter-markdown-${MARKDOWN_TAG} ${WRKSRC}/runtime/grammars/sources/markdown
+	${MV} ${WRKDIR}/tree-sitter-nix-${NIX_TAG} ${WRKSRC}/runtime/grammars/sources/nix
+	${MV} ${WRKDIR}/tree-sitter-ocaml-${OCAML_TAG} ${WRKSRC}/runtime/grammars/sources/ocaml
+	${MV} ${WRKDIR}/tree-sitter-org-${ORG_TAG} ${WRKSRC}/runtime/grammars/sources/org
+	${MV} ${WRKDIR}/tree-sitter-perl-${PERL_TAG} ${WRKSRC}/runtime/grammars/sources/perl
+	${MV} ${WRKDIR}/tree-sitter-php-${PHP_TAG} ${WRKSRC}/runtime/grammars/sources/php
+	${MV} ${WRKDIR}/tree-sitter-protobuf-${PROTOBUF_TAG} ${WRKSRC}/runtime/grammars/sources/protobuf
+	${MV} ${WRKDIR}/tree-sitter-python-${PYTHON_TAG} ${WRKSRC}/runtime/grammars/sources/python
+	${MV} ${WRKDIR}/tree-sitter-regex-${REGEX_TAG} ${WRKSRC}/runtime/grammars/sources/regex
+	${MV} ${WRKDIR}/tree-sitter-rescript-${RESCRIPT_TAG} ${WRKSRC}/runtime/grammars/sources/rescript
+	${MV} ${WRKDIR}/tree-sitter-ruby-${RUBY_TAG} ${WRKSRC}/runtime/grammars/sources/ruby
+	${MV} ${WRKDIR}/tree-sitter-rust-${RUST_TAG} ${WRKSRC}/runtime/grammars/sources/rust
+	${MV} ${WRKDIR}/tree-sitter-scala-${SCALA_TAG} ${WRKSRC}/runtime/grammars/sources/scala
+	${MV} ${WRKDIR}/tree-sitter-solidity-${SOLIDITY_TAG} ${WRKSRC}/runtime/grammars/sources/solidity
+	${MV} ${WRKDIR}/tree-sitter-svelte-${SVELTE_TAG} ${WRKSRC}/runtime/grammars/sources/svelte
+	${MV} ${WRKDIR}/tree-sitter-tablegen-${TABLEGEN_TAG} ${WRKSRC}/runtime/grammars/sources/tablegen
+	${MV} ${WRKDIR}/tree-sitter-tsq-${TSQ_TAG} ${WRKSRC}/runtime/grammars/sources/tsq
+	${MV} ${WRKDIR}/tree-sitter-twig-${TWIG_TAG} ${WRKSRC}/runtime/grammars/sources/twig
+	${MV} ${WRKDIR}/tree-sitter-typescript-${TYPESCRIPT_TAG} ${WRKSRC}/runtime/grammars/sources/typescript
+	${MV} ${WRKDIR}/tree-sitter-vue-${VUE_TAG} ${WRKSRC}/runtime/grammars/sources/vue
+	${MV} ${WRKDIR}/tree-sitter-wgsl-${WGSL_TAG} ${WRKSRC}/runtime/grammars/sources/wgsl
+	${MV} ${WRKDIR}/tree-sitter-yaml-${YAML_TAG} ${WRKSRC}/runtime/grammars/sources/yaml
+	${MV} ${WRKDIR}/tree-sitter-zig-${ZIG_TAG} ${WRKSRC}/runtime/grammars/sources/zig
 	(cd ${WRKSRC}/runtime/grammars/sources && ${CP} -a typescript tsx)
 	(cd ${WRKSRC}/runtime/grammars/sources && ${CP} -a ocaml ocaml-interface)
 


Home | Main Index | Thread Index | Old Index