- Update to version 20160708, add NO_ARCH [1]

- Fix spelling

PR:		210930 [1]
Submitted by:	maintainer [1]
This commit is contained in:
Pawel Pekala 2016-07-10 20:36:35 +00:00
parent 3e0659e0c5
commit 99d0137832
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418343
4 changed files with 11 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

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