Juan Francisco Cantero Hurtado said:
> I just ran "make test" on amd64, so any additional tests are welcome.
> 
> OK?

Corresponding update to devel/go-tools.

-- 
Dmitrij D. Czarkoff

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/go-tools/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile    14 Jan 2016 16:11:17 -0000      1.6
+++ Makefile    31 Mar 2016 22:54:28 -0000
@@ -3,8 +3,8 @@
 COMMENT =              various tools for the Go programming language
 GH_ACCOUNT =           golang
 GH_PROJECT =           tools
-GH_COMMIT =            99c318c742339e824d89d23ba3b3bff4f4ab27a8
-DISTNAME =             go-tools-1.5.20151226
+GH_COMMIT =            c887be1b2ebd11663d4bf2fbca508c449172339e
+DISTNAME =             go-tools-1.6.20160204
 CATEGORIES =           devel
 HOMEPAGE =             http://golang.org/
 
@@ -22,6 +22,7 @@ RUN_DEPENDS =         ${MODGO_RUN_DEPENDS}
 GODOC_TARGET =                 golang.org/x/tools/cmd/godoc
 
 ALL_TARGET =           golang.org/x/tools/cmd/benchcmp \
+                       golang.org/x/tools/cmd/bundle \
                        golang.org/x/tools/cmd/callgraph \
                        golang.org/x/tools/cmd/digraph \
                        golang.org/x/tools/cmd/eg \
@@ -35,14 +36,12 @@ ALL_TARGET =                golang.org/x/tools/cmd/ben
                        golang.org/x/tools/cmd/ssadump \
                        golang.org/x/tools/cmd/stress \
                        golang.org/x/tools/cmd/stringer \
+                       golang.org/x/tools/cmd/tip
 #                      golang.org/x/tools/cmd/html2article \
 #                      golang.org/x/tools/cmd/present \
 
 MODGO_TYPE =           bin
-
-post-patch:
-       mkdir -p ${MODGO_WORKSPACE}/src/golang.org/x
-       mv ${WRKDIST} ${MODGO_WORKSPACE}/src/golang.org/x/tools
+WRKSRC =               ${MODGO_WORKSPACE}/src/golang.org/x/tools
 
 # godoc needs special handling - prior to Go 1.2, godoc was part of the base
 # distribution and there is a remaining mapping that causes 'go install' to
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/go-tools/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    14 Jan 2016 16:11:17 -0000      1.2
+++ distinfo    31 Mar 2016 10:52:37 -0000
@@ -1,2 +1,2 @@
-SHA256 (go-tools-1.5.20151226.tar.gz) = 
JDNfXzok6DwT7pexMzVL4DCxVSOXoYOJqcCkC8mLWd4=
-SIZE (go-tools-1.5.20151226.tar.gz) = 1661993
+SHA256 (go-tools-1.6.20160204.tar.gz) = 
lV5aEZurrTVtnPAM2q88J2SNRFEQm0Z8hy+tjMlNW1Y=
+SIZE (go-tools-1.6.20160204.tar.gz) = 1768790
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/go-tools/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST   14 Jan 2016 16:11:17 -0000      1.4
+++ pkg/PLIST   31 Mar 2016 22:54:36 -0000
@@ -2,6 +2,7 @@
 @conflict stress-*
 @pkgpath textproc/godoc
 @bin bin/benchcmp
+@bin bin/bundle
 @bin bin/callgraph
 @bin bin/digraph
 @bin bin/eg
@@ -16,4 +17,5 @@
 @bin bin/ssadump
 @bin bin/stress
 @bin bin/stringer
+@bin bin/tip
 @rcscript ${RCDIR}/godoc

Reply via email to