From owner-svn-ports-head@freebsd.org Wed Jul 22 19:46:02 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 46D8B35EB8F; Wed, 22 Jul 2020 19:46:02 +0000 (UTC) (envelope-from skozlov@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BBmDB15zWz4g55; Wed, 22 Jul 2020 19:46:02 +0000 (UTC) (envelope-from skozlov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 09CE0C9BF; Wed, 22 Jul 2020 19:46:02 +0000 (UTC) (envelope-from skozlov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06MJk1RR014409; Wed, 22 Jul 2020 19:46:01 GMT (envelope-from skozlov@FreeBSD.org) Received: (from skozlov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06MJk0wc014402; Wed, 22 Jul 2020 19:46:00 GMT (envelope-from skozlov@FreeBSD.org) Message-Id: <202007221946.06MJk0wc014402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skozlov set sender to skozlov@FreeBSD.org using -f From: "Serhii (Sergey) Kozlov" Date: Wed, 22 Jul 2020 19:46:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542890 - in head/shells/ohmyzsh: . files X-SVN-Group: ports-head X-SVN-Commit-Author: skozlov X-SVN-Commit-Paths: in head/shells/ohmyzsh: . files X-SVN-Commit-Revision: 542890 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2020 19:46:02 -0000 Author: skozlov Date: Wed Jul 22 19:46:00 2020 New Revision: 542890 URL: https://svnweb.freebsd.org/changeset/ports/542890 Log: Update and adjust shells/ohmyzsh - Update to 2020-07-22 - Add comments to the patches in files/ [1] - Use XDG cache directory if present [1] - Rewrite port description to have something more factual with a bit less of hype [1] PR: 247887 [1] Submitted by: fernape, mat [1] Modified: head/shells/ohmyzsh/Makefile head/shells/ohmyzsh/distinfo head/shells/ohmyzsh/files/patch-oh-my-zsh.sh head/shells/ohmyzsh/files/patch-templates_zshrc.zsh-template head/shells/ohmyzsh/files/pkg-message.in head/shells/ohmyzsh/pkg-descr head/shells/ohmyzsh/pkg-plist Modified: head/shells/ohmyzsh/Makefile ============================================================================== --- head/shells/ohmyzsh/Makefile Wed Jul 22 19:12:55 2020 (r542889) +++ head/shells/ohmyzsh/Makefile Wed Jul 22 19:46:00 2020 (r542890) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ohmyzsh -PORTVERSION= 20200706 +PORTVERSION= 20200722 CATEGORIES= shells MAINTAINER= skozlov@FreeBSD.org @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= zsh:shells/zsh USE_GITHUB= yes -GH_TAGNAME= 1c58a746af7a67f311ee47f97285a855eaf18b5e +GH_TAGNAME= db3d05f NO_ARCH= yes NO_BUILD= yes Modified: head/shells/ohmyzsh/distinfo ============================================================================== --- head/shells/ohmyzsh/distinfo Wed Jul 22 19:12:55 2020 (r542889) +++ head/shells/ohmyzsh/distinfo Wed Jul 22 19:46:00 2020 (r542890) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594050806 -SHA256 (ohmyzsh-ohmyzsh-20200706-1c58a746af7a67f311ee47f97285a855eaf18b5e_GH0.tar.gz) = cc9ce90a0543798715aa972c898d8ef017e131937d28271c9e053fc9360290c1 -SIZE (ohmyzsh-ohmyzsh-20200706-1c58a746af7a67f311ee47f97285a855eaf18b5e_GH0.tar.gz) = 648364 +TIMESTAMP = 1595444062 +SHA256 (ohmyzsh-ohmyzsh-20200722-db3d05f_GH0.tar.gz) = 0991e6576d4253565db47ad27453a61cad52dca69a3b06a6cfe142fa46528ce2 +SIZE (ohmyzsh-ohmyzsh-20200722-db3d05f_GH0.tar.gz) = 648935 Modified: head/shells/ohmyzsh/files/patch-oh-my-zsh.sh ============================================================================== --- head/shells/ohmyzsh/files/patch-oh-my-zsh.sh Wed Jul 22 19:12:55 2020 (r542889) +++ head/shells/ohmyzsh/files/patch-oh-my-zsh.sh Wed Jul 22 19:46:00 2020 (r542890) @@ -1,8 +1,11 @@ ---- oh-my-zsh.sh.orig 2020-07-06 15:31:40 UTC +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 -@@ -1,12 +1,7 @@ +@@ -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/ ++# or else we will use the default .cache/ if [[ -z "$ZSH_CACHE_DIR" ]]; then - ZSH_CACHE_DIR="$ZSH/cache" -fi @@ -10,7 +13,8 @@ -# Check for updates on initial load... -if [ "$DISABLE_AUTO_UPDATE" != "true" ]; then - source $ZSH/tools/check_for_upgrade.sh -+ ZSH_CACHE_DIR="$HOME/.oh-my-zsh/cache" ++ ZSH_CACHE_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/oh-my-zsh" ++ mkdir -p ${ZSH_CACHE_DIR} fi # Initializes Oh My Zsh Modified: head/shells/ohmyzsh/files/patch-templates_zshrc.zsh-template ============================================================================== --- head/shells/ohmyzsh/files/patch-templates_zshrc.zsh-template Wed Jul 22 19:12:55 2020 (r542889) +++ head/shells/ohmyzsh/files/patch-templates_zshrc.zsh-template Wed Jul 22 19:46:00 2020 (r542890) @@ -1,3 +1,5 @@ +Correct installation path +Disable auto update bits --- templates/zshrc.zsh-template.orig 2020-07-06 15:31:40 UTC +++ templates/zshrc.zsh-template @@ -2,7 +2,7 @@ Modified: head/shells/ohmyzsh/files/pkg-message.in ============================================================================== --- head/shells/ohmyzsh/files/pkg-message.in Wed Jul 22 19:12:55 2020 (r542889) +++ head/shells/ohmyzsh/files/pkg-message.in Wed Jul 22 19:46:00 2020 (r542890) @@ -8,9 +8,6 @@ cp ~/.zshrc ~/.zshrc.orig 2. Create a new zsh configuration file cp %%DATADIR%%/templates/zshrc.zsh-template ~/.zshrc - -3. Create Oh My Zsh cache directory -mkdir -p ~/.oh-my-zsh/cache EOM } ] Modified: head/shells/ohmyzsh/pkg-descr ============================================================================== --- head/shells/ohmyzsh/pkg-descr Wed Jul 22 19:12:55 2020 (r542889) +++ head/shells/ohmyzsh/pkg-descr Wed Jul 22 19:46:00 2020 (r542890) @@ -1,17 +1,11 @@ Oh My Zsh is an open source, community-driven framework for managing your zsh configuration. +It provides plugins for things like ansible, bazel, git, tmux, etc. It is fully +customizable and provides dozens of different themes. + Sounds boring. Let's try again. Oh My Zsh will not make you a 10x developer...but you may feel like one. - -Once installed, your terminal shell will become the talk of the town or your -money back! With each keystroke in your command prompt, you'll take advantage of -the hundreds of powerful plugins and beautiful themes. Strangers will come up to -you in cafes and ask yo, "that is amazing! are you some sort of genis?" - -Finally, you'll begin to get the sort of attention that you have always felt you -deserved. ...or maybe you'll use the time that you're saving to start flossing -more often. WWW: https://ohmyz.sh/ Modified: head/shells/ohmyzsh/pkg-plist ============================================================================== --- head/shells/ohmyzsh/pkg-plist Wed Jul 22 19:12:55 2020 (r542889) +++ head/shells/ohmyzsh/pkg-plist Wed Jul 22 19:46:00 2020 (r542890) @@ -307,6 +307,7 @@ %%DATADIR%%/plugins/homestead/homestead.plugin.zsh %%DATADIR%%/plugins/httpie/README.md %%DATADIR%%/plugins/httpie/_httpie +%%DATADIR%%/plugins/httpie/httpie.plugin.zsh %%DATADIR%%/plugins/ionic/README.md %%DATADIR%%/plugins/ionic/ionic.plugin.zsh %%DATADIR%%/plugins/iterm2/README.md