From owner-svn-ports-head@freebsd.org Mon Jun 5 12:54:28 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB11AAF8960; Mon, 5 Jun 2017 12:54:28 +0000 (UTC) (envelope-from amdmi3@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 mx1.freebsd.org (Postfix) with ESMTPS id BB1607D337; Mon, 5 Jun 2017 12:54:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v55CsRKT000275; Mon, 5 Jun 2017 12:54:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v55CsRvi000274; Mon, 5 Jun 2017 12:54:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201706051254.v55CsRvi000274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 5 Jun 2017 12:54:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442613 - head/net-p2p/go-ethereum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 05 Jun 2017 12:54:29 -0000 Author: amdmi3 Date: Mon Jun 5 12:54:27 2017 New Revision: 442613 URL: https://svnweb.freebsd.org/changeset/ports/442613 Log: - Upgrade to 1.6.5 [1] - While here, add OPTIONS_FINE and use options helpers PR: 219769 [1] Submitted by: enriquefynn@gmail.com (maintainer) [1] Modified: head/net-p2p/go-ethereum/Makefile head/net-p2p/go-ethereum/distinfo Modified: head/net-p2p/go-ethereum/Makefile ============================================================================== --- head/net-p2p/go-ethereum/Makefile Mon Jun 5 12:53:06 2017 (r442612) +++ head/net-p2p/go-ethereum/Makefile Mon Jun 5 12:54:27 2017 (r442613) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= go-ethereum -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.5 DISTVERSIONPREFIX= v CATEGORIES= net-p2p @@ -9,6 +9,7 @@ MAINTAINER= enriquefynn@gmail.com COMMENT= Go implementation of the Ethereum y/w paper LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= go:lang/go @@ -22,6 +23,8 @@ DEVTOOLS_DESC= Developer tools 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 Modified: head/net-p2p/go-ethereum/distinfo ============================================================================== --- head/net-p2p/go-ethereum/distinfo Mon Jun 5 12:53:06 2017 (r442612) +++ head/net-p2p/go-ethereum/distinfo Mon Jun 5 12:54:27 2017 (r442613) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496303944 -SHA256 (ethereum-go-ethereum-v1.6.2_GH0.tar.gz) = fb9dad31f8cfff572cc3246eba68d2e33dca3c749ef9f8f81175605e0c971409 -SIZE (ethereum-go-ethereum-v1.6.2_GH0.tar.gz) = 17223273 +TIMESTAMP = 1496575839 +SHA256 (ethereum-go-ethereum-v1.6.5_GH0.tar.gz) = dc6e0172f88323e0dd5140144c3028a017f41cea5d27230835dde28f7e71955a +SIZE (ethereum-go-ethereum-v1.6.5_GH0.tar.gz) = 17227050