Fri Mar 15 09:05:37 2019 UTC ()
Upgrade to version 1.3.1.

Pkgsrc changes:
 * Update PLIST, conformance/ dir no longer installed, and Makefile
   adjusted accordingly.

Upstream changes:
 * The set of dependencies specified in `go.mod` has now been
   reduced to only the standard library.


(he)
diff -r1.16 -r1.17 pkgsrc/devel/go-protobuf/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/go-protobuf/PLIST
diff -r1.3 -r1.4 pkgsrc/devel/go-protobuf/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/devel/go-protobuf/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/go-protobuf/Attic/Makefile 2019/03/09 10:05:06 1.16
+++ pkgsrc/devel/go-protobuf/Attic/Makefile 2019/03/15 09:05:37 1.17
@@ -1,27 +1,25 @@ @@ -1,27 +1,25 @@
1# $NetBSD: Makefile,v 1.16 2019/03/09 10:05:06 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.17 2019/03/15 09:05:37 he Exp $
2 2
3DISTNAME= go-protobuf-1.3.0 3DISTNAME= go-protobuf-1.3.1
4PKGREVISION= 1 
5CATEGORIES= devel 4CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
7GITHUB_PROJECT= protobuf 6GITHUB_PROJECT= protobuf
8GITHUB_TAG= v${PKGVERSION_NOREV} 7GITHUB_TAG= v${PKGVERSION_NOREV}
9 8
10HOMEPAGE= http://godoc.org/${GO_SRCPATH} 9HOMEPAGE= http://godoc.org/${GO_SRCPATH}
11COMMENT= Go support for Google protocol buffers 10COMMENT= Go support for Google protocol buffers
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14GO_DIST_BASE= ${GITHUB_PROJECT}-${PKGVERSION_NOREV} 13GO_DIST_BASE= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
15GO_SRCPATH= github.com/golang/protobuf 14GO_SRCPATH= github.com/golang/protobuf
16 15
17.for godir in descriptor jsonpb proto protoc-gen-go ptypes 16.for godir in descriptor jsonpb proto protoc-gen-go ptypes
18GO_BUILD_PATTERN+= ${GO_SRCPATH}/${godir}/... 17GO_BUILD_PATTERN+= ${GO_SRCPATH}/${godir}/...
19.endfor 18.endfor
20 19
21REPLACE_SH+= conformance/conformance.sh conformance/test.sh \ 20REPLACE_SH+= regenerate.sh
22 regenerate.sh 
23 21
24CHECK_RELRO_SKIP+= bin/protoc-gen-go 22CHECK_RELRO_SKIP+= bin/protoc-gen-go
25 23
26.include "../../lang/go/go-package.mk" 24.include "../../lang/go/go-package.mk"
27.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/devel/go-protobuf/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/go-protobuf/Attic/PLIST 2019/02/26 22:09:50 1.4
+++ pkgsrc/devel/go-protobuf/Attic/PLIST 2019/03/15 09:05:37 1.5
@@ -1,45 +1,38 @@ @@ -1,45 +1,38 @@
1@comment $NetBSD: PLIST,v 1.4 2019/02/26 22:09:50 he Exp $ 1@comment $NetBSD: PLIST,v 1.5 2019/03/15 09:05:37 he Exp $
2bin/protoc-gen-go 2bin/protoc-gen-go
3gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/descriptor.a 3gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/descriptor.a
4gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/jsonpb.a 4gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/jsonpb.a
5gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/jsonpb/jsonpb_test_proto.a 5gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/jsonpb/jsonpb_test_proto.a
6gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/proto.a 6gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/proto.a
7gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/proto/proto3_proto.a 7gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/proto/proto3_proto.a
8gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/proto/test_proto.a 8gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/proto/test_proto.a
9gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/descriptor.a 9gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/descriptor.a
10gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/generator.a 10gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/generator.a
11gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/generator/internal/remap.a 11gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/generator/internal/remap.a
12gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/grpc.a 12gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/grpc.a
13gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/plugin.a 13gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/protoc-gen-go/plugin.a
14gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes.a 14gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes.a
15gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/any.a 15gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/any.a
16gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/duration.a 16gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/duration.a
17gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/empty.a 17gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/empty.a
18gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/struct.a 18gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/struct.a
19gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/timestamp.a 19gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/timestamp.a
20gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/wrappers.a 20gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/ptypes/wrappers.a
21gopkg/src/github.com/golang/protobuf/AUTHORS 21gopkg/src/github.com/golang/protobuf/AUTHORS
22gopkg/src/github.com/golang/protobuf/CONTRIBUTORS 22gopkg/src/github.com/golang/protobuf/CONTRIBUTORS
23gopkg/src/github.com/golang/protobuf/LICENSE 23gopkg/src/github.com/golang/protobuf/LICENSE
24gopkg/src/github.com/golang/protobuf/Makefile 24gopkg/src/github.com/golang/protobuf/Makefile
25gopkg/src/github.com/golang/protobuf/README.md 25gopkg/src/github.com/golang/protobuf/README.md
26gopkg/src/github.com/golang/protobuf/conformance/Makefile 
27gopkg/src/github.com/golang/protobuf/conformance/conformance.go 
28gopkg/src/github.com/golang/protobuf/conformance/conformance.sh 
29gopkg/src/github.com/golang/protobuf/conformance/failure_list_go.txt 
30gopkg/src/github.com/golang/protobuf/conformance/internal/conformance_proto/conformance.pb.go 
31gopkg/src/github.com/golang/protobuf/conformance/internal/conformance_proto/conformance.proto 
32gopkg/src/github.com/golang/protobuf/conformance/test.sh 
33gopkg/src/github.com/golang/protobuf/descriptor/descriptor.go 26gopkg/src/github.com/golang/protobuf/descriptor/descriptor.go
34gopkg/src/github.com/golang/protobuf/descriptor/descriptor_test.go 27gopkg/src/github.com/golang/protobuf/descriptor/descriptor_test.go
35gopkg/src/github.com/golang/protobuf/go.mod 28gopkg/src/github.com/golang/protobuf/go.mod
36gopkg/src/github.com/golang/protobuf/go.sum 29gopkg/src/github.com/golang/protobuf/go.sum
37gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb.go 30gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb.go
38gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test.go 31gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test.go
39gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/more_test_objects.pb.go 32gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/more_test_objects.pb.go
40gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/more_test_objects.proto 33gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/more_test_objects.proto
41gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/test_objects.pb.go 34gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/test_objects.pb.go
42gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/test_objects.proto 35gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/test_objects.proto
43gopkg/src/github.com/golang/protobuf/proto/all_test.go 36gopkg/src/github.com/golang/protobuf/proto/all_test.go
44gopkg/src/github.com/golang/protobuf/proto/any_test.go 37gopkg/src/github.com/golang/protobuf/proto/any_test.go
45gopkg/src/github.com/golang/protobuf/proto/clone.go 38gopkg/src/github.com/golang/protobuf/proto/clone.go

cvs diff -r1.3 -r1.4 pkgsrc/devel/go-protobuf/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/go-protobuf/Attic/distinfo 2019/02/26 22:09:50 1.3
+++ pkgsrc/devel/go-protobuf/Attic/distinfo 2019/03/15 09:05:37 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2019/02/26 22:09:50 he Exp $ 1$NetBSD: distinfo,v 1.4 2019/03/15 09:05:37 he Exp $
2 2
3SHA1 (go-protobuf-1.3.0.tar.gz) = ac82cc5785707985e320d09e807226566c959476 3SHA1 (go-protobuf-1.3.1.tar.gz) = 974f0fa65f928b3fa57c46358bc75bf8a627f97d
4RMD160 (go-protobuf-1.3.0.tar.gz) = 20e71e3b34427cd02d7264a278479f1c48ea5913 4RMD160 (go-protobuf-1.3.1.tar.gz) = f7cf2d056921ebb9fd589373eed5e001aad12846
5SHA512 (go-protobuf-1.3.0.tar.gz) = 520bb73601df0d331803f85a8076ec2828e768e03c21741a09ff49b0594460c7c7a7a6da64c6b08ff2f8ba56c6ae8433b5a4360f2212edad0bad2917804db3cc 5SHA512 (go-protobuf-1.3.1.tar.gz) = 7dfc6d7851c7181e1a73effe9e8a97752bb428bf207a44b065412a8e87e0e3e200b5eef3d8c68af33a0721d12a8b98bfa88b22add074b19b6e1759e9268abf25
6Size (go-protobuf-1.3.0.tar.gz) = 329112 bytes 6Size (go-protobuf-1.3.1.tar.gz) = 310884 bytes