Index: head/databases/pgmetrics/files/patch-cmd_pgmetrics_system__freebsd.go =================================================================== --- head/databases/pgmetrics/files/patch-cmd_pgmetrics_system__freebsd.go (revision 466859) +++ head/databases/pgmetrics/files/patch-cmd_pgmetrics_system__freebsd.go (nonexistent) @@ -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. -+} Property changes on: head/databases/pgmetrics/files/patch-cmd_pgmetrics_system__freebsd.go ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/pgmetrics/Makefile =================================================================== --- head/databases/pgmetrics/Makefile (revision 466859) +++ head/databases/pgmetrics/Makefile (revision 466860) @@ -1,30 +1,29 @@ # Created by: Palle Girgensohn # $FreeBSD$ PORTNAME= pgmetrics -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.2.0 DISTVERSIONPREFIX=v CATEGORIES= databases MAINTAINER= girgen@FreeBSD.org COMMENT= Collect and display info & stats from a running PostgreSQL server LICENSE= APACHE20 USE_GITHUB= yes GH_ACCOUNT= rapidloop USES= go GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} BUILD_AS_NON_ROOT=yes GO_ENV+= "CGO_ENABLED=0" do-build: @cd ${GO_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} build -ldflags "-s -w -X main.version=${PORTVERSION}" ./cmd/${PORTNAME} do-install: @cd ${GO_WRKSRC}; ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: head/databases/pgmetrics/distinfo =================================================================== --- head/databases/pgmetrics/distinfo (revision 466859) +++ head/databases/pgmetrics/distinfo (revision 466860) @@ -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