Index: head/sysutils/consul/Makefile =================================================================== --- head/sysutils/consul/Makefile (revision 437836) +++ head/sysutils/consul/Makefile (revision 437837) @@ -1,53 +1,52 @@ # $FreeBSD$ PORTNAME= consul -PORTVERSION= 0.7.5 -PORTREVISION= 1 +PORTVERSION= 0.8.0 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/ post-patch: @${REINPLACE_CMD} \ -e "s!%%VERSION%%!${PORTVERSION}!g" \ ${WRKSRC}/version/version.go do-build: @cd ${WRKSRC}/src/github.com/hashicorp/consul; ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build \ -ldflags "-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 437836) +++ head/sysutils/consul/distinfo (revision 437837) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490817882 -SHA256 (hashicorp-consul-v0.7.5_GH0.tar.gz) = e213ba0c55bcb0d752ab120c770048e5156159db5974dc94193731f2e67d7d1f -SIZE (hashicorp-consul-v0.7.5_GH0.tar.gz) = 5157056 +TIMESTAMP = 1491423346 +SHA256 (hashicorp-consul-v0.8.0_GH0.tar.gz) = d50787c290d91f6e3472d2adeb3b2cedf3eb71c7c0fce32b60d2739af2d81dcf +SIZE (hashicorp-consul-v0.8.0_GH0.tar.gz) = 4629677