svn commit: r545111 - branches/2020Q3/sysutils/consul
Steve Wills
swills at FreeBSD.org
Sun Aug 16 13:16:39 UTC 2020
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
More information about the svn-ports-all
mailing list