aboutsummaryrefslogtreecommitdiff
path: root/devel/go-tools
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-08-30 20:44:18 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-08-30 20:44:18 +0000
commitf59c81bdcf94153ccdce4bcbb5066d7e49f009bc (patch)
tree0e9a1f5b045b4a1a76c7bececed0808cc2e7a799 /devel/go-tools
parent3d8868faef3666137b887ae860207ff86c4d3e4c (diff)
Notes
Diffstat (limited to 'devel/go-tools')
-rw-r--r--devel/go-tools/Makefile13
-rw-r--r--devel/go-tools/distinfo6
-rw-r--r--devel/go-tools/pkg-plist7
3 files changed, 17 insertions, 9 deletions
diff --git a/devel/go-tools/Makefile b/devel/go-tools/Makefile
index 15d64a3d6b2a..f022394af0a8 100644
--- a/devel/go-tools/Makefile
+++ b/devel/go-tools/Makefile
@@ -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}
diff --git a/devel/go-tools/distinfo b/devel/go-tools/distinfo
index d907c4f8242d..92a379922a81 100644
--- a/devel/go-tools/distinfo
+++ b/devel/go-tools/distinfo
@@ -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
diff --git a/devel/go-tools/pkg-plist b/devel/go-tools/pkg-plist
index ff0399be3503..8bf2a983e985 100644
--- a/devel/go-tools/pkg-plist
+++ b/devel/go-tools/pkg-plist
@@ -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