svn commit: r393191 - in head: . textproc textproc/kibana textproc/kibana3

Antoine Brodin antoine at FreeBSD.org
Wed Jul 29 18:35:27 UTC 2015


Author: antoine
Date: Wed Jul 29 18:35:25 2015
New Revision: 393191
URL: https://svnweb.freebsd.org/changeset/ports/393191

Log:
  Move textproc/kibana to textproc/kibana3 to leave space for a kibana version 4 port

Added:
  head/textproc/kibana3/
     - copied from r393190, head/textproc/kibana/
Deleted:
  head/textproc/kibana/
Modified:
  head/MOVED
  head/textproc/Makefile
  head/textproc/kibana3/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Wed Jul 29 17:52:52 2015	(r393190)
+++ head/MOVED	Wed Jul 29 18:35:25 2015	(r393191)
@@ -7732,12 +7732,13 @@ japanese/netype||2015-07-21|Has expired:
 databases/p5-DBD-Pg32|databases/p5-DBD-Pg|2015-07-22|Has expired: Use databases/p5-DBD-Pg instead, compatability probles are fixed
 textproc/py-asciinema|textproc/asciinema|2015-07-23|Has expired: use textproc/asciinema instead
 devel/libiomp5-devel|devel/llvm-devel|2015-07-24|Merged with devel/llvm-devel
-amd64-binutils||2015-07-25|No real use
-amd64-gcc||2015-07-25|No real use
-amd64-xtoolchain-gcc||2015-07-25|No real use
+devel/amd64-binutils||2015-07-25|No real use
+devel/amd64-gcc||2015-07-25|No real use
+devel/amd64-xtoolchain-gcc||2015-07-25|No real use
 devel/p5-Test-Tester|devel/p5-Test-Simple|2015-07-25|Has expired: Part of p5-Test-Simple (use that instead), and included in perl 5.22
 devel/p5-Test-use-ok|devel/p5-Test-Simple|2015-07-25|Has expired: Part of devel/p5-Test-Simple (use that instead), and included in perl 5.22
 math/mate-calc||2015-07-27|Not part of MATE 1.10. Instead galculator is used
 x11/mate-dialogs||2015-07-27|Not part of MATE 1.10
 devel/automake14||2015-07-27|Has expired: Not used in the ports tree anymore
 sysutils/slurm-hpc|sysutils/slurm-wlm|2015-07-28|Upstream is standardizing on the name "slurm-wlm"
+textproc/kibana|textproc/kibana3|2015-07-29|Moved to leave place for a kibana-4 port

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed Jul 29 17:52:52 2015	(r393190)
+++ head/textproc/Makefile	Wed Jul 29 18:35:25 2015	(r393191)
@@ -335,7 +335,7 @@
     SUBDIR += jshon
     SUBDIR += kdiff3
     SUBDIR += kenlm
-    SUBDIR += kibana
+    SUBDIR += kibana3
     SUBDIR += kmfl-european-latin
     SUBDIR += kmfl-khmer
     SUBDIR += kmfl-sil-ezra

Modified: head/textproc/kibana3/Makefile
==============================================================================
--- head/textproc/kibana/Makefile	Wed Jul 29 17:52:52 2015	(r393190)
+++ head/textproc/kibana3/Makefile	Wed Jul 29 18:35:25 2015	(r393191)
@@ -5,6 +5,7 @@ PORTNAME=	kibana
 PORTVERSION=	3.1.2
 CATEGORIES=	textproc www
 MASTER_SITES=	http://download.elasticsearch.org/kibana/kibana/
+PKGNAMESUFFIX=	3
 
 MAINTAINER=	antoine at FreeBSD.org
 COMMENT=	Browser based analytics and search interface to ElasticSearch


More information about the svn-ports-all mailing list