Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] influxdb: update to 1.8.3.
@ 2020-11-16 21:08 ahesford
  2020-11-21 17:49 ` [PR PATCH] [Merged]: " the-maldridge
  0 siblings, 1 reply; 2+ messages in thread
From: ahesford @ 2020-11-16 21:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 567 bytes --]

There is a new pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages influxdb
https://github.com/void-linux/void-packages/pull/26440

influxdb: update to 1.8.3.
I believe `influxdb>=2.0` requires some manual intervention when upgrading from `<2.0`, so I'm not sure if we want to bump to `2.0` just yet. In the meantime, this is the latest `1.x` version.

I've also installed the man pages.

cc: @the-maldridge 

A patch file from https://github.com/void-linux/void-packages/pull/26440.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-influxdb-26440.patch --]
[-- Type: text/x-diff, Size: 1832 bytes --]

From b0bd30d840407dfbfd9ec3880a262188f25775ff Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Mon, 16 Nov 2020 16:02:51 -0500
Subject: [PATCH] influxdb: update to 1.8.3.

---
 srcpkgs/influxdb/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/influxdb/template b/srcpkgs/influxdb/template
index e77b36ed222..eb1a592c1d1 100644
--- a/srcpkgs/influxdb/template
+++ b/srcpkgs/influxdb/template
@@ -1,6 +1,6 @@
 # Template file for 'influxdb'
 pkgname=influxdb
-version=1.7.9
+version=1.8.3
 revision=1
 build_style=go
 go_import_path=github.com/influxdata/influxdb
@@ -10,27 +10,28 @@ go_package="${go_import_path}/cmd/influx
  ${go_import_path}/cmd/influx_inspect
  ${go_import_path}/cmd/influx_stress"
 go_ldflags="-X main.version=${version}"
-hostmakedepends="dep"
+hostmakedepends="asciidoc xmlto"
 short_desc="Scalable datastore for metrics, events, and real-time analytics"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MIT"
 homepage="https://influxdata.com/time-series-platform/influxdb/"
 changelog="https://raw.githubusercontent.com/influxdata/influxdb/master/CHANGELOG.md"
 distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
-checksum=fad5107985395353a584978f6c0ad1fbd4f41ea71bdc9cf55a006cc9a88d2b61
+checksum=d8b89e324ed7343c1397124ac3cc68c405406faf74e7369e733611cada54656d
 
 system_accounts="_influxdb"
 _influxdb_homedir="/var/lib/influxdb"
 make_dirs="${_influxdb_homedir} 0755 _influxdb _influxdb"
 conf_files="/etc/${pkgname}/${pkgname}.conf"
 
-pre_build() {
-	cd $GOSRCPATH
-	dep ensure
+post_build() {
+	make -C man build
 }
 
 post_install() {
 	vlicense LICENSE
 	vsv ${pkgname}
 	vinstall etc/config.sample.toml 644 etc/${pkgname} ${pkgname}.conf
+
+	make -C man DESTDIR="${DESTDIR}/usr" install
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: influxdb: update to 1.8.3.
  2020-11-16 21:08 [PR PATCH] influxdb: update to 1.8.3 ahesford
@ 2020-11-21 17:49 ` the-maldridge
  0 siblings, 0 replies; 2+ messages in thread
From: the-maldridge @ 2020-11-21 17:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 413 bytes --]

There's a merged pull request on the void-packages repository

influxdb: update to 1.8.3.
https://github.com/void-linux/void-packages/pull/26440

Description:
I believe `influxdb>=2.0` requires some manual intervention when upgrading from `<2.0`, so I'm not sure if we want to bump to `2.0` just yet. In the meantime, this is the latest `1.x` version.

I've also installed the man pages.

cc: @the-maldridge 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-21 17:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-16 21:08 [PR PATCH] influxdb: update to 1.8.3 ahesford
2020-11-21 17:49 ` [PR PATCH] [Merged]: " the-maldridge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).