Index: head/sysutils/consul/Makefile =================================================================== --- head/sysutils/consul/Makefile (revision 482840) +++ head/sysutils/consul/Makefile (revision 482841) @@ -1,51 +1,51 @@ # $FreeBSD$ PORTNAME= consul -PORTVERSION= 1.2.3 +PORTVERSION= 1.3.0 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} ${MAKE_ENV} 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 482840) +++ head/sysutils/consul/distinfo (revision 482841) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537239934 -SHA256 (hashicorp-consul-v1.2.3_GH0.tar.gz) = 8ae03c1b9e555e60c0ec3e8d3a4ba0b70b779789088239a1c38edd72030f033a -SIZE (hashicorp-consul-v1.2.3_GH0.tar.gz) = 18428593 +TIMESTAMP = 1540307183 +SHA256 (hashicorp-consul-v1.3.0_GH0.tar.gz) = 092fa948012e8f6003211a90af4ae14d1e6c3006535b2bc7eb0eaac34b7f77fb +SIZE (hashicorp-consul-v1.3.0_GH0.tar.gz) = 19423317