pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/beats beats: Create a go tool pointing to the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73dca8158731
branches:  trunk
changeset: 314136:73dca8158731
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Oct 19 16:49:58 2018 +0000

description:
beats: Create a go tool pointing to the appropriate version.

This should be moved to the go infrastructure if it turns out there are more
packages that call "go" directly in their build.

diffstat:

 sysutils/beats/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 753bd5ccc9d2 -r 73dca8158731 sysutils/beats/Makefile
--- a/sysutils/beats/Makefile   Fri Oct 19 16:44:47 2018 +0000
+++ b/sysutils/beats/Makefile   Fri Oct 19 16:49:58 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2018/06/12 17:50:27 bsiegert Exp $
+# $NetBSD: Makefile,v 1.31 2018/10/19 16:49:58 jperkin Exp $
 
 DISTNAME=              beats-6.2.4
 PKGREVISION=           1
@@ -18,6 +18,9 @@
 GO_DIST_BASE=          ${PKGBASE}-${GITHUB_TAG:S/v//}
 GO_SRCPATH=            github.com/elastic/beats
 
+TOOLS_CREATE+=         go
+TOOLS_PATH.go=         ${GO}
+
 .include "../../mk/bsd.prefs.mk"
 
 PLIST_VARS+=           audit



Home | Main Index | Thread Index | Old Index