svn commit: r490579 - head/net-mgmt/prometheus2

Jochen Neumeister joneum at FreeBSD.org
Thu Jan 17 17:32:36 UTC 2019


Author: joneum
Date: Thu Jan 17 17:32:35 2019
New Revision: 490579
URL: https://svnweb.freebsd.org/changeset/ports/490579

Log:
  Update to 2.6.1
  
  Changelog:
   - Azure SD: Fix discovery getting stuck sometimes.
   - Marathon SD: Use Tasks.Ports when RequirePorts is false.
   - Promtool: Fix "out-of-order sample" errors when testing rules.
  
  PR:		234996
  Submitted by:	David O'Rourke <dor.bsd at xm0.uk> (maintainer)
  Sponsored by:	Netzkommune GmbH

Modified:
  head/net-mgmt/prometheus2/Makefile
  head/net-mgmt/prometheus2/distinfo

Modified: head/net-mgmt/prometheus2/Makefile
==============================================================================
--- head/net-mgmt/prometheus2/Makefile	Thu Jan 17 17:31:16 2019	(r490578)
+++ head/net-mgmt/prometheus2/Makefile	Thu Jan 17 17:32:35 2019	(r490579)
@@ -2,8 +2,7 @@
 
 PORTNAME=	prometheus
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.6.0
-PORTREVISION=	1
+DISTVERSION=	2.6.1
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	dor.bsd at xm0.uk

Modified: head/net-mgmt/prometheus2/distinfo
==============================================================================
--- head/net-mgmt/prometheus2/distinfo	Thu Jan 17 17:31:16 2019	(r490578)
+++ head/net-mgmt/prometheus2/distinfo	Thu Jan 17 17:32:35 2019	(r490579)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545228675
-SHA256 (prometheus-prometheus-v2.6.0_GH0.tar.gz) = e0d3e77e45466fd055726268354a02834968a3275791be6cbd17513ec7860c1d
-SIZE (prometheus-prometheus-v2.6.0_GH0.tar.gz) = 6607363
+TIMESTAMP = 1547728212
+SHA256 (prometheus-prometheus-v2.6.1_GH0.tar.gz) = 3ece7541e090e6c11c0c35a0856b99005094aded0152e1e3e71ea2390ac8069f
+SIZE (prometheus-prometheus-v2.6.1_GH0.tar.gz) = 6612143


More information about the svn-ports-all mailing list