From owner-svn-ports-all@freebsd.org Fri Sep 30 13:40:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 933AEC02F21; Fri, 30 Sep 2016 13:40:14 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65F6BE04; Fri, 30 Sep 2016 13:40:14 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8UDeDIv062408; Fri, 30 Sep 2016 13:40:13 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8UDeD6J062406; Fri, 30 Sep 2016 13:40:13 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201609301340.u8UDeD6J062406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 30 Sep 2016 13:40:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422984 - head/shells/fish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2016 13:40:14 -0000 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