diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-09-29 23:27:26 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-09-29 23:27:26 +0000 |
commit | 29eb80fc3b08b8c49bbead49ea7ecd4e9c3315fe (patch) | |
tree | 3ca0b7a25cdf2b2502eab5dea6e95b77cac859b5 /shells | |
parent | 5dd7d06dc33b553ade5e311cd51f2770b300cb69 (diff) | |
download | ports-29eb80fc3b08b8c49bbead49ea7ecd4e9c3315fe.tar.gz ports-29eb80fc3b08b8c49bbead49ea7ecd4e9c3315fe.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/fish/Makefile | 2 | ||||
-rw-r--r-- | shells/fish/distinfo | 4 | ||||
-rw-r--r-- | shells/fish/pkg-plist | 7 |
3 files changed, 3 insertions, 10 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index 296a1b2cb778..b4621b6cb8b6 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fish -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= shells MASTER_SITES= http://fishshell.com/files/${PORTVERSION}/ diff --git a/shells/fish/distinfo b/shells/fish/distinfo index ad07b56a1e66..b40c72729fce 100644 --- a/shells/fish/distinfo +++ b/shells/fish/distinfo @@ -1,2 +1,2 @@ -SHA256 (fish-2.1.0.tar.gz) = af527af9d145df5675ca3031c1a87007d4f4753a1cde49da88f4eb883a1cf044 -SIZE (fish-2.1.0.tar.gz) = 1707921 +SHA256 (fish-2.1.1.tar.gz) = b7e4d3c3d55fc3859edcb20462fcf0d14ab26e920eddcd503072e8105284d924 +SIZE (fish-2.1.1.tar.gz) = 1681744 diff --git a/shells/fish/pkg-plist b/shells/fish/pkg-plist index fa1da5283b88..77d5de10673a 100644 --- a/shells/fish/pkg-plist +++ b/shells/fish/pkg-plist @@ -565,10 +565,3 @@ man/man1/mimedb.1.gz %%NLS%%share/locale/en/LC_MESSAGES/fish.mo %%NLS%%share/locale/fr/LC_MESSAGES/fish.mo %%NLS%%share/locale/sv/LC_MESSAGES/fish.mo -@dirrm %%DATADIR%%/tools/web_config/sample_prompts -@dirrm %%DATADIR%%/tools/web_config -@dirrm %%DATADIR%%/tools -@dirrm %%DATADIR%%/functions -@dirrm %%DATADIR%%/completions -@dirrm %%DATADIR%% -@dirrm %%ETCDIR%% |