From owner-svn-ports-head@freebsd.org Fri Nov 23 15:23:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04D3C114991B; Fri, 23 Nov 2018 15:23:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F46A8E2D2; Fri, 23 Nov 2018 15:23:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6627E20644; Fri, 23 Nov 2018 15:23:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wANFNatm093411; Fri, 23 Nov 2018 15:23:36 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wANFNZxp093409; Fri, 23 Nov 2018 15:23:35 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201811231523.wANFNZxp093409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 23 Nov 2018 15:23:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485676 - head/net-p2p/go-ethereum X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net-p2p/go-ethereum X-SVN-Commit-Revision: 485676 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9F46A8E2D2 X-Spamd-Result: default: False [1.13 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_MEDIUM(0.74)[0.738,0]; NEURAL_HAM_SHORT(-0.03)[-0.029,0]; NEURAL_SPAM_LONG(0.42)[0.420,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2018 15:23:37 -0000 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 (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 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