Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2019 11:36:10 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507138 - in head/net-p2p/go-ethereum: . files
Message-ID:  <201907221136.x6MBaA1q084324@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Mon Jul 22 11:36:10 2019
New Revision: 507138
URL: https://svnweb.freebsd.org/changeset/ports/507138

Log:
  net-p2p/go-ethereum: Update to 1.9.0
  
  * Remove no longer required patch "fdlimit_freebsd.go" as those changes have
    been merged by upstream.
  * Add a pkg-message to give users some advice when upgrading from releases
    lower than 1.9.0. [1]
  
  Changelog:
  
  https://github.com/ethereum/go-ethereum/releases/tag/v1.9.0
  
  PR:		239111
  Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)
  Approved by:	Enrique Fynn (maintainer) [1]

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

Modified: head/net-p2p/go-ethereum/Makefile
==============================================================================
--- head/net-p2p/go-ethereum/Makefile	Mon Jul 22 11:19:04 2019	(r507137)
+++ head/net-p2p/go-ethereum/Makefile	Mon Jul 22 11:36:10 2019	(r507138)
@@ -2,7 +2,7 @@
 
 PORTNAME=	go-ethereum
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.8.27
+DISTVERSION=	1.9.0
 CATEGORIES=	net-p2p
 
 MAINTAINER=	me@enriquefynn.com
@@ -30,7 +30,7 @@ do-install-DEVTOOLS-on:
 	${INSTALL_PROGRAM} ${WRKSRC}/build/bin/bootnode ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/build/bin/evm ${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/clef ${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	Mon Jul 22 11:19:04 2019	(r507137)
+++ head/net-p2p/go-ethereum/distinfo	Mon Jul 22 11:36:10 2019	(r507138)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558944912
-SHA256 (ethereum-go-ethereum-v1.8.27_GH0.tar.gz) = 45d264106991d0e2a4c34ac5d6539fc9460c768fc70588ea38a25f467039ece8
-SIZE (ethereum-go-ethereum-v1.8.27_GH0.tar.gz) = 10545102
+TIMESTAMP = 1563666425
+SHA256 (ethereum-go-ethereum-v1.9.0_GH0.tar.gz) = 94843ce7715ff2ce2ee4f463b09dbd9209303ad9aa8e5fad3381376b0f1a075d
+SIZE (ethereum-go-ethereum-v1.9.0_GH0.tar.gz) = 16399034

Added: head/net-p2p/go-ethereum/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/go-ethereum/pkg-message	Mon Jul 22 11:36:10 2019	(r507138)
@@ -0,0 +1,13 @@
+[
+{
+  message: <<EOD
+* It's recommended to make a backup as the v1.9.0 release contains database
+  schema changes, meaning it's not possible to downgrade once updated!
+
+* It's also recommended to do a fresh fast sync as it can drastically reduce
+  the database size.
+EOD
+  maximum_version: "1.9.0"
+  type: upgrade
+}
+]

Modified: head/net-p2p/go-ethereum/pkg-plist
==============================================================================
--- head/net-p2p/go-ethereum/pkg-plist	Mon Jul 22 11:19:04 2019	(r507137)
+++ head/net-p2p/go-ethereum/pkg-plist	Mon Jul 22 11:36:10 2019	(r507138)
@@ -3,5 +3,5 @@ bin/geth
 %%DEVTOOLS%%bin/bootnode
 %%DEVTOOLS%%bin/evm
 %%DEVTOOLS%%bin/rlpdump
-%%DEVTOOLS%%bin/swarm
+%%DEVTOOLS%%bin/clef
 %%DEVTOOLS%%bin/puppeth



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