pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2017Q1] pkgsrc/devel/golint



Module Name:    pkgsrc
Committed By:   spz
Date:           Sat Apr  8 19:10:47 UTC 2017

Modified Files:
        pkgsrc/devel/golint [pkgsrc-2017Q1]: Makefile PLIST distinfo

Log Message:
Pullup ticket #5251 - requested by bsiegert
devel/golint: build fix

Revisions pulled up:
- devel/golint/Makefile                                         1.7
- devel/golint/PLIST                                            1.2
- devel/golint/distinfo                                         1.2

-------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By:        bsiegert
   Date:                Tue Apr  4 16:16:20 UTC 2017

   Modified Files:
        pkgsrc/devel/golint: Makefile PLIST distinfo

   Log Message:
   Update golint to 20170228.

   Fix build with go-tools-1.8. The previous version of the package depended
   on a Go package that was removed from go-tools a year ago:

   https://groups.google.com/forum/#!topic/golang-announce/qu_rAphYdxY

   To generate a diff of this commit:
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/golint/Makefile
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/golint/PLIST \
      pkgsrc/devel/golint/distinfo


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.6.4.1 pkgsrc/devel/golint/Makefile
cvs rdiff -u -r1.1 -r1.1.10.1 pkgsrc/devel/golint/PLIST \
    pkgsrc/devel/golint/distinfo

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

Modified files:

Index: pkgsrc/devel/golint/Makefile
diff -u pkgsrc/devel/golint/Makefile:1.6 pkgsrc/devel/golint/Makefile:1.6.4.1
--- pkgsrc/devel/golint/Makefile:1.6    Sun Dec  4 16:29:59 2016
+++ pkgsrc/devel/golint/Makefile        Sat Apr  8 19:10:47 2017
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2016/12/04 16:29:59 bsiegert Exp $
+# $NetBSD: Makefile,v 1.6.4.1 2017/04/08 19:10:47 spz Exp $
 
-DISTNAME=              golint-20151230
-PKGREVISION=           5
+DISTNAME=              golint-20170228
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=golang/}
 GITHUB_PROJECT=                lint
-GITHUB_TAG=            32a8716
+GITHUB_TAG=            cb00e56
 
 MAINTAINER=            bsiegert%NetBSD.org@localhost
 HOMEPAGE=              https://golang.org/

Index: pkgsrc/devel/golint/PLIST
diff -u pkgsrc/devel/golint/PLIST:1.1 pkgsrc/devel/golint/PLIST:1.1.10.1
--- pkgsrc/devel/golint/PLIST:1.1       Wed Dec 30 14:12:03 2015
+++ pkgsrc/devel/golint/PLIST   Sat Apr  8 19:10:47 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/12/30 14:12:03 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.1.10.1 2017/04/08 19:10:47 spz Exp $
 bin/golint
 gopkg/pkg/${GO_PLATFORM}/github.com/golang/lint.a
 gopkg/src/github.com/golang/lint/CONTRIBUTING.md
@@ -18,6 +18,8 @@ gopkg/src/github.com/golang/lint/testdat
 gopkg/src/github.com/golang/lint/testdata/broken.go
 gopkg/src/github.com/golang/lint/testdata/common-methods.go
 gopkg/src/github.com/golang/lint/testdata/const-block.go
+gopkg/src/github.com/golang/lint/testdata/context.go
+gopkg/src/github.com/golang/lint/testdata/contextkeytypes.go
 gopkg/src/github.com/golang/lint/testdata/else-multi.go
 gopkg/src/github.com/golang/lint/testdata/else.go
 gopkg/src/github.com/golang/lint/testdata/error-return.go
@@ -25,7 +27,6 @@ gopkg/src/github.com/golang/lint/testdat
 gopkg/src/github.com/golang/lint/testdata/errors.go
 gopkg/src/github.com/golang/lint/testdata/import-dot.go
 gopkg/src/github.com/golang/lint/testdata/inc.go
-gopkg/src/github.com/golang/lint/testdata/make.go
 gopkg/src/github.com/golang/lint/testdata/names.go
 gopkg/src/github.com/golang/lint/testdata/pkg-doc1.go
 gopkg/src/github.com/golang/lint/testdata/pkg-doc2.go
Index: pkgsrc/devel/golint/distinfo
diff -u pkgsrc/devel/golint/distinfo:1.1 pkgsrc/devel/golint/distinfo:1.1.10.1
--- pkgsrc/devel/golint/distinfo:1.1    Wed Dec 30 14:12:03 2015
+++ pkgsrc/devel/golint/distinfo        Sat Apr  8 19:10:47 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2015/12/30 14:12:03 bsiegert Exp $
+$NetBSD: distinfo,v 1.1.10.1 2017/04/08 19:10:47 spz Exp $
 
-SHA1 (golint-20151230-32a8716.tar.gz) = 38b93077bb39999165214edd21d90f6512c01917
-RMD160 (golint-20151230-32a8716.tar.gz) = 6aaba6aa94302e0507200effae4f3c524f0822b6
-SHA512 (golint-20151230-32a8716.tar.gz) = c5359d71f6ae2dc839fd7177735bbe7891edb2566c590ff5b8610d9d9ed6595225fc5dc2a383203a14532c5417cdb1bdd40e7f50b7cd773449f4dffca83f517f
-Size (golint-20151230-32a8716.tar.gz) = 28988 bytes
+SHA1 (golint-20170228-cb00e56.tar.gz) = 36424345e77a8a36585823f2dc989f6aed19a515
+RMD160 (golint-20170228-cb00e56.tar.gz) = 5cefbbd91a8824331855215b5504c636d5c71d96
+SHA512 (golint-20170228-cb00e56.tar.gz) = 91b7d5774a1293a75dec6ddf9a3324b11fbdbaa3d72476e6c88884ac31683d180890ee221e877fbf6a5156baa98a5cfb452ddce31942139e9a46f0c4b2762a2a
+Size (golint-20170228-cb00e56.tar.gz) = 30796 bytes



Home | Main Index | Thread Index | Old Index