pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/go-genproto



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Aug 16 23:14:11 UTC 2020

Modified Files:
        pkgsrc/misc/go-genproto: Makefile

Log Message:
go-genproto: BROKEN message should be in quotes to avoid linebreaks


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/misc/go-genproto/Makefile

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

Modified files:

Index: pkgsrc/misc/go-genproto/Makefile
diff -u pkgsrc/misc/go-genproto/Makefile:1.28 pkgsrc/misc/go-genproto/Makefile:1.29
--- pkgsrc/misc/go-genproto/Makefile:1.28       Fri Aug 14 20:01:23 2020
+++ pkgsrc/misc/go-genproto/Makefile    Sun Aug 16 23:14:11 2020
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.28 2020/08/14 20:01:23 bsiegert Exp $
+# $NetBSD: Makefile,v 1.29 2020/08/16 23:14:11 tnn Exp $
 
 COMMENT=       Go generated proto packages
 PKGREVISION=   18
 
 DEPENDS+=      go-genproto-googleapis-rpc-[0-9]*:../../misc/go-genproto-googleapis-rpc
 
-BROKEN=                Tries to modify .buildlink/gopkg
+BROKEN=                "Tries to modify .buildlink/gopkg"
 
 .include "Makefile.common"
 



Home | Main Index | Thread Index | Old Index