svn commit: r501752 - in head/shells: zsh-autosuggestions zsh-syntax-highlighting

Joseph Mingrone jrm at FreeBSD.org
Wed May 15 21:18:46 UTC 2019


Author: jrm
Date: Wed May 15 21:18:45 2019
New Revision: 501752
URL: https://svnweb.freebsd.org/changeset/ports/501752

Log:
  Update category in shells/zsh-syntax-highlighting,zsh-autosuggestions
  
  This should have been done in r501751.

Modified:
  head/shells/zsh-autosuggestions/Makefile   (contents, props changed)
  head/shells/zsh-syntax-highlighting/Makefile   (contents, props changed)

Modified: head/shells/zsh-autosuggestions/Makefile
==============================================================================
--- head/shells/zsh-autosuggestions/Makefile	Wed May 15 21:11:43 2019	(r501751)
+++ head/shells/zsh-autosuggestions/Makefile	Wed May 15 21:18:45 2019	(r501752)
@@ -3,7 +3,7 @@
 PORTNAME=	zsh-autosuggestions
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.5.2
-CATEGORIES=	textproc
+CATEGORIES=	shells
 
 MAINTAINER=	jrm at FreeBSD.org
 COMMENT=	Fish-like autosuggestions for Zsh

Modified: head/shells/zsh-syntax-highlighting/Makefile
==============================================================================
--- head/shells/zsh-syntax-highlighting/Makefile	Wed May 15 21:11:43 2019	(r501751)
+++ head/shells/zsh-syntax-highlighting/Makefile	Wed May 15 21:18:45 2019	(r501752)
@@ -4,7 +4,7 @@ PORTNAME=	zsh-syntax-highlighting
 DISTVERSION=	0.6.0-243
 DISTVERSIONSUFFIX=	-g82cf252
 PORTEPOCH=	1
-CATEGORIES=	textproc
+CATEGORIES=	shells
 
 MAINTAINER=	jrm at FreeBSD.org
 COMMENT=	Fish shell syntax highlighting for Zsh


More information about the svn-ports-all mailing list