pkgsrc-WIP-changes archive

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

terrascan: Remove commented and copypasted GO_BUILD_PATTERNs



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Oct 21 23:06:57 2021 +0200
Changeset:	1a0ed47711e94972b05cf841e605faf41f32c742

Modified Files:
	terrascan/Makefile

Log Message:
terrascan: Remove commented and copypasted GO_BUILD_PATTERNs

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

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

diffstat:
 terrascan/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diffs:
diff --git a/terrascan/Makefile b/terrascan/Makefile
index e429b45ab6..a60f82fb29 100644
--- a/terrascan/Makefile
+++ b/terrascan/Makefile
@@ -10,12 +10,6 @@ HOMEPAGE=	https://github.com/accurics/terrascan
 COMMENT=	Static code analyzer for Infrastructure as Code
 LICENSE=	apache-2.0
 
-# TODO: find a way to extract/hardcode commitHash/buildDate
-#GO_BUILD_PATTERN+=	-ldflags ' \
-#			-X github.com/terraform-docs/terraform-docs/internal/version.version=v${PKGVERSION_NOREV} \
-#			-X github.com/terraform-docs/terraform-docs/internal/version.commitHash="" \
-#			-X github.com/terraform-docs/terraform-docs/internal/version.buildDate=""'
-
 GO_BUILD_PATTERN+=	cmd/terrascan/main.go
 
 post-install:


Home | Main Index | Thread Index | Old Index