Index: head/shells/switchBashZsh/Makefile =================================================================== --- head/shells/switchBashZsh/Makefile (revision 554839) +++ head/shells/switchBashZsh/Makefile (revision 554840) @@ -1,26 +1,26 @@ # $FreeBSD$ PORTNAME= switchBashZsh -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= shells MAINTAINER= bourne.identity@hotmail.com COMMENT= Portable shell setup for Bash/Zsh across FreeBSD/Linux/Cygwin LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= bourne-again NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include Index: head/shells/switchBashZsh/distinfo =================================================================== --- head/shells/switchBashZsh/distinfo (revision 554839) +++ head/shells/switchBashZsh/distinfo (revision 554840) @@ -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 Index: head/shells/switchBashZsh/pkg-descr =================================================================== --- head/shells/switchBashZsh/pkg-descr (revision 554839) +++ head/shells/switchBashZsh/pkg-descr (revision 554840) @@ -1,17 +1,17 @@ You want your shell stuff to work the same way even when you use a different shell, or even a different box. Right? If you use switchBashZsh you can attain at least most of what you desire, perhaps even all. You can log out of Bash and log in with Zsh (or vice versa) - and your aliases/exports/functions will continue to work as before. It gets better - if someday you need to use a different box with a 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