Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2016 13:40:13 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422984 - head/shells/fish
Message-ID:  <201609301340.u8UDeD6J062406@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Sep 30 13:40:13 2016
New Revision: 422984
URL: https://svnweb.freebsd.org/changeset/ports/422984

Log:
  shells/fish: Fix plist when NLS option off
  
  PR:		213087
  Reported by:	eborisch (gmail)
  Patch by:	w.schwarzenfeld (utanet.at)
  confirmed by:	marino
  Approved by:	just-fix-it

Modified:
  head/shells/fish/Makefile
  head/shells/fish/pkg-plist

Modified: head/shells/fish/Makefile
==============================================================================
--- head/shells/fish/Makefile	Fri Sep 30 13:30:46 2016	(r422983)
+++ head/shells/fish/Makefile	Fri Sep 30 13:40:13 2016	(r422984)
@@ -3,6 +3,7 @@
 
 PORTNAME=	fish
 PORTVERSION=	2.3.1
+PORTREVISION=	1
 CATEGORIES=	shells
 MASTER_SITES=	http://fishshell.com/files/${PORTVERSION}/
 

Modified: head/shells/fish/pkg-plist
==============================================================================
--- head/shells/fish/pkg-plist	Fri Sep 30 13:30:46 2016	(r422983)
+++ head/shells/fish/pkg-plist	Fri Sep 30 13:40:13 2016	(r422984)
@@ -781,12 +781,12 @@ man/man1/fish_key_reader.1.gz
 %%DATADIR%%/tools/web_config/sample_prompts/terlar.fish
 %%DATADIR%%/tools/web_config/sample_prompts/user_host_path.fish
 %%DATADIR%%/tools/web_config/webconfig.py
-share/locale/de/LC_MESSAGES/fish.mo
-share/locale/en/LC_MESSAGES/fish.mo
-share/locale/fr/LC_MESSAGES/fish.mo
-share/locale/pt_BR/LC_MESSAGES/fish.mo
-share/locale/sv/LC_MESSAGES/fish.mo
-share/locale/zh_CN/LC_MESSAGES/fish.mo
+%%NLS%%share/locale/de/LC_MESSAGES/fish.mo
+%%NLS%%share/locale/en/LC_MESSAGES/fish.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/fish.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/fish.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/fish.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/fish.mo
 @dir %%ETCDIR%%/conf.d
 @dir %%DATADIR%%/vendor_completions.d
 @dir %%DATADIR%%/vendor_conf.d



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609301340.u8UDeD6J062406>