From owner-freebsd-ports@freebsd.org Mon Nov 14 01:43:46 2016 Return-Path: Delivered-To: freebsd-ports@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 38B4DC3F45D for ; Mon, 14 Nov 2016 01:43:46 +0000 (UTC) (envelope-from douglas@douglasthrift.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1F2E51622 for ; Mon, 14 Nov 2016 01:43:46 +0000 (UTC) (envelope-from douglas@douglasthrift.net) Received: by mailman.ysv.freebsd.org (Postfix) id 1B97CC3F45B; Mon, 14 Nov 2016 01:43:46 +0000 (UTC) Delivered-To: ports@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 1B1A5C3F45A for ; Mon, 14 Nov 2016 01:43:46 +0000 (UTC) (envelope-from douglas@douglasthrift.net) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [23.239.7.248]) (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 0500E1621; Mon, 14 Nov 2016 01:43:45 +0000 (UTC) (envelope-from douglas@douglasthrift.net) Received: from [IPv6:2600:8802:5000:123:d24:7c9d:9d11:19a3] (unknown [IPv6:2600:8802:5000:123:d24:7c9d:9d11:19a3]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: douglas) by slowhand.douglasthrift.net (Postfix) with ESMTPSA id 624BDFEC2; Sun, 13 Nov 2016 17:43:39 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.10.3 slowhand.douglasthrift.net 624BDFEC2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=douglasthrift.net; s=slowhand-2015-11-27; t=1479087819; bh=m4LKhQlNbVLoSqPTcg0jeG0W6ItM0XOyj5SA6e7D4jo=; h=Subject:To:References:Cc:From:Date:In-Reply-To:From; b=BG4jrV72RXMfaUVe9M7AebbMSn4+1HlTAwRf2LZe4O4xn7zxZKeD250Q77hp/A8xo 4oeX9tMesp0OnOiO8vkETPf8JXUmbKQMcZWBmsG9qKQI91uTX+BLUn7IHgyL3Cj699 0xRuRkvPEenFe/m4uwpu+cCOu6+5rB5O523150To= X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.99.2 at slowhand.douglasthrift.net Subject: Re: FreeBSD Port: consul-0.7.1 To: Steve Wills References: <8b61c9d8-73aa-51fd-aa82-0d5fa28dfcf6@FreeBSD.org> Cc: ports@FreeBSD.org From: Douglas Thrift Openpgp: id=09C4DA9A5BB7640FFB409623627BA4D834176159 Message-ID: Date: Sun, 13 Nov 2016 17:43:42 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <8b61c9d8-73aa-51fd-aa82-0d5fa28dfcf6@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2016 01:43:46 -0000 Hmm, I upgraded to 0.7.1_1 and "consul -v" is correctly showing v0.7.1, but now the "Build" column in the output of "consul members" is just blank. Douglas William Thrift On 11/12/2016 3:41 PM, Steve Wills wrote: > Fixed, thanks for the heads up. > > Steve > > On 11/12/2016 12:29, Douglas Thrift wrote: >> Hello, >> >> It looks like the new update to consul 0.7.1 is reporting its version as >> "unknown-unknown" rather than "0.7.1". I'm guessing something changed in >> the upstream build process. >> >> This shows up when running "consul -v" and in the "Build" column when >> running "consul members". >> >> I'm guessing something changed in the way that the upstream build >> process determines the build version number. >> >