pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/go-testify Fix build with Go 1.10, bump revision.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7e2b6c3779f4
branches: trunk
changeset: 377151:7e2b6c3779f4
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Tue Mar 13 17:06:05 2018 +0000
description:
Fix build with Go 1.10, bump revision.
It seems that the rules for pattern matching have changed at some point,
which is what is breaking these builds (or more exactly, their PLISTs).
Now, foo/... does not match anything under foo/vendor AFAICT, and packages
that do not match the pattern do not get .a files explicitly created.
diffstat:
devel/go-testify/Makefile | 4 ++--
devel/go-testify/PLIST | 5 +----
2 files changed, 3 insertions(+), 6 deletions(-)
diffs (31 lines):
diff -r 0a9c3d598c8c -r 7e2b6c3779f4 devel/go-testify/Makefile
--- a/devel/go-testify/Makefile Tue Mar 13 17:04:38 2018 +0000
+++ b/devel/go-testify/Makefile Tue Mar 13 17:06:05 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2018/03/04 15:52:16 bsiegert Exp $
+# $NetBSD: Makefile,v 1.8 2018/03/13 17:06:05 bsiegert Exp $
DISTNAME= go-testify-1.1.3
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=stretchr/}
GITHUB_PROJECT= testify
diff -r 0a9c3d598c8c -r 7e2b6c3779f4 devel/go-testify/PLIST
--- a/devel/go-testify/PLIST Tue Mar 13 17:04:38 2018 +0000
+++ b/devel/go-testify/PLIST Tue Mar 13 17:06:05 2018 +0000
@@ -1,13 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2016/07/16 13:21:41 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/03/13 17:06:05 bsiegert Exp $
gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify.a
gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/assert.a
gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/http.a
gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/mock.a
gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/require.a
gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/suite.a
-gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew.a
-gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib.a
-gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/vendor/github.com/stretchr/objx.a
gopkg/src/github.com/stretchr/testify/Godeps/Godeps.json
gopkg/src/github.com/stretchr/testify/Godeps/Readme
gopkg/src/github.com/stretchr/testify/LICENCE.txt
Home |
Main Index |
Thread Index |
Old Index