diff options
author | tijl <tijl@FreeBSD.org> | 2014-12-03 01:42:22 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-12-03 01:42:22 +0800 |
commit | 9a1cfa55ebc3bf7afa6aeacefcb99a2d26534f58 (patch) | |
tree | 1ee0489de9825ab273f5362f58eb786a7c782b54 /shells/fish | |
parent | e494dde258feaaa82684802ad1fb48923a2f07e8 (diff) | |
download | freebsd-ports-gnome-9a1cfa55ebc3bf7afa6aeacefcb99a2d26534f58.tar.gz freebsd-ports-gnome-9a1cfa55ebc3bf7afa6aeacefcb99a2d26534f58.tar.zst freebsd-ports-gnome-9a1cfa55ebc3bf7afa6aeacefcb99a2d26534f58.zip |
Bump PORTREVISION on shells that use gettext to force a package rebuild
and reinstall. This should make the shells link with libintl.so.8 instead
of libintl.so.9 and should give package users a better chance of having a
working shell when something went wrong with the gettext update.
Diffstat (limited to 'shells/fish')
-rw-r--r-- | shells/fish/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index b4621b6cb8b6..8b9d85375724 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -3,6 +3,7 @@ PORTNAME= fish PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://fishshell.com/files/${PORTVERSION}/ |