pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/go-grpc



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 23 10:37:56 UTC 2020

Modified Files:
        pkgsrc/net/go-grpc: Makefile

Log Message:
net/go-grpc: allow bashisms in unused file


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/go-grpc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/go-grpc/Makefile
diff -u pkgsrc/net/go-grpc/Makefile:1.26 pkgsrc/net/go-grpc/Makefile:1.27
--- pkgsrc/net/go-grpc/Makefile:1.26    Sun Apr 12 11:01:44 2020
+++ pkgsrc/net/go-grpc/Makefile Sat May 23 10:37:56 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2020/04/12 11:01:44 bsiegert Exp $
+# $NetBSD: Makefile,v 1.27 2020/05/23 10:37:56 rillig Exp $
 
 DISTNAME=              go-grpc-1.15.0
 PKGREVISION=           16
@@ -22,6 +22,7 @@ GO_BUILD_PATTERN+=    ${GO_SRCPATH}/${godir
 .endfor
 
 CHECK_PORTABILITY_SKIP+=       benchmark/run_bench.sh
+CHECK_PORTABILITY_SKIP+=       vet.sh
 
 REPLACE_SH+=   balancer/grpclb/regenerate.sh
 REPLACE_SH+=   benchmark/run_bench.sh



Home | Main Index | Thread Index | Old Index