pkgsrc-WIP-changes archive

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

sq: Properly fill the version



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Oct 15 15:30:09 2024 +0200
Changeset:	9e184a4e44ad87028da6e98d9a7eb2ce4bb7c6d4

Modified Files:
	sq/Makefile

Log Message:
sq: Properly fill the version

It needs the leading `v`!

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9e184a4e44ad87028da6e98d9a7eb2ce4bb7c6d4

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

diffstat:
 sq/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/sq/Makefile b/sq/Makefile
index 157f2df8b6..a98e9bb353 100644
--- a/sq/Makefile
+++ b/sq/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Jq-style access to structured data sources
 LICENSE=	mit
 
 GO_BUILD_PATTERN+=      -ldflags ' \
-			-X github.com/neilotoole/sq/cli/buildinfo.Version=${PKGVERSION_NOREV} \
+			-X github.com/neilotoole/sq/cli/buildinfo.Version=${GITHUB_TAG} \
 			-X github.com/neilotoole/sq/cli/buildinfo.Commit= \
 			-X github.com/neilotoole/sq/cli/buildinfo.Timestamp='
 


Home | Main Index | Thread Index | Old Index