svn commit: r462707 - head/net-p2p/go-ethereum

Joseph Mingrone jrm at FreeBSD.org
Fri Feb 23 17:04:06 UTC 2018


Author: jrm
Date: Fri Feb 23 17:04:05 2018
New Revision: 462707
URL: https://svnweb.freebsd.org/changeset/ports/462707

Log:
  net-p2p/go-ethereum: Update to version 1.8.1
  
  Upstream changes:
  https://github.com/ethereum/go-ethereum/releases/tag/v1.8.1
  
  PR:		226140
  Submitted by:	Enrique Fynn <me at enriquefynn.com> (maintainer)

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

Modified: head/net-p2p/go-ethereum/Makefile
==============================================================================
--- head/net-p2p/go-ethereum/Makefile	Fri Feb 23 16:36:37 2018	(r462706)
+++ head/net-p2p/go-ethereum/Makefile	Fri Feb 23 17:04:05 2018	(r462707)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	go-ethereum
-PORTVERSION=	1.8.0
+PORTVERSION=	1.8.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net-p2p
 
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	go>=1.9.2:lang/go
 USE_GITHUB=	yes
 GH_ACCOUNT=	ethereum
 
-OPTIONS_DEFINE= DEVTOOLS
+OPTIONS_DEFINE=	DEVTOOLS
 OPTIONS_SUB=	yes
 
 DEVTOOLS_DESC=	Developer tools

Modified: head/net-p2p/go-ethereum/distinfo
==============================================================================
--- head/net-p2p/go-ethereum/distinfo	Fri Feb 23 16:36:37 2018	(r462706)
+++ head/net-p2p/go-ethereum/distinfo	Fri Feb 23 17:04:05 2018	(r462707)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518697918
-SHA256 (ethereum-go-ethereum-v1.8.0_GH0.tar.gz) = 4e7ea90940b6f34f393c2158ac866f512590962f5d46c21b2f4d523dcf8b9f48
-SIZE (ethereum-go-ethereum-v1.8.0_GH0.tar.gz) = 9035082
+TIMESTAMP = 1519404195
+SHA256 (ethereum-go-ethereum-v1.8.1_GH0.tar.gz) = be8bb83619f83a2e3acadbc82d2ae8064f8b0dbce17d61de72fdbf0a03480e75
+SIZE (ethereum-go-ethereum-v1.8.1_GH0.tar.gz) = 9049848


More information about the svn-ports-head mailing list