pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/go-protobuf Upgrade to version 1.3.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5aebcb78398b
branches:  trunk
changeset: 331236:5aebcb78398b
user:      he <he%pkgsrc.org@localhost>
date:      Fri Mar 15 09:05:37 2019 +0000

description:
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.

diffstat:

 devel/go-protobuf/Makefile |   8 +++-----
 devel/go-protobuf/PLIST    |   9 +--------
 devel/go-protobuf/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 18 deletions(-)

diffs (61 lines):

diff -r 8331c943a32d -r 5aebcb78398b devel/go-protobuf/Makefile
--- a/devel/go-protobuf/Makefile        Fri Mar 15 00:49:01 2019 +0000
+++ b/devel/go-protobuf/Makefile        Fri Mar 15 09:05:37 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/03/09 10:05:06 bsiegert Exp $
+# $NetBSD: Makefile,v 1.17 2019/03/15 09:05:37 he Exp $
 
-DISTNAME=              go-protobuf-1.3.0
-PKGREVISION=           1
+DISTNAME=              go-protobuf-1.3.1
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=golang/}
 GITHUB_PROJECT=                protobuf
@@ -18,8 +17,7 @@
 GO_BUILD_PATTERN+=     ${GO_SRCPATH}/${godir}/...
 .endfor
 
-REPLACE_SH+=           conformance/conformance.sh conformance/test.sh \
-                       regenerate.sh
+REPLACE_SH+=           regenerate.sh
 
 CHECK_RELRO_SKIP+=     bin/protoc-gen-go
 
diff -r 8331c943a32d -r 5aebcb78398b devel/go-protobuf/PLIST
--- a/devel/go-protobuf/PLIST   Fri Mar 15 00:49:01 2019 +0000
+++ b/devel/go-protobuf/PLIST   Fri Mar 15 09:05:37 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/02/26 22:09:50 he Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/03/15 09:05:37 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
@@ -23,13 +23,6 @@
 gopkg/src/github.com/golang/protobuf/LICENSE
 gopkg/src/github.com/golang/protobuf/Makefile
 gopkg/src/github.com/golang/protobuf/README.md
-gopkg/src/github.com/golang/protobuf/conformance/Makefile
-gopkg/src/github.com/golang/protobuf/conformance/conformance.go
-gopkg/src/github.com/golang/protobuf/conformance/conformance.sh
-gopkg/src/github.com/golang/protobuf/conformance/failure_list_go.txt
-gopkg/src/github.com/golang/protobuf/conformance/internal/conformance_proto/conformance.pb.go
-gopkg/src/github.com/golang/protobuf/conformance/internal/conformance_proto/conformance.proto
-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
diff -r 8331c943a32d -r 5aebcb78398b devel/go-protobuf/distinfo
--- a/devel/go-protobuf/distinfo        Fri Mar 15 00:49:01 2019 +0000
+++ b/devel/go-protobuf/distinfo        Fri Mar 15 09:05:37 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/02/26 22:09:50 he Exp $
+$NetBSD: distinfo,v 1.4 2019/03/15 09:05:37 he Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index