Received: by mail.netbsd.org (Postfix, from userid 605) id ADABE84D3F; Tue, 26 Feb 2019 22:09:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 33C2284D21 for ; Tue, 26 Feb 2019 22:09:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id HouylB3TBbfU for ; Tue, 26 Feb 2019 22:09:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 66ADD84CD6 for ; Tue, 26 Feb 2019 22:09:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 619FEFB16; Tue, 26 Feb 2019 22:09:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1551218990112160" MIME-Version: 1.0 Date: Tue, 26 Feb 2019 22:09:50 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/devel/go-protobuf To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20190226220950.619FEFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1551218990112160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Tue Feb 26 22:09:50 UTC 2019 Modified Files: pkgsrc/devel/go-protobuf: Makefile PLIST distinfo Log Message: Update to version 1.3.0. Pkgsrc changes: * Update PLIST Upstream changes: * #699: add a go.mod module file * #701: stop generating package "// import" comment * #741: deprecate {Unm,M}arshalMessageSet{JSON} * #760: different internal implementation of oneofs * `.pb.go` files generated by `protoc-gen-go@v1.3.0` will require the `proto@v1.3.0` package to work * various minor changes to code generation To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/go-protobuf/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/go-protobuf/PLIST cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/go-protobuf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1551218990112160 Content-Disposition: inline Content-Length: 4768 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/go-protobuf/Makefile diff -u pkgsrc/devel/go-protobuf/Makefile:1.14 pkgsrc/devel/go-protobuf/Makefile:1.15 --- pkgsrc/devel/go-protobuf/Makefile:1.14 Thu Jan 24 10:00:34 2019 +++ pkgsrc/devel/go-protobuf/Makefile Tue Feb 26 22:09:50 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2019/01/24 10:00:34 bsiegert Exp $ +# $NetBSD: Makefile,v 1.15 2019/02/26 22:09:50 he Exp $ -DISTNAME= go-protobuf-1.2.0 -PKGREVISION= 3 +DISTNAME= go-protobuf-1.3.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} GITHUB_PROJECT= protobuf Index: pkgsrc/devel/go-protobuf/PLIST diff -u pkgsrc/devel/go-protobuf/PLIST:1.3 pkgsrc/devel/go-protobuf/PLIST:1.4 --- pkgsrc/devel/go-protobuf/PLIST:1.3 Tue Sep 11 18:27:08 2018 +++ pkgsrc/devel/go-protobuf/PLIST Tue Feb 26 22:09:50 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2018/09/11 18:27:08 minskim Exp $ +@comment $NetBSD: PLIST,v 1.4 2019/02/26 22:09:50 he Exp $ bin/protoc-gen-go gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/descriptor.a gopkg/pkg/${GO_PLATFORM}/github.com/golang/protobuf/jsonpb.a @@ -32,6 +32,8 @@ gopkg/src/github.com/golang/protobuf/con gopkg/src/github.com/golang/protobuf/conformance/test.sh gopkg/src/github.com/golang/protobuf/descriptor/descriptor.go gopkg/src/github.com/golang/protobuf/descriptor/descriptor_test.go +gopkg/src/github.com/golang/protobuf/go.mod +gopkg/src/github.com/golang/protobuf/go.sum gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb.go gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test.go gopkg/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/more_test_objects.pb.go @@ -44,6 +46,7 @@ gopkg/src/github.com/golang/protobuf/pro gopkg/src/github.com/golang/protobuf/proto/clone_test.go gopkg/src/github.com/golang/protobuf/proto/decode.go gopkg/src/github.com/golang/protobuf/proto/decode_test.go +gopkg/src/github.com/golang/protobuf/proto/deprecated.go gopkg/src/github.com/golang/protobuf/proto/discard.go gopkg/src/github.com/golang/protobuf/proto/discard_test.go gopkg/src/github.com/golang/protobuf/proto/encode.go @@ -102,6 +105,8 @@ gopkg/src/github.com/golang/protobuf/pro gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/a.proto gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/b.pb.go gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/b.proto +gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/importing/importing.pb.go +gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/importing/importing.proto gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/sub/a.pb.go gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/sub/a.proto gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/sub/b.pb.go @@ -127,6 +132,8 @@ gopkg/src/github.com/golang/protobuf/pro gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_import_a1m2.proto gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_import_all.pb.go gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/imports/test_import_all.proto +gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/issue780_oneof_conflict/test.pb.go +gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/issue780_oneof_conflict/test.proto gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/main_test.go gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi1.pb.go gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi1.proto Index: pkgsrc/devel/go-protobuf/distinfo diff -u pkgsrc/devel/go-protobuf/distinfo:1.2 pkgsrc/devel/go-protobuf/distinfo:1.3 --- pkgsrc/devel/go-protobuf/distinfo:1.2 Tue Sep 11 18:27:08 2018 +++ pkgsrc/devel/go-protobuf/distinfo Tue Feb 26 22:09:50 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/09/11 18:27:08 minskim Exp $ +$NetBSD: distinfo,v 1.3 2019/02/26 22:09:50 he Exp $ -SHA1 (go-protobuf-1.2.0.tar.gz) = ec7e07d7e4d2e3ed7f66a9e04b50810090d9d20a -RMD160 (go-protobuf-1.2.0.tar.gz) = fdacc40a0c7463d46d088ab46dfc81ee99226ebf -SHA512 (go-protobuf-1.2.0.tar.gz) = a0f596ee96f7501ee47da75ea234c1e29c0abb2c3fda731acd601a55880502ae90d70f6d3da9c9a35e493fd1bcb69971c062e16b1e49a0996137950dac2effac -Size (go-protobuf-1.2.0.tar.gz) = 332565 bytes +SHA1 (go-protobuf-1.3.0.tar.gz) = ac82cc5785707985e320d09e807226566c959476 +RMD160 (go-protobuf-1.3.0.tar.gz) = 20e71e3b34427cd02d7264a278479f1c48ea5913 +SHA512 (go-protobuf-1.3.0.tar.gz) = 520bb73601df0d331803f85a8076ec2828e768e03c21741a09ff49b0594460c7c7a7a6da64c6b08ff2f8ba56c6ae8433b5a4360f2212edad0bad2917804db3cc +Size (go-protobuf-1.3.0.tar.gz) = 329112 bytes --_----------=_1551218990112160--