Index: head/sysutils/consul/Makefile =================================================================== --- head/sysutils/consul/Makefile (revision 535227) +++ head/sysutils/consul/Makefile (revision 535228) @@ -1,47 +1,47 @@ # $FreeBSD$ PORTNAME= consul -PORTVERSION= 1.7.2 +PORTVERSION= 1.7.3 DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= swills@FreeBSD.org COMMENT= Service discovery and configuration made easy LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= hashicorp GO_BUILDFLAGS= -ldflags=" \ -X github.com/hashicorp/consul/version.Version=${PORTVERSION} \ -X github.com/hashicorp/consul/version.VersionPrerelease= \ -X github.com/hashicorp/consul/version.GitDescribe=v${PORTVERSION} \ " USE_RC_SUBR= consul PLIST_FILES= bin/consul ETCDIR= ${PREFIX}/etc/${PORTNAME}.d CONSUL_USER?= consul CONSUL_GROUP?= consul CONSUL_DATADIR?= /var/db/${PORTNAME} USERS= ${CONSUL_USER} GROUPS= ${CONSUL_GROUP} SUB_LIST= CONSUL_DATADIR=${CONSUL_DATADIR} \ CONSUL_GROUP=${CONSUL_GROUP} \ CONSUL_USER=${CONSUL_USER} \ ETCDIR=${ETCDIR} post-extract: ${MKDIR} ${WRKSRC}/vendor/github.com/${GH_ACCOUNT}/${PORTNAME} ${LN} -s ${WRKSRC}/api ${WRKSRC}/vendor/github.com/${GH_ACCOUNT}/${PORTNAME}/api ${LN} -s ${WRKSRC}/sdk ${WRKSRC}/vendor/github.com/${GH_ACCOUNT}/${PORTNAME}/sdk .include Index: head/sysutils/consul/distinfo =================================================================== --- head/sysutils/consul/distinfo (revision 535227) +++ head/sysutils/consul/distinfo (revision 535228) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585133041 -SHA256 (hashicorp-consul-v1.7.2_GH0.tar.gz) = 5fbf25b8df906dfb4133eedf266a5c4a5af3022428b03a41928e1e48bd59a3b9 -SIZE (hashicorp-consul-v1.7.2_GH0.tar.gz) = 22755052 +TIMESTAMP = 1588751972 +SHA256 (hashicorp-consul-v1.7.3_GH0.tar.gz) = db1cfede52f73038f9f4d87f4698837cf6f7ff3957994dbdce0db78795a081bd +SIZE (hashicorp-consul-v1.7.3_GH0.tar.gz) = 22785232