Date: Sun, 16 Aug 2020 13:16:38 +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: r545111 - branches/2020Q3/sysutils/consul Message-ID: <202008161316.07GDGcQV085691@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Aug 16 13:16:38 2020 New Revision: 545111 URL: https://svnweb.freebsd.org/changeset/ports/545111 Log: MFH: r541347 sysutils/consul: update to 1.8.0 While here, fix bug in rc script creation Approved by: ports-secteam (implicit) Modified: branches/2020Q3/sysutils/consul/Makefile branches/2020Q3/sysutils/consul/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/sysutils/consul/Makefile ============================================================================== --- branches/2020Q3/sysutils/consul/Makefile Sun Aug 16 13:15:17 2020 (r545110) +++ branches/2020Q3/sysutils/consul/Makefile Sun Aug 16 13:16:38 2020 (r545111) @@ -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: branches/2020Q3/sysutils/consul/distinfo ============================================================================== --- branches/2020Q3/sysutils/consul/distinfo Sun Aug 16 13:15:17 2020 (r545110) +++ branches/2020Q3/sysutils/consul/distinfo Sun Aug 16 13:16:38 2020 (r545111) @@ -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?202008161316.07GDGcQV085691>