View | Details | Raw Unified | Return to bug 250243 | Differences between
and this patch

Collapse All | Expand All

(-)shells/switchBashZsh/Makefile (-2 / +2 lines)
Lines 1-13 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	switchBashZsh
3
PORTNAME=	switchBashZsh
4
PORTVERSION=	1.0
4
PORTVERSION=	1.1
5
CATEGORIES=	shells
5
CATEGORIES=	shells
6
6
7
MAINTAINER=	bourne.identity@hotmail.com
7
MAINTAINER=	bourne.identity@hotmail.com
8
COMMENT=	Portable shell setup for Bash/Zsh across FreeBSD/Linux/Cygwin
8
COMMENT=	Portable shell setup for Bash/Zsh across FreeBSD/Linux/Cygwin
9
9
10
LICENSE=	GPLv2
10
LICENSE=	BSD2CLAUSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
12
13
USE_GITHUB=	yes
13
USE_GITHUB=	yes
(-)shells/switchBashZsh/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1600979835
1
TIMESTAMP = 1602313349
2
SHA256 (bourne-again-switchBashZsh-1.0_GH0.tar.gz) = d40f28a0d21105cbd864eca182485455038221384b0cb45f049ac5c47434688e
2
SHA256 (bourne-again-switchBashZsh-1.1_GH0.tar.gz) = f8b6fed89627eec3a214b88c5cbd0a5befbf413c186341488995756706dc5f81
3
SIZE (bourne-again-switchBashZsh-1.0_GH0.tar.gz) = 6142
3
SIZE (bourne-again-switchBashZsh-1.1_GH0.tar.gz) = 6165
(-)shells/switchBashZsh/pkg-descr (-3 / +3 lines)
Lines 10-17 Link Here
10
different OS, you can get your shell to work your 'normal' way in a
10
different OS, you can get your shell to work your 'normal' way in a
11
jiffy. Just save your $HOME/.shell directory on your primary box, and
11
jiffy. Just save your $HOME/.shell directory on your primary box, and
12
paste it over your second box's $HOME/.shell (after running
12
paste it over your second box's $HOME/.shell (after running
13
switchBashZsh setup script on the second box). The second box need not
13
switchBashZsh setup script on the second box). The second box need
14
be the same operating system - switchBashZsh works across FreeBSD /
14
not be the same operating system - switchBashZsh works across
15
Linux / Cygwin.
15
FreeBSD / Linux / Cygwin.
16
16
17
WWW: https://github.com/bourne-again/switchBashZsh
17
WWW: https://github.com/bourne-again/switchBashZsh

Return to bug 250243