Index: head/sysutils/consul/Makefile =================================================================== --- head/sysutils/consul/Makefile (revision 457604) +++ head/sysutils/consul/Makefile (revision 457605) @@ -1,51 +1,51 @@ # $FreeBSD$ PORTNAME= consul -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= swills@FreeBSD.org COMMENT= Service discovery and configuration made easy LICENSE= MPL20 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 457604) +++ head/sysutils/consul/distinfo (revision 457605) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512496236 -SHA256 (hashicorp-consul-v1.0.1_GH0.tar.gz) = 3b28237dcf055445247a3fe6b9a9a575fd584df721e25477769a5e91b1f2cdce -SIZE (hashicorp-consul-v1.0.1_GH0.tar.gz) = 7972294 +TIMESTAMP = 1514457134 +SHA256 (hashicorp-consul-v1.0.2_GH0.tar.gz) = 3a23b2a20f294b5406624e124da957c1717817ded03ce4c31d7395e6e16acca2 +SIZE (hashicorp-consul-v1.0.2_GH0.tar.gz) = 7977995