Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 2020 00:21:34 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557189 - head/sysutils/consul
Message-ID:  <202012070021.0B70LYDE094585@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Dec  7 00:21:34 2020
New Revision: 557189
URL: https://svnweb.freebsd.org/changeset/ports/557189

Log:
  sysutils/consul: fix pkg-message
  
  MFH:		2020Q4

Modified:
  head/sysutils/consul/Makefile   (contents, props changed)
  head/sysutils/consul/pkg-message   (contents, props changed)

Modified: head/sysutils/consul/Makefile
==============================================================================
--- head/sysutils/consul/Makefile	Sun Dec  6 23:44:00 2020	(r557188)
+++ head/sysutils/consul/Makefile	Mon Dec  7 00:21:34 2020	(r557189)
@@ -2,6 +2,7 @@
 
 PORTNAME=	consul
 PORTVERSION=	1.9.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils
 

Modified: head/sysutils/consul/pkg-message
==============================================================================
--- head/sysutils/consul/pkg-message	Sun Dec  6 23:44:00 2020	(r557188)
+++ head/sysutils/consul/pkg-message	Mon Dec  7 00:21:34 2020	(r557189)
@@ -1,5 +1,12 @@
+[
+{
+	message: <<EOD
 Warning! Version 1.9.0 of consul contains breaking changes. See:
 
 https://github.com/hashicorp/consul/blob/master/CHANGELOG.md
 
 for details.
+EOD,
+	type : upgrade
+}
+]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012070021.0B70LYDE094585>