aboutsummaryrefslogtreecommitdiff
path: root/databases/pgmetrics
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2018-04-09 15:15:51 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2018-04-09 15:15:51 +0000
commitb479d69ef84db492e7c4e542295a5686d76e30fe (patch)
treea64cd4a6a3816e2ddf59dfb1468c307e1cf1d3b4 /databases/pgmetrics
parentb830e1b9dad9d13365f07d1ddebe79f967f0f099 (diff)
downloadports-b479d69ef84db492e7c4e542295a5686d76e30fe.tar.gz
ports-b479d69ef84db492e7c4e542295a5686d76e30fe.zip
Notes
Diffstat (limited to 'databases/pgmetrics')
-rw-r--r--databases/pgmetrics/Makefile3
-rw-r--r--databases/pgmetrics/distinfo6
-rw-r--r--databases/pgmetrics/files/patch-cmd_pgmetrics_system__freebsd.go24
3 files changed, 4 insertions, 29 deletions
diff --git a/databases/pgmetrics/Makefile b/databases/pgmetrics/Makefile
index 9c7755efe867..f4746dc91380 100644
--- a/databases/pgmetrics/Makefile
+++ b/databases/pgmetrics/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= pgmetrics
-PORTVERSION= 1.1.0
-PORTREVISION= 1
+PORTVERSION= 1.2.0
DISTVERSIONPREFIX=v
CATEGORIES= databases
diff --git a/databases/pgmetrics/distinfo b/databases/pgmetrics/distinfo
index 6c93cedaa92d..748a67c8c4d2 100644
--- a/databases/pgmetrics/distinfo
+++ b/databases/pgmetrics/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520334659
-SHA256 (rapidloop-pgmetrics-v1.1.0_GH0.tar.gz) = 8add03f94ff84e597bc16e750279744bc8913de5acc063683ef0e282ae870b93
-SIZE (rapidloop-pgmetrics-v1.1.0_GH0.tar.gz) = 856131
+TIMESTAMP = 1523285934
+SHA256 (rapidloop-pgmetrics-v1.2.0_GH0.tar.gz) = d4069edb2b722c4c342ce7ab6a971b111157d7769d2a3c02b47e1cf1dd62cf31
+SIZE (rapidloop-pgmetrics-v1.2.0_GH0.tar.gz) = 860244
diff --git a/databases/pgmetrics/files/patch-cmd_pgmetrics_system__freebsd.go b/databases/pgmetrics/files/patch-cmd_pgmetrics_system__freebsd.go
deleted file mode 100644
index dfcb8a416cd4..000000000000
--- a/databases/pgmetrics/files/patch-cmd_pgmetrics_system__freebsd.go
+++ /dev/null
@@ -1,24 +0,0 @@
---- /dev/null 2018-03-06 12:20:46.000000000 +0100
-+++ cmd/pgmetrics/system_freebsd.go 2018-03-06 12:18:41.362207000 +0100
-@@ -0,0 +1,21 @@
-+/*
-+ * Copyright 2018 RapidLoop, Inc.
-+ *
-+ * Licensed under the Apache License, Version 2.0 (the "License");
-+ * you may not use this file except in compliance with the License.
-+ * You may obtain a copy of the License at
-+ *
-+ * http://www.apache.org/licenses/LICENSE-2.0
-+ *
-+ * Unless required by applicable law or agreed to in writing, software
-+ * distributed under the License is distributed on an "AS IS" BASIS,
-+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-+ * See the License for the specific language governing permissions and
-+ * limitations under the License.
-+ */
-+
-+package main
-+
-+func (c *collector) collectSystem(o options) {
-+ // Not implemented for FreeBSD yet.
-+}