Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 May 2017 18:43:37 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440698 - in head/sysutils/consul: . files
Message-ID:  <201705121843.v4CIhbJN073683@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri May 12 18:43:37 2017
New Revision: 440698
URL: https://svnweb.freebsd.org/changeset/ports/440698

Log:
  sysutils/consul: update to 0.8.3

Deleted:
  head/sysutils/consul/files/patch-version_version.go
Modified:
  head/sysutils/consul/Makefile
  head/sysutils/consul/distinfo

Modified: head/sysutils/consul/Makefile
==============================================================================
--- head/sysutils/consul/Makefile	Fri May 12 18:13:15 2017	(r440697)
+++ head/sysutils/consul/Makefile	Fri May 12 18:43:37 2017	(r440698)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	consul
-PORTVERSION=	0.8.1
+PORTVERSION=	0.8.3
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils
 
@@ -34,8 +34,11 @@ post-patch:
 		${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}" \
+	@cd ${WRKSRC}/src/github.com/hashicorp/consul; ${SETENV} CGO_ENABLED=0 ${BUILD_ENV} GOPATH=${WRKSRC} go build \
+		-ldflags "\
+		-X github.com/hashicorp/consul/version.VersionPrerelease=  \
+		-X github.com/hashicorp/consul/version.GitDescribe=v${PORTVERSION} \
+		" \
 		-o bin/consul
 
 do-install:

Modified: head/sysutils/consul/distinfo
==============================================================================
--- head/sysutils/consul/distinfo	Fri May 12 18:13:15 2017	(r440697)
+++ head/sysutils/consul/distinfo	Fri May 12 18:43:37 2017	(r440698)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1492544138
-SHA256 (hashicorp-consul-v0.8.1_GH0.tar.gz) = 202ac732d076f43eb4cf0cccd21c6d8ccae4c4dcf4ef8223fbf08dd0e7d7cec6
-SIZE (hashicorp-consul-v0.8.1_GH0.tar.gz) = 5103830
+TIMESTAMP = 1494608318
+SHA256 (hashicorp-consul-v0.8.3_GH0.tar.gz) = 8088ae2f4259a736400211eed63f6df3b5264f3a18d31b31845c4a4481b349ac
+SIZE (hashicorp-consul-v0.8.3_GH0.tar.gz) = 6513579



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705121843.v4CIhbJN073683>