mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
* Updated to 1.3.2
* Sorted Makefile for portlint PR: 223830 Submitted by: <cheffo@fre^.org> (maintainer)
This commit is contained in:
parent
88b6f85851
commit
88871ed702
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455077
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kapacitor
|
||||
PORTVERSION= 1.2.0
|
||||
PORTVERSION= 1.3.2
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= net-mgmt
|
||||
|
||||
@ -11,10 +11,10 @@ COMMENT= Time-series data collection
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
BUILD_DEPENDS= go>=1.6.0:lang/go
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 armv6 armv7 i386
|
||||
|
||||
BUILD_DEPENDS= go>=1.6.0:lang/go
|
||||
|
||||
USE_RC_SUBR= kapacitord
|
||||
|
||||
USE_GITHUB= yes
|
||||
@ -31,21 +31,22 @@ PLIST_SUB= KAPACITORD_PIDDIR=${KAPACITORD_PIDDIR}
|
||||
post-patch:
|
||||
@${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}
|
||||
@cd ${WRKSRC} && ${MV} \
|
||||
alert alert.go auth batch.go BLOB_STORE_DESIGN.md bufpool build.py \
|
||||
build.sh CHANGELOG.md circle-test.sh circle.yml client clock cmd \
|
||||
combine_test.go combine.go command CONTRIBUTING.md default.go delete.go \
|
||||
derivative.go DESIGN.md doc.go Dockerfile_build_ubuntu32 \
|
||||
Dockerfile_build_ubuntu64 Dockerfile_build_ubuntu64_git edge_test.go \
|
||||
edge.go etc eval.go examples expr.go expvar flatten.go gobuild.sh \
|
||||
group_by.go http_out.go influxdb influxdb_out.go influxql.gen.go \
|
||||
influxql.gen.go.tmpl influxql.go integrations join.go k8s_autoscale.go \
|
||||
LICENSE LICENSE_OF_DEPENDENCIES.md list-deps log.go metaclient.go \
|
||||
models node.go noop.go output.go pipeline query_test.go query.go \
|
||||
README.md replay.go result.go sample.go scripts server services \
|
||||
shift.go stats.go stream.go task_master.go task.go template.go \
|
||||
test.sh tick tickdoc.conf timer tmpldata udf udf_test.go udf.go \
|
||||
union.go update_tick_docs.sh usr vars vendor vendor.list vendor.sh \
|
||||
where.go window_test.go window.go \
|
||||
BLOB_STORE_DESIGN.md CHANGELOG.md CONTRIBUTING.md DESIGN.md \
|
||||
Gopkg.lock Gopkg.toml LICENSE_OF_DEPENDENCIES.md README.md \
|
||||
alert alert.go auth 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.go \
|
||||
edge_test.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 k8s_autoscale.go kapacitor_loopback.go \
|
||||
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 state_tracking.go \
|
||||
stats.go stream.go task.go task_master.go template.go test.sh \
|
||||
tick tickdoc.conf timer tmpldata.json udf udf.go udf_test.go \
|
||||
union.go update_tick_docs.sh usr uuid vars vendor where.go \
|
||||
window.go window_test.go \
|
||||
${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}
|
||||
|
||||
do-build:
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1486074397
|
||||
SHA256 (influxdata-kapacitor-v1.2.0_GH0.tar.gz) = da13321520930f86e65de7989abb076a0e3dbc23da09b400f3299d7b6d452416
|
||||
SIZE (influxdata-kapacitor-v1.2.0_GH0.tar.gz) = 5961658
|
||||
TIMESTAMP = 1511467900
|
||||
SHA256 (influxdata-kapacitor-v1.3.2_GH0.tar.gz) = bdd53ab115c36905edbe1026ca8a14595c2ee2703380cd06366d1599c0db8806
|
||||
SIZE (influxdata-kapacitor-v1.3.2_GH0.tar.gz) = 7039627
|
||||
|
Loading…
Reference in New Issue
Block a user