pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/tailscale



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Thu May 21 13:40:25 UTC 2026

Modified Files:
        pkgsrc/net/tailscale: Makefile

Log Message:
tailscale: fixed version error


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/tailscale/Makefile

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

Modified files:

Index: pkgsrc/net/tailscale/Makefile
diff -u pkgsrc/net/tailscale/Makefile:1.17 pkgsrc/net/tailscale/Makefile:1.18
--- pkgsrc/net/tailscale/Makefile:1.17  Mon May 18 20:46:51 2026
+++ pkgsrc/net/tailscale/Makefile       Thu May 21 13:40:25 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2026/05/18 20:46:51 ktnb Exp $
+# $NetBSD: Makefile,v 1.18 2026/05/21 13:40:25 ktnb Exp $
 
 DISTNAME=      tailscale
 PKGNAME=       tailscale-1.98.2
@@ -17,6 +17,9 @@ GO_BUILD_PATTERN+=    tailscale.com/cmd/tai
 
 RCD_SCRIPTS+=  tailscaled
 
+GOFLAGS=      -ldflags "-X tailscale.com/version.longStamp=${PKGVERSION} \
+           -X tailscale.com/version.shortStamp=${PKGVERSION}"
+
 .include "go-modules.mk"
 
 .include "../../lang/go/go-module.mk"



Home | Main Index | Thread Index | Old Index