Date: Fri, 6 Jul 2018 13:45:22 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474012 - head/net-p2p/go-ethereum Message-ID: <201807061345.w66DjMCk094937@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Fri Jul 6 13:45:21 2018 New Revision: 474012 URL: https://svnweb.freebsd.org/changeset/ports/474012 Log: - Update to 1.8.12 PR: 229541 Submitted by: me@enriquefynn.com(maintainer) 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 Fri Jul 6 13:41:23 2018 (r474011) +++ head/net-p2p/go-ethereum/Makefile Fri Jul 6 13:45:21 2018 (r474012) @@ -2,7 +2,7 @@ PORTNAME= go-ethereum DISTVERSIONPREFIX= v -DISTVERSION= 1.8.9 +DISTVERSION= 1.8.12 CATEGORIES= net-p2p MAINTAINER= me@enriquefynn.com @@ -29,7 +29,6 @@ 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/faucet ${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 Modified: head/net-p2p/go-ethereum/distinfo ============================================================================== --- head/net-p2p/go-ethereum/distinfo Fri Jul 6 13:41:23 2018 (r474011) +++ head/net-p2p/go-ethereum/distinfo Fri Jul 6 13:45:21 2018 (r474012) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527700871 -SHA256 (ethereum-go-ethereum-v1.8.9_GH0.tar.gz) = 532749f0640e83a16ada0f3e9be2a15ba9a513024828845400c388827474671e -SIZE (ethereum-go-ethereum-v1.8.9_GH0.tar.gz) = 9452359 +TIMESTAMP = 1530879167 +SHA256 (ethereum-go-ethereum-v1.8.12_GH0.tar.gz) = 53cfd6ff2f82f7a42fa5175e2a795aada4425a22353e5d46008cd566bfb5e239 +SIZE (ethereum-go-ethereum-v1.8.12_GH0.tar.gz) = 10795564 Modified: head/net-p2p/go-ethereum/pkg-plist ============================================================================== --- head/net-p2p/go-ethereum/pkg-plist Fri Jul 6 13:41:23 2018 (r474011) +++ head/net-p2p/go-ethereum/pkg-plist Fri Jul 6 13:45:21 2018 (r474012) @@ -2,7 +2,6 @@ bin/geth %%DEVTOOLS%%bin/abigen %%DEVTOOLS%%bin/bootnode %%DEVTOOLS%%bin/evm -%%DEVTOOLS%%bin/faucet %%DEVTOOLS%%bin/puppeth %%DEVTOOLS%%bin/rlpdump %%DEVTOOLS%%bin/swarm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807061345.w66DjMCk094937>