pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/go-testify



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Tue Mar 13 17:06:05 UTC 2018

Modified Files:
        pkgsrc/devel/go-testify: Makefile PLIST

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/go-testify/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/go-testify/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/go-testify/Makefile
diff -u pkgsrc/devel/go-testify/Makefile:1.7 pkgsrc/devel/go-testify/Makefile:1.8
--- pkgsrc/devel/go-testify/Makefile:1.7        Sun Mar  4 15:52:16 2018
+++ pkgsrc/devel/go-testify/Makefile    Tue Mar 13 17:06:05 2018
@@ -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

Index: pkgsrc/devel/go-testify/PLIST
diff -u pkgsrc/devel/go-testify/PLIST:1.1 pkgsrc/devel/go-testify/PLIST:1.2
--- pkgsrc/devel/go-testify/PLIST:1.1   Sat Jul 16 13:21:41 2016
+++ pkgsrc/devel/go-testify/PLIST       Tue Mar 13 17:06:05 2018
@@ -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