svn commit: r420459 - head/textproc/zsh-syntax-highlighting

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Aug 19 11:49:11 UTC 2016


Author: amdmi3
Date: Fri Aug 19 11:49:09 2016
New Revision: 420459
URL: https://svnweb.freebsd.org/changeset/ports/420459

Log:
  - Update to 20160816
  - Add NO_BUILD
  - Optionize DOCS
  
  PR:		211955
  Submitted by:	jrm at ftfl.ca (maintainer)

Modified:
  head/textproc/zsh-syntax-highlighting/Makefile
  head/textproc/zsh-syntax-highlighting/distinfo

Modified: head/textproc/zsh-syntax-highlighting/Makefile
==============================================================================
--- head/textproc/zsh-syntax-highlighting/Makefile	Fri Aug 19 11:46:25 2016	(r420458)
+++ head/textproc/zsh-syntax-highlighting/Makefile	Fri Aug 19 11:49:09 2016	(r420459)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	zsh-syntax-highlighting
-PORTVERSION=	20160708
+PORTVERSION=	20160816
 CATEGORIES=	textproc
 
 MAINTAINER=	jrm at ftfl.ca
@@ -13,11 +13,14 @@ LICENSE_FILE=	${WRKSRC}/COPYING.md
 RUN_DEPENDS=	zsh>=4.3.17:shells/zsh
 
 NO_ARCH=	yes
+NO_BUILD=	yes
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	zsh-users
-GH_TAGNAME=	d13da0c
+GH_TAGNAME=	11c9081
 
 SUB_FILES=	pkg-message
 
+OPTIONS_DEFINE=	DOCS
+
 .include <bsd.port.mk>

Modified: head/textproc/zsh-syntax-highlighting/distinfo
==============================================================================
--- head/textproc/zsh-syntax-highlighting/distinfo	Fri Aug 19 11:46:25 2016	(r420458)
+++ head/textproc/zsh-syntax-highlighting/distinfo	Fri Aug 19 11:49:09 2016	(r420459)
@@ -1,3 +1,3 @@
-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
+TIMESTAMP = 1471447882
+SHA256 (zsh-users-zsh-syntax-highlighting-20160816-11c9081_GH0.tar.gz) = dc4bc3baaf5964bbebf385f12fa68d4d7518f7e17bf11fad9b2f30ddf432ee6b
+SIZE (zsh-users-zsh-syntax-highlighting-20160816-11c9081_GH0.tar.gz) = 60796


More information about the svn-ports-all mailing list