pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/go-tools devel/go-tools: Requires a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b0dd9b52234
branches:  trunk
changeset: 307454:7b0dd9b52234
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun May 06 19:31:43 2018 +0000
description:
devel/go-tools: Requires a newer version of go-crypto

autocert was added to go-crypto in 0.0.20180308.

diffstat:

 devel/go-tools/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 0cfffa5e9b55 -r 7b0dd9b52234 devel/go-tools/Makefile
--- a/devel/go-tools/Makefile   Sun May 06 19:22:08 2018 +0000
+++ b/devel/go-tools/Makefile   Sun May 06 19:31:43 2018 +0000
@@ -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 @@
 
 .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