Index: head/sysutils/consul/Makefile =================================================================== --- head/sysutils/consul/Makefile (revision 449360) +++ head/sysutils/consul/Makefile (revision 449361) @@ -1,51 +1,51 @@ # $FreeBSD$ PORTNAME= consul -PORTVERSION= 0.8.5 +PORTVERSION= 0.9.2 DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= swills@FreeBSD.org COMMENT= Service discovery and configuration made easy LICENSE= MPL BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go USES= compiler USE_GITHUB= yes GH_ACCOUNT= hashicorp GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} USE_RC_SUBR= consul PLIST_FILES= bin/consul USERS= consul GROUPS= consul post-extract: @${MV} ${WRKSRC}/vendor/ ${WRKSRC}/src/ do-build: @cd ${WRKSRC}/src/github.com/hashicorp/consul; ${SETENV} CGO_ENABLED=0 ${BUILD_ENV} GOPATH=${WRKSRC} go build \ -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} \ " \ -o bin/consul do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/hashicorp/consul/bin/consul ${STAGEDIR}${PREFIX}/bin/consul .include # golang assumes that if clang is in use, it is called "clang" and not "cc". If # it's called "cc", go fails. .if ${COMPILER_TYPE} == clang BUILD_ENV= CC=clang .endif .include Index: head/sysutils/consul/distinfo =================================================================== --- head/sysutils/consul/distinfo (revision 449360) +++ head/sysutils/consul/distinfo (revision 449361) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500310152 -SHA256 (hashicorp-consul-v0.8.5_GH0.tar.gz) = 3049ac26e6226b61af2d631d5705669cadb8bf3b0c7860e169590ce1472c6b64 -SIZE (hashicorp-consul-v0.8.5_GH0.tar.gz) = 6630059 +TIMESTAMP = 1504702429 +SHA256 (hashicorp-consul-v0.9.2_GH0.tar.gz) = f03bea85cccf870b71a7652c1f52da9328823709ba0d177cb535984fb785a9bb +SIZE (hashicorp-consul-v0.9.2_GH0.tar.gz) = 7242314