pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/beats



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Oct 19 16:49:58 UTC 2018

Modified Files:
        pkgsrc/sysutils/beats: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/beats/Makefile

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

Modified files:

Index: pkgsrc/sysutils/beats/Makefile
diff -u pkgsrc/sysutils/beats/Makefile:1.30 pkgsrc/sysutils/beats/Makefile:1.31
--- pkgsrc/sysutils/beats/Makefile:1.30 Tue Jun 12 17:50:27 2018
+++ pkgsrc/sysutils/beats/Makefile      Fri Oct 19 16:49:58 2018
@@ -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 @@ USE_TOOLS+=           gmake
 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