From owner-svn-ports-head@freebsd.org Mon Jan 23 18:13:37 2017 Return-Path: Delivered-To: svn-ports-head@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 C9A19CBE4A7; Mon, 23 Jan 2017 18:13:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 99263DE1; Mon, 23 Jan 2017 18:13:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0NIDaT5050314; Mon, 23 Jan 2017 18:13:36 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0NIDaZD050313; Mon, 23 Jan 2017 18:13:36 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201701231813.v0NIDaZD050313@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 23 Jan 2017 18:13:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432265 - head/databases/opentsdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2017 18:13:37 -0000 Author: swills Date: Mon Jan 23 18:13:36 2017 New Revision: 432265 URL: https://svnweb.freebsd.org/changeset/ports/432265 Log: databases/opentsdb: new maintainer PR: 216402 Submitted by: kbowling Approved by: xmj (maintainer) Modified: head/databases/opentsdb/Makefile Modified: head/databases/opentsdb/Makefile ============================================================================== --- head/databases/opentsdb/Makefile Mon Jan 23 18:11:31 2017 (r432264) +++ head/databases/opentsdb/Makefile Mon Jan 23 18:13:36 2017 (r432265) @@ -6,7 +6,7 @@ PORTVERSION= 2.3.0 CATEGORIES= databases java MASTER_SITES= https://github.com/OpenTSDB/opentsdb/releases/download/v${PORTVERSION}/ -MAINTAINER= johannes@perceivon.net +MAINTAINER= kbowling@freebsd.org COMMENT= OpenTSDB is the Scalable Timeseries Database LICENSE= LGPL21+