From owner-svn-ports-all@freebsd.org Wed Jul 29 18:35:27 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19F9E9AE2DA; Wed, 29 Jul 2015 18:35:27 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFD7E1EC6; Wed, 29 Jul 2015 18:35:26 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6TIZQFk077669; Wed, 29 Jul 2015 18:35:26 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6TIZQnn077666; Wed, 29 Jul 2015 18:35:26 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507291835.t6TIZQnn077666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 29 Jul 2015 18:35:26 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2015 18:35:27 -0000 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