devel/go-tools: Update 20170328 -> 20180726

Port changes:
* Add LICENSE_FILE
* Update TARGETS

PR:		230085
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	cs (maintainer's timeout; 33 days)
This commit is contained in:
Yuri Victorovich 2018-08-30 20:44:18 +00:00
parent 3d8868faef
commit f59c81bdcf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478493
3 changed files with 17 additions and 9 deletions

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= tools
PORTVERSION= 20170328
PORTREVISION= 1
DISTVERSION= 20180726
CATEGORIES= devel
PKGNAMEPREFIX= go-
@ -11,17 +10,19 @@ MAINTAINER= cs@FreeBSD.org
COMMENT= Go Tools
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= go:lang/go
USE_GITHUB= yes
GH_TUPLE= golang:tools:d63e2b2:DEFAULT/src/golang.org/x/tools \
GH_TUPLE= golang:tools:bfb5194:DEFAULT/src/golang.org/x/tools \
golang:crypto:3cb0727:crypto/src/golang.org/x/crypto \
golang:net:b6d7b13:net/src/golang.org/x/net
TARGETS= benchcmp bundle callgraph cover digraph eg fiximports godex \
godoc goimports gomvpkg gorename gotype guru html2article \
present ssadump stress stringer
TARGETS= benchcmp bundle callgraph compilebench cover digraph eg fiximports \
getgo go-contrib-init godex godoc goimports gomvpkg gorename gotype \
goyacc guru heapview html2article present ssadump stress stringer \
tip toolstash
do-build:
.for TARGET in ${TARGETS}

View file

@ -1,6 +1,6 @@
TIMESTAMP = 1491596291
SHA256 (golang-tools-20170328-d63e2b2_GH0.tar.gz) = 35dd6e1044ea0d89e108badcb2f1551fc6e69a11695ee2e4e9c4eb0a3fe29ba6
SIZE (golang-tools-20170328-d63e2b2_GH0.tar.gz) = 2217711
TIMESTAMP = 1532699975
SHA256 (golang-tools-20180726-bfb5194_GH0.tar.gz) = 533a034e94aade0b4e61197dd9cb29e230944224fb20b5afe88b46e8701376a0
SIZE (golang-tools-20180726-bfb5194_GH0.tar.gz) = 2314123
SHA256 (golang-crypto-3cb0727_GH0.tar.gz) = eef75f6cbd2cb14d1c0a4561acde19d725808cc2338d440b54d91b9befc07d46
SIZE (golang-crypto-3cb0727_GH0.tar.gz) = 1318217
SHA256 (golang-net-b6d7b13_GH0.tar.gz) = fed6d62b1aee0d44726739836ef4164ca268ad1343b868e8d42dc5c7285a7898

View file

@ -1,19 +1,26 @@
bin/benchcmp
bin/bundle
bin/callgraph
bin/compilebench
bin/cover
bin/digraph
bin/eg
bin/fiximports
bin/getgo
bin/go-contrib-init
bin/godex
bin/godoc
bin/goimports
bin/gomvpkg
bin/gorename
bin/gotype
bin/goyacc
bin/guru
bin/heapview
bin/html2article
bin/present
bin/ssadump
bin/stress
bin/stringer
bin/tip
bin/toolstash