From owner-svn-ports-all@freebsd.org Sun Jul 10 20:36:37 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 07489B8328C; Sun, 10 Jul 2016 20:36:37 +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 D38B91637; Sun, 10 Jul 2016 20:36:36 +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 u6AKaZou025292; Sun, 10 Jul 2016 20:36:35 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6AKaZFW025288; Sun, 10 Jul 2016 20:36:35 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201607102036.u6AKaZFW025288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 10 Jul 2016 20:36:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418343 - in 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-all@freebsd.org X-Mailman-Version: 2.1.22 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: Sun, 10 Jul 2016 20:36:37 -0000 Author: pawel Date: Sun Jul 10 20:36:35 2016 New Revision: 418343 URL: https://svnweb.freebsd.org/changeset/ports/418343 Log: - Update to version 20160708, add NO_ARCH [1] - Fix spelling PR: 210930 [1] Submitted by: maintainer [1] Modified: head/textproc/zsh-syntax-highlighting/Makefile head/textproc/zsh-syntax-highlighting/distinfo head/textproc/zsh-syntax-highlighting/files/pkg-message.in head/textproc/zsh-syntax-highlighting/pkg-descr Modified: head/textproc/zsh-syntax-highlighting/Makefile ============================================================================== --- head/textproc/zsh-syntax-highlighting/Makefile Sun Jul 10 20:22:45 2016 (r418342) +++ head/textproc/zsh-syntax-highlighting/Makefile Sun Jul 10 20:36:35 2016 (r418343) @@ -1,20 +1,22 @@ # $FreeBSD$ PORTNAME= zsh-syntax-highlighting -PORTVERSION= 20160338 +PORTVERSION= 20160708 CATEGORIES= textproc MAINTAINER= jrm@ftfl.ca -COMMENT= Fish shell like syntax highlighting for Zsh +COMMENT= Fish shell syntax highlighting for Zsh LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.md -RUN_DEPENDS= ${LOCALBASE}/bin/zsh:shells/zsh +RUN_DEPENDS= zsh>=4.3.17:shells/zsh + +NO_ARCH= yes USE_GITHUB= yes GH_ACCOUNT= zsh-users -GH_TAGNAME= bc7f8ea +GH_TAGNAME= d13da0c SUB_FILES= pkg-message Modified: head/textproc/zsh-syntax-highlighting/distinfo ============================================================================== --- head/textproc/zsh-syntax-highlighting/distinfo Sun Jul 10 20:22:45 2016 (r418342) +++ head/textproc/zsh-syntax-highlighting/distinfo Sun Jul 10 20:36:35 2016 (r418343) @@ -1,2 +1,3 @@ -SHA256 (zsh-users-zsh-syntax-highlighting-20160338-bc7f8ea_GH0.tar.gz) = 5d5540d67e98c1167005736849cbd0cf45330a67f8979c23f78fafc53f8e2996 -SIZE (zsh-users-zsh-syntax-highlighting-20160338-bc7f8ea_GH0.tar.gz) = 54361 +TIMESTAMP = 1467998956 +SHA256 (zsh-users-zsh-syntax-highlighting-20160708-d13da0c_GH0.tar.gz) = 2d191bcb061d90cd6def5aa4d7da4b2c225a81c7d2dcefa46a9f5b5d74e6a6d8 +SIZE (zsh-users-zsh-syntax-highlighting-20160708-d13da0c_GH0.tar.gz) = 58509 Modified: head/textproc/zsh-syntax-highlighting/files/pkg-message.in ============================================================================== --- head/textproc/zsh-syntax-highlighting/files/pkg-message.in Sun Jul 10 20:22:45 2016 (r418342) +++ head/textproc/zsh-syntax-highlighting/files/pkg-message.in Sun Jul 10 20:36:35 2016 (r418343) @@ -1,7 +1,7 @@ ================================================================================ Zsh-syntax-highlighting requires zsh 4.3.17+. -Add the line below to *the end of* your .zshrc to enable hightlighting. +Add the line below to *the end of* your .zshrc to enable highlighting. source %%DATADIR%%/zsh-syntax-highlighting.zsh Modified: head/textproc/zsh-syntax-highlighting/pkg-descr ============================================================================== --- head/textproc/zsh-syntax-highlighting/pkg-descr Sun Jul 10 20:22:45 2016 (r418342) +++ head/textproc/zsh-syntax-highlighting/pkg-descr Sun Jul 10 20:36:35 2016 (r418343) @@ -1,4 +1,4 @@ -Zsh-syntax-highlighting enables highlighing of commands whilst they +Zsh-syntax-highlighting enables highlighting of commands whilst they are typed at an interactive zsh prompt. This helps in reviewing commands before running them, particularly in catching syntax errors.