Sun Jul 25 16:47:29 2021 UTC ()
g/c stale comment


(tnn)
diff -r1.4 -r1.5 pkgsrc/databases/timescaledb-tune/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/databases/timescaledb-tune/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/timescaledb-tune/Makefile 2021/07/25 16:46:45 1.4
+++ pkgsrc/databases/timescaledb-tune/Makefile 2021/07/25 16:47:28 1.5
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.4 2021/07/25 16:46:45 tnn Exp $ 1# $NetBSD: Makefile,v 1.5 2021/07/25 16:47:28 tnn Exp $
2 2
3DISTNAME= timescaledb-tune-0.11.1 3DISTNAME= timescaledb-tune-0.11.1
4MASTER_SITES= ${MASTER_SITE_GITHUB:=timescale/} 4MASTER_SITES= ${MASTER_SITE_GITHUB:=timescale/}
5CATEGORIES= databases 5CATEGORIES= databases
6# need git master for proper PostgreSQL 13 support 
7GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/timescale/timescaledb-tune 9HOMEPAGE= https://github.com/timescale/timescaledb-tune
11COMMENT= Tune timescaledb to match system's CPU and memory resources 10COMMENT= Tune timescaledb to match system's CPU and memory resources
12LICENSE= apache-2.0 11LICENSE= apache-2.0
13 12
14.include "go-modules.mk" 13.include "go-modules.mk"
15 14
16GO_BUILD_PATTERN= ./cmd/timescaledb-tune/... 15GO_BUILD_PATTERN= ./cmd/timescaledb-tune/...
17INSTALLATION_DIRS+= bin 16INSTALLATION_DIRS+= bin
18 17
19do-install: 18do-install: