Index: head/textproc/zsh-syntax-highlighting/Makefile =================================================================== --- head/textproc/zsh-syntax-highlighting/Makefile (revision 418342) +++ head/textproc/zsh-syntax-highlighting/Makefile (revision 418343) @@ -1,21 +1,23 @@ # $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 .include Index: head/textproc/zsh-syntax-highlighting/distinfo =================================================================== --- head/textproc/zsh-syntax-highlighting/distinfo (revision 418342) +++ head/textproc/zsh-syntax-highlighting/distinfo (revision 418343) @@ -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 Index: head/textproc/zsh-syntax-highlighting/files/pkg-message.in =================================================================== --- head/textproc/zsh-syntax-highlighting/files/pkg-message.in (revision 418342) +++ head/textproc/zsh-syntax-highlighting/files/pkg-message.in (revision 418343) @@ -1,9 +1,9 @@ ================================================================================ 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 DATADIR is usually %%PREFIX%%/share/zsh-syntax-highlighting. ================================================================================ Index: head/textproc/zsh-syntax-highlighting/pkg-descr =================================================================== --- head/textproc/zsh-syntax-highlighting/pkg-descr (revision 418342) +++ head/textproc/zsh-syntax-highlighting/pkg-descr (revision 418343) @@ -1,5 +1,5 @@ -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. WWW: https://github.com/zsh-users/zsh-syntax-highlighting