Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 2020 00:22:17 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r557190 - branches/2020Q4/sysutils/consul
Message-ID:  <202012070022.0B70MHLG094822@repo.freebsd.org>

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

Log:
  MFH: r557189
  
  sysutils/consul: fix pkg-message
  
  Approved by:	ports-secteam (implicit)

Modified:
  branches/2020Q4/sysutils/consul/Makefile
  branches/2020Q4/sysutils/consul/pkg-message
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/sysutils/consul/Makefile
==============================================================================
--- branches/2020Q4/sysutils/consul/Makefile	Mon Dec  7 00:21:34 2020	(r557189)
+++ branches/2020Q4/sysutils/consul/Makefile	Mon Dec  7 00:22:17 2020	(r557190)
@@ -2,6 +2,7 @@
 
 PORTNAME=	consul
 PORTVERSION=	1.9.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils
 

Modified: branches/2020Q4/sysutils/consul/pkg-message
==============================================================================
--- branches/2020Q4/sysutils/consul/pkg-message	Mon Dec  7 00:21:34 2020	(r557189)
+++ branches/2020Q4/sysutils/consul/pkg-message	Mon Dec  7 00:22:17 2020	(r557190)
@@ -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?202012070022.0B70MHLG094822>