aboutsummaryrefslogtreecommitdiff
path: root/databases/pgmetrics/Makefile
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2022-05-19 13:35:46 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2022-05-19 13:36:48 +0000
commit8e45075a49109365843a147273697b02c3a5c82c (patch)
treea4c0e922103ab1578d65704c7cc6224824840bc0 /databases/pgmetrics/Makefile
parent5b11f47f0d59c95f6dcf1ff75badede5ec84e72e (diff)
downloadports-8e45075a49109365843a147273697b02c3a5c82c.tar.gz
ports-8e45075a49109365843a147273697b02c3a5c82c.zip
databases/pgmetrics: update to 1.13.0
Diffstat (limited to 'databases/pgmetrics/Makefile')
-rw-r--r--databases/pgmetrics/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/pgmetrics/Makefile b/databases/pgmetrics/Makefile
index 9c2929d2ada7..8893092f3ce8 100644
--- a/databases/pgmetrics/Makefile
+++ b/databases/pgmetrics/Makefile
@@ -1,9 +1,8 @@
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
PORTNAME= pgmetrics
-PORTVERSION= 1.12.0
+PORTVERSION= 1.13.0
DISTVERSIONPREFIX=v
-PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= girgen@FreeBSD.org
@@ -13,10 +12,11 @@ LICENSE= APACHE20
USES= go:modules
-USE_GITHUB= yes
+GO_MODULE= github.com/rapidloop/pgmetrics
+#USE_GITHUB= yes
-GH_ACCOUNT= rapidloop
-GH_TUPLE= \
+#GH_ACCOUNT= rapidloop
+#GH_TUPLE= \
aws:aws-sdk-go:v1.29.29:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \
dustin:go-humanize:bb3d318650d4:dustin_go_humanize/vendor/github.com/dustin/go-humanize \
golang:crypto:e9b2fee46413:golang_crypto/vendor/golang.org/x/crypto \