From owner-svn-ports-branches@freebsd.org Tue Oct 10 05:10:39 2017 Return-Path: Delivered-To: svn-ports-branches@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 DE739E241EB; Tue, 10 Oct 2017 05:10:39 +0000 (UTC) (envelope-from riggs@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 AAF8C6C1D7; Tue, 10 Oct 2017 05:10:39 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9A5AcFr082999; Tue, 10 Oct 2017 05:10:38 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9A5Ac8h082997; Tue, 10 Oct 2017 05:10:38 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201710100510.v9A5Ac8h082997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Tue, 10 Oct 2017 05:10:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451654 - branches/2017Q4/net-p2p/go-ethereum X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2017Q4/net-p2p/go-ethereum X-SVN-Commit-Revision: 451654 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2017 05:10:40 -0000 Author: riggs Date: Tue Oct 10 05:10:38 2017 New Revision: 451654 URL: https://svnweb.freebsd.org/changeset/ports/451654 Log: MFH: r451519 Update to upstream version 1.7.1, build fix with /tmp mounted noexec Details: - Update to upstream version 1.7.1 - go puts temporary build artefacts into TMPDIR. This caused build issues when the port is built on a system where /tmp is mounted noexec. Now the port uses TMPDIR=WRKDIR - Update maintainer's e-mail address to me@enriquefynn.com PR: 221913 Submitted by: peter@icebear.net, enriquefynn@gmail.com (maintainer) Approved by: portmgr (swills) Modified: branches/2017Q4/net-p2p/go-ethereum/Makefile branches/2017Q4/net-p2p/go-ethereum/distinfo Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/net-p2p/go-ethereum/Makefile ============================================================================== --- branches/2017Q4/net-p2p/go-ethereum/Makefile Tue Oct 10 01:46:52 2017 (r451653) +++ branches/2017Q4/net-p2p/go-ethereum/Makefile Tue Oct 10 05:10:38 2017 (r451654) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= go-ethereum -PORTVERSION= 1.6.7 +PORTVERSION= 1.7.1 DISTVERSIONPREFIX= v CATEGORIES= net-p2p -MAINTAINER= enriquefynn@gmail.com +MAINTAINER= me@enriquefynn.com COMMENT= Go implementation of the Ethereum y/w paper LICENSE= GPLv3 @@ -20,6 +20,7 @@ OPTIONS_DEFINE= DEVTOOLS OPTIONS_SUB= yes DEVTOOLS_DESC= Developer tools +TMPDIR= ${WRKDIR} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/geth ${STAGEDIR}${PREFIX}/bin Modified: branches/2017Q4/net-p2p/go-ethereum/distinfo ============================================================================== --- branches/2017Q4/net-p2p/go-ethereum/distinfo Tue Oct 10 01:46:52 2017 (r451653) +++ branches/2017Q4/net-p2p/go-ethereum/distinfo Tue Oct 10 05:10:38 2017 (r451654) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500544067 -SHA256 (ethereum-go-ethereum-v1.6.7_GH0.tar.gz) = 3e2a75b55ee8f04f238682164a7a255cae7a1f939893c5c97c2adcf48d7d4d49 -SIZE (ethereum-go-ethereum-v1.6.7_GH0.tar.gz) = 6836206 +TIMESTAMP = 1507108651 +SHA256 (ethereum-go-ethereum-v1.7.1_GH0.tar.gz) = 403c1e701acad24e4132db55e8796bbb03ca2135788943869abf5f7bc8919dbc +SIZE (ethereum-go-ethereum-v1.7.1_GH0.tar.gz) = 7082554