Skip to content

Commit

Permalink
Fix build with Go 1.10, bump revision.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bsiegert committed Mar 13, 2018
1 parent 8070989 commit d240280
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/go-testify/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 1 addition & 4 deletions devel/go-testify/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d240280

Please sign in to comment.