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:           Fri Mar 15 09:05:37 UTC 2019

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/go-protobuf/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/go-protobuf/PLIST
cvs rdiff -u -r1.3 -r1.4 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.16 pkgsrc/devel/go-protobuf/Makefile:1.17
--- pkgsrc/devel/go-protobuf/Makefile:1.16      Sat Mar  9 10:05:06 2019
+++ pkgsrc/devel/go-protobuf/Makefile   Fri Mar 15 09:05:37 2019
@@ -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_SRCPATH=           github.com/golang/protobuf
 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
 

Index: pkgsrc/devel/go-protobuf/PLIST
diff -u pkgsrc/devel/go-protobuf/PLIST:1.4 pkgsrc/devel/go-protobuf/PLIST:1.5
--- pkgsrc/devel/go-protobuf/PLIST:1.4  Tue Feb 26 22:09:50 2019
+++ pkgsrc/devel/go-protobuf/PLIST      Fri Mar 15 09:05:37 2019
@@ -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/CON
 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

Index: pkgsrc/devel/go-protobuf/distinfo
diff -u pkgsrc/devel/go-protobuf/distinfo:1.3 pkgsrc/devel/go-protobuf/distinfo:1.4
--- pkgsrc/devel/go-protobuf/distinfo:1.3       Tue Feb 26 22:09:50 2019
+++ pkgsrc/devel/go-protobuf/distinfo   Fri Mar 15 09:05:37 2019
@@ -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