Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 11:29:51 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451519 - head/net-p2p/go-ethereum
Message-ID:  <201710081129.v98BTpq1039159@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sun Oct  8 11:29:51 2017
New Revision: 451519
URL: https://svnweb.freebsd.org/changeset/ports/451519

Log:
  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)
  MFH:		2017Q4

Modified:
  head/net-p2p/go-ethereum/Makefile
  head/net-p2p/go-ethereum/distinfo

Modified: head/net-p2p/go-ethereum/Makefile
==============================================================================
--- head/net-p2p/go-ethereum/Makefile	Sun Oct  8 10:17:59 2017	(r451518)
+++ head/net-p2p/go-ethereum/Makefile	Sun Oct  8 11:29:51 2017	(r451519)
@@ -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: head/net-p2p/go-ethereum/distinfo
==============================================================================
--- head/net-p2p/go-ethereum/distinfo	Sun Oct  8 10:17:59 2017	(r451518)
+++ head/net-p2p/go-ethereum/distinfo	Sun Oct  8 11:29:51 2017	(r451519)
@@ -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



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