Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jul 2015 18:35:26 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393191 - in head: . textproc textproc/kibana textproc/kibana3
Message-ID:  <201507291835.t6TIZQnn077666@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Browser based analytics and search interface to ElasticSearch



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