Index: head/net-p2p/go-ethereum/Makefile =================================================================== --- head/net-p2p/go-ethereum/Makefile (revision 485675) +++ head/net-p2p/go-ethereum/Makefile (revision 485676) @@ -1,37 +1,36 @@ # $FreeBSD$ PORTNAME= go-ethereum DISTVERSIONPREFIX= v -DISTVERSION= 1.8.16 +DISTVERSION= 1.8.18 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/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 Index: head/net-p2p/go-ethereum/distinfo =================================================================== --- head/net-p2p/go-ethereum/distinfo (revision 485675) +++ head/net-p2p/go-ethereum/distinfo (revision 485676) @@ -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 Index: head/net-p2p/go-ethereum/pkg-plist =================================================================== --- head/net-p2p/go-ethereum/pkg-plist (revision 485675) +++ head/net-p2p/go-ethereum/pkg-plist (revision 485676) @@ -1,8 +1,7 @@ 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