Skip to content

Commit

Permalink
sysutils/helmfile: add version info
Browse files Browse the repository at this point in the history
Uncomment line for version info.

PR:	261297
Reported by:	timp87@gmail.com (maintainer)
  • Loading branch information
timp87 authored and fernape committed Jan 24, 2022
1 parent 6e5655d commit c11ac81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sysutils/helmfile/Makefile
Expand Up @@ -3,6 +3,7 @@
PORTNAME= helmfile
DISTVERSIONPREFIX= v
DISTVERSION= 0.142.0
PORTREVISION= 1
CATEGORIES= sysutils

MAINTAINER= timp87@gmail.com
Expand Down Expand Up @@ -160,7 +161,7 @@ post-extract:
@${RM} -r ${WRKSRC}/vendor/github.com/hashicorp/vault/sdk
@${RLN} ${WRKSRC_hashicorp_vault_sdk}/sdk ${WRKSRC}/vendor/github.com/hashicorp/vault/sdk

#GO_BUILDFLAGS= -ldflags="-X github.com/roboll/helmfile/pkg/app/version.Version=v${PORTVERSION}"
GO_BUILDFLAGS= -ldflags="-X github.com/roboll/helmfile/pkg/app/version.Version=v${PORTVERSION}"

PLIST_FILES= bin/${PORTNAME}

Expand Down

0 comments on commit c11ac81

Please sign in to comment.