svn commit: r418343 - in head/textproc/zsh-syntax-highlighting: . files

Pawel Pekala pawel at FreeBSD.org
Sun Jul 10 20:36:37 UTC 2016


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 at 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.
 


More information about the svn-ports-all mailing list