Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2018 15:23:35 +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: r485676 - head/net-p2p/go-ethereum
Message-ID:  <201811231523.wANFNZxp093409@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Nov 23 15:23:35 2018
New Revision: 485676
URL: https://svnweb.freebsd.org/changeset/ports/485676

Log:
  net-p2p/go-ethereum upgrade to 1.8.18
  
  PR:		233241
  Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)

Modified:
  head/net-p2p/go-ethereum/Makefile   (contents, props changed)
  head/net-p2p/go-ethereum/distinfo   (contents, props changed)
  head/net-p2p/go-ethereum/pkg-plist   (contents, props changed)

Modified: head/net-p2p/go-ethereum/Makefile
==============================================================================
--- head/net-p2p/go-ethereum/Makefile	Fri Nov 23 15:12:44 2018	(r485675)
+++ head/net-p2p/go-ethereum/Makefile	Fri Nov 23 15:23:35 2018	(r485676)
@@ -2,7 +2,7 @@
 
 PORTNAME=	go-ethereum
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.8.16
+DISTVERSION=	1.8.18
 CATEGORIES=	net-p2p
 
 MAINTAINER=	me@enriquefynn.com
@@ -29,9 +29,8 @@ do-install-DEVTOOLS-on:
 	${INSTALL_PROGRAM} ${WRKSRC}/build/bin/abigen ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/build/bin/bootnode ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/build/bin/evm ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/build/bin/puppeth ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/build/bin/rlpdump ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/build/bin/swarm ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/build/bin/wnode ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/build/bin/puppeth ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>

Modified: head/net-p2p/go-ethereum/distinfo
==============================================================================
--- head/net-p2p/go-ethereum/distinfo	Fri Nov 23 15:12:44 2018	(r485675)
+++ head/net-p2p/go-ethereum/distinfo	Fri Nov 23 15:23:35 2018	(r485676)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537865506
-SHA256 (ethereum-go-ethereum-v1.8.16_GH0.tar.gz) = dd109467b3aa3bc928b456ef4ea84d89b8f067df64fc2fc5bfa9a0d4179ff1d4
-SIZE (ethereum-go-ethereum-v1.8.16_GH0.tar.gz) = 11119027
+TIMESTAMP = 1542278054
+SHA256 (ethereum-go-ethereum-v1.8.18_GH0.tar.gz) = cbab18a733298830c9ed1e19c1ece37edf417fd55ec8f198803048ecc3ffa0b9
+SIZE (ethereum-go-ethereum-v1.8.18_GH0.tar.gz) = 10525370

Modified: head/net-p2p/go-ethereum/pkg-plist
==============================================================================
--- head/net-p2p/go-ethereum/pkg-plist	Fri Nov 23 15:12:44 2018	(r485675)
+++ head/net-p2p/go-ethereum/pkg-plist	Fri Nov 23 15:23:35 2018	(r485676)
@@ -2,7 +2,6 @@ bin/geth
 %%DEVTOOLS%%bin/abigen
 %%DEVTOOLS%%bin/bootnode
 %%DEVTOOLS%%bin/evm
-%%DEVTOOLS%%bin/puppeth
 %%DEVTOOLS%%bin/rlpdump
 %%DEVTOOLS%%bin/swarm
-%%DEVTOOLS%%bin/wnode
+%%DEVTOOLS%%bin/puppeth



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