pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/go-protobuf



Module Name:    pkgsrc
Committed By:   he
Date:           Wed Jul 10 08:41:26 UTC 2019

Modified Files:
        pkgsrc/devel/go-protobuf: Makefile PLIST distinfo

Log Message:
Update to go-protobuf version 1.3.2.

Pkgsrc changes:
 * Update PLIST

Upstream notable changes:
* #785: grpc code generation: add an UnimplementedServer type
  implementing each server interface, returning an unimplemented
  error for each method
* #851: convert prints to `os.Stderr` to use `log.Printf`
* #883: jsonpb: fix marshaling of Duration with negative nanoseconds


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/go-protobuf/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/go-protobuf/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/go-protobuf/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/go-protobuf/Makefile
diff -u pkgsrc/devel/go-protobuf/Makefile:1.21 pkgsrc/devel/go-protobuf/Makefile:1.22
--- pkgsrc/devel/go-protobuf/Makefile:1.21      Mon May 27 15:18:20 2019
+++ pkgsrc/devel/go-protobuf/Makefile   Wed Jul 10 08:41:26 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2019/05/27 15:18:20 bsiegert Exp $
+# $NetBSD: Makefile,v 1.22 2019/07/10 08:41:26 he Exp $
 
-DISTNAME=              go-protobuf-1.3.1
-PKGREVISION=           3
+DISTNAME=              go-protobuf-1.3.2
 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.5 pkgsrc/devel/go-protobuf/PLIST:1.6
--- pkgsrc/devel/go-protobuf/PLIST:1.5  Fri Mar 15 09:05:37 2019
+++ pkgsrc/devel/go-protobuf/PLIST      Wed Jul 10 08:41:26 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/03/15 09:05:37 he Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/07/10 08:41:26 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
@@ -94,6 +94,8 @@ gopkg/src/github.com/golang/protobuf/pro
 gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_user/extension_user.proto
 gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/grpc/grpc.pb.go
 gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/grpc/grpc.proto
+gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/grpc/grpc_empty.pb.go
+gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/grpc/grpc_empty.proto
 gopkg/src/github.com/golang/protobuf/protoc-gen-go/testdata/import_public/a.pb.go
 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

Index: pkgsrc/devel/go-protobuf/distinfo
diff -u pkgsrc/devel/go-protobuf/distinfo:1.4 pkgsrc/devel/go-protobuf/distinfo:1.5
--- pkgsrc/devel/go-protobuf/distinfo:1.4       Fri Mar 15 09:05:37 2019
+++ pkgsrc/devel/go-protobuf/distinfo   Wed Jul 10 08:41:26 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/03/15 09:05:37 he Exp $
+$NetBSD: distinfo,v 1.5 2019/07/10 08:41:26 he Exp $
 
-SHA1 (go-protobuf-1.3.1.tar.gz) = 974f0fa65f928b3fa57c46358bc75bf8a627f97d
-RMD160 (go-protobuf-1.3.1.tar.gz) = f7cf2d056921ebb9fd589373eed5e001aad12846
-SHA512 (go-protobuf-1.3.1.tar.gz) = 7dfc6d7851c7181e1a73effe9e8a97752bb428bf207a44b065412a8e87e0e3e200b5eef3d8c68af33a0721d12a8b98bfa88b22add074b19b6e1759e9268abf25
-Size (go-protobuf-1.3.1.tar.gz) = 310884 bytes
+SHA1 (go-protobuf-1.3.2.tar.gz) = 4d7f80d215e75048ef23fcaa268ca904ae991400
+RMD160 (go-protobuf-1.3.2.tar.gz) = d30bc17fc5900044f9691b539848f7928cc3838d
+SHA512 (go-protobuf-1.3.2.tar.gz) = ef9190f7773b18005760eb755a1dee25eff38c188687033362635e2431cf2c7372a59a3fec91acd6e4f63aa31d08391f7521a8dafef7895268b6a1a78735dd8a
+Size (go-protobuf-1.3.2.tar.gz) = 312285 bytes



Home | Main Index | Thread Index | Old Index