Index: head/net-p2p/go-ethereum/Makefile =================================================================== --- head/net-p2p/go-ethereum/Makefile (revision 417093) +++ head/net-p2p/go-ethereum/Makefile (revision 417094) @@ -1,49 +1,48 @@ # $FreeBSD$ PORTNAME= go-ethereum -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.7 DISTVERSIONPREFIX= v CATEGORIES= net-p2p MAINTAINER= enriquefynn@gmail.com COMMENT= Go implementation of the Ethereum y/w paper LICENSE= GPLv3 -LIB_DEPENDS= libgmp.so:math/gmp BUILD_DEPENDS= go:lang/go RUN_DEPENDS= go:lang/go OPTIONS_DEFINE= BOOTNODE ETHTEST EVM DISASM RLPDUMP OPTIONS_SUB= yes BOOTNODE_DESC= Runs a bootstrap node for the Discovery Protocol ETHTEST_DESC= Test tool which runs with the tests suite EVM_DESC= A generic Ethereum Virtual Machine DISASM_DESC= Disassembles EVM code RLPDUMP_DESC= Prints RLP structures USE_GITHUB= yes GH_ACCOUNT= ethereum USE_GCC= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/geth ${STAGEDIR}${PREFIX}/bin @if [ ${PORT_OPTIONS:MBOOTNODE} ]; then \ ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/bootnode ${STAGEDIR}${PREFIX}/bin; \ fi; @if [ ${PORT_OPTIONS:METHTEST} ]; then \ ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/ethtest ${STAGEDIR}${PREFIX}/bin; \ fi; @if [ ${PORT_OPTIONS:MEVM} ]; then \ ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/evm ${STAGEDIR}${PREFIX}/bin; \ fi; @if [ ${PORT_OPTIONS:MDISASM} ]; then \ ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/disasm ${STAGEDIR}${PREFIX}/bin; \ fi; @if [ ${PORT_OPTIONS:MRLPDUMP} ]; then \ ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/rlpdump ${STAGEDIR}${PREFIX}/bin; \ fi; .include Index: head/net-p2p/go-ethereum/distinfo =================================================================== --- head/net-p2p/go-ethereum/distinfo (revision 417093) +++ head/net-p2p/go-ethereum/distinfo (revision 417094) @@ -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