Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jul 2020 14:40:49 +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: r541347 - head/sysutils/consul
Message-ID:  <202007061440.066Een2s014254@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Jul  6 14:40:49 2020
New Revision: 541347
URL: https://svnweb.freebsd.org/changeset/ports/541347

Log:
  sysutils/consul: update to 1.8.0
  
  While here, fix bug in rc script creation

Modified:
  head/sysutils/consul/Makefile   (contents, props changed)
  head/sysutils/consul/distinfo   (contents, props changed)

Modified: head/sysutils/consul/Makefile
==============================================================================
--- head/sysutils/consul/Makefile	Mon Jul  6 14:35:34 2020	(r541346)
+++ head/sysutils/consul/Makefile	Mon Jul  6 14:40:49 2020	(r541347)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	consul
-PORTVERSION=	1.7.4
+PORTVERSION=	1.8.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils
 
@@ -35,8 +35,8 @@ USERS=		${CONSUL_USER}
 GROUPS=		${CONSUL_GROUP}
 
 SUB_LIST=	CONSUL_DBDIR=${CONSUL_DBDIR} \
-		GROUP=${GROUP} \
-		USER=${USER}
+		GROUP=${CONSUL_GROUP} \
+		USER=${CONSUL_USER}
 
 post-extract:
 	${MKDIR} ${WRKSRC}/vendor/github.com/${GH_ACCOUNT}/${PORTNAME}

Modified: head/sysutils/consul/distinfo
==============================================================================
--- head/sysutils/consul/distinfo	Mon Jul  6 14:35:34 2020	(r541346)
+++ head/sysutils/consul/distinfo	Mon Jul  6 14:40:49 2020	(r541347)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1591829205
-SHA256 (hashicorp-consul-v1.7.4_GH0.tar.gz) = 2b48f0f2cd38201aed032981626c64aab9cb2920385847f68251af049063b475
-SIZE (hashicorp-consul-v1.7.4_GH0.tar.gz) = 22787889
+TIMESTAMP = 1594045082
+SHA256 (hashicorp-consul-v1.8.0_GH0.tar.gz) = a87925bde6aecddf532dfd050e907b6a0a6447cdd5dc4f49b46d97c9f73b58f9
+SIZE (hashicorp-consul-v1.8.0_GH0.tar.gz) = 24065255



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