From owner-svn-ports-head@freebsd.org Tue Jul 12 17:16:45 2016 Return-Path: Delivered-To: svn-ports-head@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 531C3B84262; Tue, 12 Jul 2016 17:16:45 +0000 (UTC) (envelope-from pawel@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 220BD115C; Tue, 12 Jul 2016 17:16:45 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6CHGicf023322; Tue, 12 Jul 2016 17:16:44 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6CHGiiN023321; Tue, 12 Jul 2016 17:16:44 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201607121716.u6CHGiiN023321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 12 Jul 2016 17:16:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418430 - head/textproc/zsh-syntax-highlighting/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2016 17:16:45 -0000 Author: pawel Date: Tue Jul 12 17:16:44 2016 New Revision: 418430 URL: https://svnweb.freebsd.org/changeset/ports/418430 Log: Update pkg-message The check for the minimum Zsh version is built in to the port and there is no need to specify DATADIR, since it's already substituted in the message. PR: 210930 Submitted by: maintainer Modified: head/textproc/zsh-syntax-highlighting/files/pkg-message.in Modified: head/textproc/zsh-syntax-highlighting/files/pkg-message.in ============================================================================== --- head/textproc/zsh-syntax-highlighting/files/pkg-message.in Tue Jul 12 17:04:18 2016 (r418429) +++ head/textproc/zsh-syntax-highlighting/files/pkg-message.in Tue Jul 12 17:16:44 2016 (r418430) @@ -1,9 +1,5 @@ ================================================================================ -Zsh-syntax-highlighting requires zsh 4.3.17+. - Add the line below to *the end of* your .zshrc to enable highlighting. source %%DATADIR%%/zsh-syntax-highlighting.zsh - -DATADIR is usually %%PREFIX%%/share/zsh-syntax-highlighting. ================================================================================