Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jun 2016 22:17:12 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417094 - head/net-p2p/go-ethereum
Message-ID:  <201606182217.u5IMHC2t057192@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sat Jun 18 22:17:12 2016
New Revision: 417094
URL: https://svnweb.freebsd.org/changeset/ports/417094

Log:
  net-p2p/go-ethereum: update to 1.4.7
  
  - drop dependency upon libgmp
  
  PR:		210318
  Submitted by:	Fynn <enriquefynn@gmail.com> (maintainer)

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	Sat Jun 18 22:10:55 2016	(r417093)
+++ head/net-p2p/go-ethereum/Makefile	Sat Jun 18 22:17:12 2016	(r417094)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	go-ethereum
-PORTVERSION=	1.4.3
+PORTVERSION=	1.4.7
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net-p2p
 
@@ -10,7 +10,6 @@ COMMENT=	Go implementation of the Ethere
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	libgmp.so:math/gmp
 BUILD_DEPENDS=	go:lang/go
 RUN_DEPENDS=	go:lang/go
 

Modified: head/net-p2p/go-ethereum/distinfo
==============================================================================
--- head/net-p2p/go-ethereum/distinfo	Sat Jun 18 22:10:55 2016	(r417093)
+++ head/net-p2p/go-ethereum/distinfo	Sat Jun 18 22:17:12 2016	(r417094)
@@ -1,2 +1,3 @@
-SHA256 (ethereum-go-ethereum-v1.4.3_GH0.tar.gz) = dc21a37f98e2903de7377301d6a1897f9efacc996ec19dbeb2592a603a53e41f
-SIZE (ethereum-go-ethereum-v1.4.3_GH0.tar.gz) = 11004556
+TIMESTAMP = 1466287699
+SHA256 (ethereum-go-ethereum-v1.4.7_GH0.tar.gz) = 3d908ce3e077d7c0fd7277290f4228a4b5dbde23f9e46775c99b3a650efa9474
+SIZE (ethereum-go-ethereum-v1.4.7_GH0.tar.gz) = 11022379



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