aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2016-07-10 20:36:35 +0000
committerPawel Pekala <pawel@FreeBSD.org>2016-07-10 20:36:35 +0000
commit99d0137832e228ec90271468c8df7affb6fb3a06 (patch)
treefb785e26b5b1798b09322fc9895047fbd377be8c /textproc
parent3e0659e0c5e632207a88ee82cfb9945f823f6093 (diff)
downloadports-99d0137832e228ec90271468c8df7affb6fb3a06.tar.gz
ports-99d0137832e228ec90271468c8df7affb6fb3a06.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/zsh-syntax-highlighting/Makefile10
-rw-r--r--textproc/zsh-syntax-highlighting/distinfo5
-rw-r--r--textproc/zsh-syntax-highlighting/files/pkg-message.in2
-rw-r--r--textproc/zsh-syntax-highlighting/pkg-descr2
4 files changed, 11 insertions, 8 deletions
diff --git a/textproc/zsh-syntax-highlighting/Makefile b/textproc/zsh-syntax-highlighting/Makefile
index 1f19b010e9d0..b1de1b5995e4 100644
--- a/textproc/zsh-syntax-highlighting/Makefile
+++ b/textproc/zsh-syntax-highlighting/Makefile
@@ -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
diff --git a/textproc/zsh-syntax-highlighting/distinfo b/textproc/zsh-syntax-highlighting/distinfo
index 75a27a9e167c..b08505ad9a22 100644
--- a/textproc/zsh-syntax-highlighting/distinfo
+++ b/textproc/zsh-syntax-highlighting/distinfo
@@ -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
diff --git a/textproc/zsh-syntax-highlighting/files/pkg-message.in b/textproc/zsh-syntax-highlighting/files/pkg-message.in
index fcb7e9e53c74..df77261717f9 100644
--- a/textproc/zsh-syntax-highlighting/files/pkg-message.in
+++ b/textproc/zsh-syntax-highlighting/files/pkg-message.in
@@ -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
diff --git a/textproc/zsh-syntax-highlighting/pkg-descr b/textproc/zsh-syntax-highlighting/pkg-descr
index b11cf97fbec6..6b28cdf2786b 100644
--- a/textproc/zsh-syntax-highlighting/pkg-descr
+++ b/textproc/zsh-syntax-highlighting/pkg-descr
@@ -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.