Commit Graph

13 Commits

Author SHA1 Message Date
Tobias Kortkamp
97804ade38 databases/pgmetrics: Switch to USES=go:modules
- Remove unneeded targets
- Drop nop BUILD_AS_NON_ROOT while here
- Fix build with go1.13beta1

===>  Building for pgmetrics-1.7.0
$GOPATH/go.mod exists but should not
*** Error code 1

PR:		238930
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	girgen (maintainer timeout, 24 days)
2019-07-26 07:30:33 +00:00
Tobias Kortkamp
3726f94254 Convert all Go ports to USES=go
This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.

USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.

PR:		238849
Submitted by:	dg@syrec.org (also D20745)
Reviewed by:	mat, tobik
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20746
2019-06-29 03:51:13 +00:00
Palle Girgensohn
b1f7f210c1 Update to version 1.7.0
Optimize pg_stat_statements collection:
Release notes:	https://github.com/rapidloop/pgmetrics/releases/tag/v1.7.0
2019-05-27 08:43:07 +00:00
Palle Girgensohn
43bbcc0539 Upgrade to version 1.6.1 2019-03-10 17:43:52 +00:00
Palle Girgensohn
636a0c65d6 Upgrade pgmetrics to version 1.6.0 2019-02-15 16:22:08 +00:00
Palle Girgensohn
d11049c752 Update to 1.5.1 2018-11-16 01:07:01 +00:00
Palle Girgensohn
fec5e628f6 Update to version 1.5.0
Release notes:	https://github.com/rapidloop/pgmetrics/releases
2018-11-02 14:54:56 +00:00
Palle Girgensohn
1a57f26f9d Update to version 1.4.1
Release notes:	https://github.com/rapidloop/pgmetrics/releases
2018-09-04 08:54:00 +00:00
Palle Girgensohn
56e96a6f4d Update pgmetrics to latest version 2018-08-07 14:07:43 +00:00
Palle Girgensohn
ff33902887 Upgrade to version 1.3.0 2018-05-26 15:22:14 +00:00
Palle Girgensohn
b479d69ef8 Update to version 1.2.0
Releasenotes: https://github.com/rapidloop/pgmetrics/releases/tag/v1.2.0
2018-04-09 15:15:51 +00:00
Palle Girgensohn
8190031b32 set main.version when building 2018-03-12 15:55:45 +00:00
Palle Girgensohn
54a61d98ae Add new port datagbases/pgmetrics
This port easily collect and report PostgreSQL metrics for scripting,
automation and troubleshooting.
2018-03-06 11:50:12 +00:00