From owner-svn-ports-all@freebsd.org Tue Nov 10 15:58:18 2020 Return-Path: Delivered-To: svn-ports-all@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 531AC434A9F; Tue, 10 Nov 2020 15:58:18 +0000 (UTC) (envelope-from fernape@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 4CVswB1wtrz4ZK0; Tue, 10 Nov 2020 15:58:18 +0000 (UTC) (envelope-from fernape@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 352E525705; Tue, 10 Nov 2020 15:58:18 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AAFwIM9035275; Tue, 10 Nov 2020 15:58:18 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AAFwHjv035272; Tue, 10 Nov 2020 15:58:17 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202011101558.0AAFwHjv035272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Tue, 10 Nov 2020 15:58:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554840 - head/shells/switchBashZsh X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/shells/switchBashZsh X-SVN-Commit-Revision: 554840 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2020 15:58:18 -0000 Author: fernape Date: Tue Nov 10 15:58:17 2020 New Revision: 554840 URL: https://svnweb.freebsd.org/changeset/ports/554840 Log: shells/switchBashZsh: update to 1.1 ChangeLog: https://github.com/bourne-again/switchBashZsh/releases/tag/1.1 PR: 250243 Submitted by: bourne.identity@hotmail.com (maintainer) Modified: head/shells/switchBashZsh/Makefile head/shells/switchBashZsh/distinfo head/shells/switchBashZsh/pkg-descr Modified: head/shells/switchBashZsh/Makefile ============================================================================== --- head/shells/switchBashZsh/Makefile Tue Nov 10 15:42:15 2020 (r554839) +++ head/shells/switchBashZsh/Makefile Tue Nov 10 15:58:17 2020 (r554840) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= switchBashZsh -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= shells MAINTAINER= bourne.identity@hotmail.com Modified: head/shells/switchBashZsh/distinfo ============================================================================== --- head/shells/switchBashZsh/distinfo Tue Nov 10 15:42:15 2020 (r554839) +++ head/shells/switchBashZsh/distinfo Tue Nov 10 15:58:17 2020 (r554840) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600979835 -SHA256 (bourne-again-switchBashZsh-1.0_GH0.tar.gz) = d40f28a0d21105cbd864eca182485455038221384b0cb45f049ac5c47434688e -SIZE (bourne-again-switchBashZsh-1.0_GH0.tar.gz) = 6142 +TIMESTAMP = 1602313349 +SHA256 (bourne-again-switchBashZsh-1.1_GH0.tar.gz) = f8b6fed89627eec3a214b88c5cbd0a5befbf413c186341488995756706dc5f81 +SIZE (bourne-again-switchBashZsh-1.1_GH0.tar.gz) = 6165 Modified: head/shells/switchBashZsh/pkg-descr ============================================================================== --- head/shells/switchBashZsh/pkg-descr Tue Nov 10 15:42:15 2020 (r554839) +++ head/shells/switchBashZsh/pkg-descr Tue Nov 10 15:58:17 2020 (r554840) @@ -10,8 +10,8 @@ It gets better - if someday you need to use a differen different OS, you can get your shell to work your 'normal' way in a jiffy. Just save your $HOME/.shell directory on your primary box, and paste it over your second box's $HOME/.shell (after running -switchBashZsh setup script on the second box). The second box need not -be the same operating system - switchBashZsh works across FreeBSD / -Linux / Cygwin. +switchBashZsh setup script on the second box). The second box need +not be the same operating system - switchBashZsh works across +FreeBSD / Linux / Cygwin. WWW: https://github.com/bourne-again/switchBashZsh