From owner-svn-ports-head@freebsd.org Sat May 11 22:39:49 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8275715A923C; Sat, 11 May 2019 22:39:49 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 20424743B0; Sat, 11 May 2019 22:39:49 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E07B521E15; Sat, 11 May 2019 22:39:48 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BMdmH7038474; Sat, 11 May 2019 22:39:48 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BMdmh7038472; Sat, 11 May 2019 22:39:48 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201905112239.x4BMdmh7038472@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 11 May 2019 22:39:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501312 - head/databases/redis_exporter X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/databases/redis_exporter X-SVN-Commit-Revision: 501312 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 20424743B0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 May 2019 22:39:49 -0000 Author: riggs Date: Sat May 11 22:39:47 2019 New Revision: 501312 URL: https://svnweb.freebsd.org/changeset/ports/501312 Log: Update to upstream version 0.34.0 - While on it: Pet portlint PR: 237601 Submitted by: arcade@b1t.name (maintainer) Modified: head/databases/redis_exporter/Makefile head/databases/redis_exporter/distinfo head/databases/redis_exporter/pkg-descr Modified: head/databases/redis_exporter/Makefile ============================================================================== --- head/databases/redis_exporter/Makefile Sat May 11 22:37:01 2019 (r501311) +++ head/databases/redis_exporter/Makefile Sat May 11 22:39:47 2019 (r501312) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis_exporter -PORTVERSION= 0.32.0 +PORTVERSION= 0.34.0 DISTVERSIONPREFIX=v CATEGORIES= databases @@ -23,14 +23,9 @@ PLIST_FILES= bin/redis_exporter USE_RC_SUBR= redis_exporter - -BUILD_USER?= ${USER} -LD_FLAG_X_PREFIX= -X ${GO_PKGNAME}/vendor/${GO_PKGNAME:H}/common/version +LD_FLAG_X_PREFIX= -X main LD_FLAG_STRING= -s \ - ${LD_FLAG_X_PREFIX}.Version=${PORTVERSION} \ - ${LD_FLAG_X_PREFIX}.Revision=${PORTREVISION} \ - ${LD_FLAG_X_PREFIX}.Branch=release-${PORTVERSION:R} \ - ${LD_FLAG_X_PREFIX}.BuildUser=${BUILD_USER} + ${LD_FLAG_X_PREFIX}.BuildVersion=${PORTVERSION} GO_BUILDFLAGS= -v -ldflags "${LD_FLAG_STRING}" do-install: Modified: head/databases/redis_exporter/distinfo ============================================================================== --- head/databases/redis_exporter/distinfo Sat May 11 22:37:01 2019 (r501311) +++ head/databases/redis_exporter/distinfo Sat May 11 22:39:47 2019 (r501312) @@ -1,3 +1,3 @@ TIMESTAMP = 1539803636 -SHA256 (oliver006-redis_exporter-v0.32.0_GH0.tar.gz) = c2ceeaf2589fc2712cb137d52fa9685a3cb70f6f8bd2bb316d5f89a8e7125cd8 -SIZE (oliver006-redis_exporter-v0.32.0_GH0.tar.gz) = 975201 +SHA256 (oliver006-redis_exporter-v0.34.0_GH0.tar.gz) = 87509198d45ce58390e13881bbd448653ebc2813bc6c4cb0abb1800477f592c8 +SIZE (oliver006-redis_exporter-v0.34.0_GH0.tar.gz) = 1439746 Modified: head/databases/redis_exporter/pkg-descr ============================================================================== --- head/databases/redis_exporter/pkg-descr Sat May 11 22:37:01 2019 (r501311) +++ head/databases/redis_exporter/pkg-descr Sat May 11 22:39:47 2019 (r501312) @@ -1,3 +1,3 @@ -Prometheus Exporter for Redis Metrics. Supports Redis 2.x, 3.x and 4.x +Prometheus Exporter for Redis Metrics. Supports Redis 2.x, 3.x and 4.x WWW: https://github.com/oliver006/redis_exporter