From owner-svn-ports-all@freebsd.org Tue Sep 18 18:00:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 564F210A4D77; Tue, 18 Sep 2018 18:00:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0D9A87B630; Tue, 18 Sep 2018 18:00:15 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 087D523598; Tue, 18 Sep 2018 18:00:15 +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 w8II0EtR066083; Tue, 18 Sep 2018 18:00:14 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8II0ECx066082; Tue, 18 Sep 2018 18:00:14 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201809181800.w8II0ECx066082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 18 Sep 2018 18:00:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480051 - head/net-mgmt/kapacitor X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net-mgmt/kapacitor X-SVN-Commit-Revision: 480051 X-SVN-Commit-Repository: ports 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.27 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: Tue, 18 Sep 2018 18:00:15 -0000 Author: swills Date: Tue Sep 18 18:00:14 2018 New Revision: 480051 URL: https://svnweb.freebsd.org/changeset/ports/480051 Log: net-mgmt/kapacitor: Update to 1.5.1 PR: 230949 Submitted by: Dmitri Goutnik Approved by: maintainer timeout (cheffo@freebsd-bg.org, >3 weeks) Modified: head/net-mgmt/kapacitor/Makefile (contents, props changed) head/net-mgmt/kapacitor/distinfo (contents, props changed) Modified: head/net-mgmt/kapacitor/Makefile ============================================================================== --- head/net-mgmt/kapacitor/Makefile Tue Sep 18 17:50:54 2018 (r480050) +++ head/net-mgmt/kapacitor/Makefile Tue Sep 18 18:00:14 2018 (r480051) @@ -2,15 +2,15 @@ # $FreeBSD$ PORTNAME= kapacitor -PORTVERSION= 1.4.1 -PORTREVISION= 1 DISTVERSIONPREFIX= v +DISTVERSION= 1.5.1 CATEGORIES= net-mgmt MAINTAINER= cheffo@freebsd-bg.org COMMENT= Time-series data collection LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 @@ -20,11 +20,9 @@ USE_RC_SUBR= kapacitord USE_GITHUB= yes -GH_ACCOUNT= influxdata:DEFAULT +GH_ACCOUNT= influxdata +GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} -# This should work, but go gets confused with the symlinks. -#GH_SUBDIR= src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} - SUB_FILES= kapacitord SUB_LIST+= KAPACITORD_USER=${KAPACITORD_USER} \ KAPACITORD_GROUP=${KAPACITORD_GROUP} \ @@ -53,25 +51,6 @@ SUB_LIST+= KAPACITORD_LOGCMD="logger" KAPACITORD_DBDIR= /var/db/${PORTNAME}/ KAPACITORD_LOGDIR= /var/log/${PORTNAME}/ - -post-patch: - @${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} - @cd ${WRKSRC} && ${MV} \ - BLOB_STORE_DESIGN.md CHANGELOG.md CONTRIBUTING.md DESIGN.md Gopkg.lock \ - Gopkg.toml LICENSE_OF_DEPENDENCIES.md README.md alert alert.go auth \ - autoscale.go barrier.go batch.go bufpool build.py build.sh circle-test.sh \ - circle.yml client clock cmd combine.go combine_test.go command default.go \ - delete.go derivative.go doc.go edge edge.go etc eval.go examples expr.go \ - expvar flatten.go gobuild.sh group_by.go http_out.go http_post.go influxdb \ - influxdb_out.go influxql.gen.go influxql.gen.go.tmpl influxql.go integrations \ - join.go kapacitor_loopback.go keyvalue list-deps listmap log.go metaclient.go \ - models node.go noop.go output.go pipeline query.go query_test.go replay.go \ - result.go sample.go scripts server services shift.go sideload.go \ - state_tracking.go stats.go stream.go task.go task_master.go template.go \ - test.sh tick tickdoc.conf timer tlsconfig tmpldata.json udf udf.go \ - udf_test.go union.go update_tick_docs.sh usr uuid vendor waiter where.go \ - window.go window_test.go \ - ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} do-build: @cd ${WRKSRC}/src/github.com/influxdata/${PORTNAME} \ Modified: head/net-mgmt/kapacitor/distinfo ============================================================================== --- head/net-mgmt/kapacitor/distinfo Tue Sep 18 17:50:54 2018 (r480050) +++ head/net-mgmt/kapacitor/distinfo Tue Sep 18 18:00:14 2018 (r480051) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521019778 -SHA256 (influxdata-kapacitor-v1.4.1_GH0.tar.gz) = 9bbcca83c408252c8b92ad00cb4dbb502b4ce1ef3b474e3285c1472fdb3e0dc9 -SIZE (influxdata-kapacitor-v1.4.1_GH0.tar.gz) = 7543899 +TIMESTAMP = 1535378533 +SHA256 (influxdata-kapacitor-v1.5.1_GH0.tar.gz) = 7a0a01a7753364266e3e3023c660a70f0024718e55e251d42b3f37d9d932cdc7 +SIZE (influxdata-kapacitor-v1.5.1_GH0.tar.gz) = 5668659