From owner-svn-ports-all@freebsd.org Fri May 12 18:43:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC50AD692C1; Fri, 12 May 2017 18:43:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A271C7C1; Fri, 12 May 2017 18:43:38 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4CIhbxf073684; Fri, 12 May 2017 18:43:37 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4CIhbJN073683; Fri, 12 May 2017 18:43:37 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201705121843.v4CIhbJN073683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 12 May 2017 18:43:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440698 - in head/sysutils/consul: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 May 2017 18:43:39 -0000 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