Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2019 21:11:43 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501751 - in head: . shells shells/zsh-autosuggestions shells/zsh-syntax-highlighting textproc textproc/zsh-autosuggestions textproc/zsh-syntax-highlighting
Message-ID:  <201905152111.x4FLBhpi058881@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Wed May 15 21:11:43 2019
New Revision: 501751
URL: https://svnweb.freebsd.org/changeset/ports/501751

Log:
  Move zsh-autosuggestions and zsh-syntax-highlighting from textproc to shells

Added:
  head/shells/zsh-autosuggestions/
     - copied from r501750, head/textproc/zsh-autosuggestions/
  head/shells/zsh-syntax-highlighting/
     - copied from r501750, head/textproc/zsh-syntax-highlighting/
Deleted:
  head/textproc/zsh-autosuggestions/
  head/textproc/zsh-syntax-highlighting/
Modified:
  head/MOVED
  head/shells/Makefile
  head/textproc/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Wed May 15 21:00:39 2019	(r501750)
+++ head/MOVED	Wed May 15 21:11:43 2019	(r501751)
@@ -12752,3 +12752,5 @@ sysutils/djmount||2019-05-15|Has expired: Unmaintained
 multimedia/vdr-plugin-upnp||2019-05-15|Has expired: Unmaintained upstream and does not build with upnp >= 1.8
 databases/puppetdb-cli|databases/rubygem-puppetdb_cli|2019-05-15|puppetdb-cli was rewritten in Ruby
 devel/modules2tuple|ports-mgmt/modules2tuple|2019-05-15|Moved to ports-mgmt category
+textproc/zsh-syntax-highlighting|shells/zsh-syntax-highlighting|2019-05-15|Moved to shells category
+textproc/zsh-autosuggestions|shells/zsh-autosuggestions|2019-05-15|Moved to shells category

Modified: head/shells/Makefile
==============================================================================
--- head/shells/Makefile	Wed May 15 21:00:39 2019	(r501750)
+++ head/shells/Makefile	Wed May 15 21:11:43 2019	(r501751)
@@ -55,7 +55,9 @@
     SUBDIR += xonsh
     SUBDIR += zsh
     SUBDIR += zsh-antigen
+    SUBDIR += zsh-autosuggestions
     SUBDIR += zsh-completions
     SUBDIR += zsh-navigation-tools
+    SUBDIR += zsh-syntax-highlighting
 
 .include <bsd.port.subdir.mk>

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed May 15 21:00:39 2019	(r501750)
+++ head/textproc/Makefile	Wed May 15 21:11:43 2019	(r501751)
@@ -1851,8 +1851,6 @@
     SUBDIR += yould
     SUBDIR += zenxml
     SUBDIR += zorba
-    SUBDIR += zsh-autosuggestions
-    SUBDIR += zsh-syntax-highlighting
     SUBDIR += zu-aspell
     SUBDIR += zu-hunspell
     SUBDIR += zxing-cpp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905152111.x4FLBhpi058881>