aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorSerhii (Sergey) Kozlov <skozlov@FreeBSD.org>2021-10-01 23:47:52 +0000
committerSerhii (Sergey) Kozlov <skozlov@FreeBSD.org>2021-10-01 23:47:52 +0000
commit981392d90593573647ca1ff3dfe413aed6b07e3d (patch)
treec72df071754e2e6c9a3f7e6d90f26a00449e4b71 /shells
parent85f94205034a14886422d8b8e4363ed0f546a6ff (diff)
downloadports-981392d90593573647ca1ff3dfe413aed6b07e3d.tar.gz
ports-981392d90593573647ca1ff3dfe413aed6b07e3d.zip
shells/ohmyzsh: Update to 20210930
Diffstat (limited to 'shells')
-rw-r--r--shells/ohmyzsh/Makefile4
-rw-r--r--shells/ohmyzsh/distinfo6
-rw-r--r--shells/ohmyzsh/files/patch-oh-my-zsh.sh23
-rw-r--r--shells/ohmyzsh/pkg-plist9
4 files changed, 18 insertions, 24 deletions
diff --git a/shells/ohmyzsh/Makefile b/shells/ohmyzsh/Makefile
index 01c05773e02a..fe132c63568f 100644
--- a/shells/ohmyzsh/Makefile
+++ b/shells/ohmyzsh/Makefile
@@ -1,7 +1,7 @@
# Created by: Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
PORTNAME= ohmyzsh
-PORTVERSION= 20210820
+PORTVERSION= 20210930
CATEGORIES= shells
MAINTAINER= skozlov@FreeBSD.org
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= zsh:shells/zsh
USE_GITHUB= yes
-GH_TAGNAME= 6d5b8484ce7198161d5f617c3db9fd7d3833d48c
+GH_TAGNAME= 3c209b00d69499db93fb6aac5c79a6179ff6b855
NO_ARCH= yes
NO_BUILD= yes
diff --git a/shells/ohmyzsh/distinfo b/shells/ohmyzsh/distinfo
index 39ad91846065..b1a1d178f6ca 100644
--- a/shells/ohmyzsh/distinfo
+++ b/shells/ohmyzsh/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1629582231
-SHA256 (ohmyzsh-ohmyzsh-20210820-6d5b8484ce7198161d5f617c3db9fd7d3833d48c_GH0.tar.gz) = 36dcd5fbd5f5f990ea69bb53c68d92464e7d0edaf6feeabc2b40b544e3a82e93
-SIZE (ohmyzsh-ohmyzsh-20210820-6d5b8484ce7198161d5f617c3db9fd7d3833d48c_GH0.tar.gz) = 734221
+TIMESTAMP = 1633131318
+SHA256 (ohmyzsh-ohmyzsh-20210930-3c209b00d69499db93fb6aac5c79a6179ff6b855_GH0.tar.gz) = 6e2f1260c29fb4117d7e1ff23f0a3dc13b67f79908d27cde5348f76f0156cdb6
+SIZE (ohmyzsh-ohmyzsh-20210930-3c209b00d69499db93fb6aac5c79a6179ff6b855_GH0.tar.gz) = 734974
diff --git a/shells/ohmyzsh/files/patch-oh-my-zsh.sh b/shells/ohmyzsh/files/patch-oh-my-zsh.sh
index 12bab5e90f22..e9ba627eb194 100644
--- a/shells/ohmyzsh/files/patch-oh-my-zsh.sh
+++ b/shells/ohmyzsh/files/patch-oh-my-zsh.sh
@@ -1,20 +1,15 @@
Disable auto update
-Respect XDG cache directory if present.
---- oh-my-zsh.sh.orig 2020-07-18 17:06:08 UTC
+--- oh-my-zsh.sh.orig 2021-10-01 23:40:04 UTC
+++ oh-my-zsh.sh
-@@ -1,12 +1,8 @@
- # Set ZSH_CACHE_DIR to the path where cache files should be created
--# or else we will use the default cache/
-+# or else we will use the default .cache/
- if [[ -z "$ZSH_CACHE_DIR" ]]; then
-- ZSH_CACHE_DIR="$ZSH/cache"
--fi
--
+@@ -24,11 +24,6 @@ fi
+ mkdir -p "$ZSH_CACHE_DIR/completions"
+ (( ${fpath[(Ie)"$ZSH_CACHE_DIR/completions"]} )) || fpath=("$ZSH_CACHE_DIR/completions" $fpath)
+
-# Check for updates on initial load...
-if [ "$DISABLE_AUTO_UPDATE" != "true" ]; then
- source $ZSH/tools/check_for_upgrade.sh
-+ ZSH_CACHE_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/oh-my-zsh"
-+ mkdir -p ${ZSH_CACHE_DIR}
- fi
-
+-fi
+-
# Initializes Oh My Zsh
+
+ # add a function path
diff --git a/shells/ohmyzsh/pkg-plist b/shells/ohmyzsh/pkg-plist
index a89257bf6b00..3d84ba59652f 100644
--- a/shells/ohmyzsh/pkg-plist
+++ b/shells/ohmyzsh/pkg-plist
@@ -87,7 +87,7 @@
%%DATADIR%%/plugins/capistrano/_capistrano
%%DATADIR%%/plugins/capistrano/capistrano.plugin.zsh
%%DATADIR%%/plugins/cargo/README.md
-%%DATADIR%%/plugins/cargo/_cargo
+%%DATADIR%%/plugins/cargo/cargo.plugin.zsh
%%DATADIR%%/plugins/cask/README.md
%%DATADIR%%/plugins/cask/cask.plugin.zsh
%%DATADIR%%/plugins/catimg/README.md
@@ -140,7 +140,6 @@
%%DATADIR%%/plugins/dash/dash.plugin.zsh
%%DATADIR%%/plugins/debian/README.md
%%DATADIR%%/plugins/debian/debian.plugin.zsh
-%%DATADIR%%/plugins/deno/.gitignore
%%DATADIR%%/plugins/deno/README.md
%%DATADIR%%/plugins/deno/deno.plugin.zsh
%%DATADIR%%/plugins/dircycle/README.md
@@ -221,7 +220,6 @@
%%DATADIR%%/plugins/flutter/README.md
%%DATADIR%%/plugins/flutter/_flutter
%%DATADIR%%/plugins/flutter/flutter.plugin.zsh
-%%DATADIR%%/plugins/fnm/.gitignore
%%DATADIR%%/plugins/fnm/README.md
%%DATADIR%%/plugins/fnm/fnm.plugin.zsh
%%DATADIR%%/plugins/forklift/README.md
@@ -252,7 +250,6 @@
%%DATADIR%%/plugins/genpass/genpass-monkey
%%DATADIR%%/plugins/genpass/genpass-xkcd
%%DATADIR%%/plugins/genpass/genpass.plugin.zsh
-%%DATADIR%%/plugins/gh/.gitignore
%%DATADIR%%/plugins/gh/README.md
%%DATADIR%%/plugins/gh/gh.plugin.zsh
%%DATADIR%%/plugins/git-auto-fetch/README.md
@@ -359,6 +356,8 @@
%%DATADIR%%/plugins/jruby/jruby.plugin.zsh
%%DATADIR%%/plugins/jsontools/README.md
%%DATADIR%%/plugins/jsontools/jsontools.plugin.zsh
+%%DATADIR%%/plugins/juju/README.md
+%%DATADIR%%/plugins/juju/juju.plugin.zsh
%%DATADIR%%/plugins/jump/README.md
%%DATADIR%%/plugins/jump/jump.plugin.zsh
%%DATADIR%%/plugins/kate/README.md
@@ -544,7 +543,7 @@
%%DATADIR%%/plugins/rust/README.md
%%DATADIR%%/plugins/rust/_rust
%%DATADIR%%/plugins/rustup/README.md
-%%DATADIR%%/plugins/rustup/_rustup
+%%DATADIR%%/plugins/rustup/rustup.plugin.zsh
%%DATADIR%%/plugins/rvm/README.md
%%DATADIR%%/plugins/rvm/rvm.plugin.zsh
%%DATADIR%%/plugins/safe-paste/README.md