Index: head/net-p2p/go-ethereum/Makefile =================================================================== --- head/net-p2p/go-ethereum/Makefile (revision 474011) +++ head/net-p2p/go-ethereum/Makefile (revision 474012) @@ -1,38 +1,37 @@ # $FreeBSD$ PORTNAME= go-ethereum DISTVERSIONPREFIX= v -DISTVERSION= 1.8.9 +DISTVERSION= 1.8.12 CATEGORIES= net-p2p MAINTAINER= me@enriquefynn.com COMMENT= Go implementation of the Ethereum y/w paper LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= go>=1.9.2:lang/go USE_GITHUB= yes GH_ACCOUNT= ethereum OPTIONS_DEFINE= DEVTOOLS OPTIONS_SUB= yes DEVTOOLS_DESC= Developer tools TMPDIR= ${WRKDIR} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/geth ${STAGEDIR}${PREFIX}/bin 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 ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/wnode ${STAGEDIR}${PREFIX}/bin .include Index: head/net-p2p/go-ethereum/distinfo =================================================================== --- head/net-p2p/go-ethereum/distinfo (revision 474011) +++ head/net-p2p/go-ethereum/distinfo (revision 474012) @@ -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 Index: head/net-p2p/go-ethereum/pkg-plist =================================================================== --- head/net-p2p/go-ethereum/pkg-plist (revision 474011) +++ head/net-p2p/go-ethereum/pkg-plist (revision 474012) @@ -1,9 +1,8 @@ bin/geth %%DEVTOOLS%%bin/abigen %%DEVTOOLS%%bin/bootnode %%DEVTOOLS%%bin/evm -%%DEVTOOLS%%bin/faucet %%DEVTOOLS%%bin/puppeth %%DEVTOOLS%%bin/rlpdump %%DEVTOOLS%%bin/swarm %%DEVTOOLS%%bin/wnode