pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/go-tools



Module Name:    pkgsrc
Committed By:   minskim
Date:           Sun May  6 19:31:43 UTC 2018

Modified Files:
        pkgsrc/devel/go-tools: Makefile

Log Message:
devel/go-tools: Requires a newer version of go-crypto

autocert was added to go-crypto in 0.0.20180308.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/go-tools/Makefile

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-tools/Makefile
diff -u pkgsrc/devel/go-tools/Makefile:1.18 pkgsrc/devel/go-tools/Makefile:1.19
--- pkgsrc/devel/go-tools/Makefile:1.18 Fri Mar 30 11:56:23 2018
+++ pkgsrc/devel/go-tools/Makefile      Sun May  6 19:31:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2018/03/30 11:56:23 bsiegert Exp $
+# $NetBSD: Makefile,v 1.19 2018/05/06 19:31:43 minskim Exp $
 
 DISTNAME=              tools
 PKGNAME=               go-tools-1.8
@@ -46,5 +46,6 @@ CHECK_RELRO_SKIP+=    bin/toolstash
 
 .include "../../lang/go/go-package.mk"
 .include "../../devel/google-api-go-client/buildlink3.mk"
+BUILDLINK_API_DEPENDS.go-crypto+=      go-crypto>=0.0.20180308
 .include "../../security/go-crypto/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index