git: aa9644b8d44f - main - audio/visp-go: Add PORTSCOUT

Lewis Cook lcook at FreeBSD.org
Fri Sep 10 15:11:11 UTC 2021


The branch main has been updated by lcook:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aa9644b8d44f2330116dfd6c3ab78a3a7608d928

commit aa9644b8d44f2330116dfd6c3ab78a3a7608d928
Author:     Lewis Cook <lcook at FreeBSD.org>
AuthorDate: 2021-09-10 15:10:20 +0000
Commit:     Lewis Cook <lcook at FreeBSD.org>
CommitDate: 2021-09-10 15:10:52 +0000

    audio/visp-go: Add PORTSCOUT
---
 audio/visp-go/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/audio/visp-go/Makefile b/audio/visp-go/Makefile
index 788a2b239f9d..f942abc31edd 100644
--- a/audio/visp-go/Makefile
+++ b/audio/visp-go/Makefile
@@ -65,9 +65,10 @@ _BUILD_DATE=	$$(date +%s)
 GO_TARGET=	./cmd/${GH_PROJECT} ./cmd/${GH_PROJECT}-authproxy
 GO_BUILDFLAGS=	-ldflags "\
 		-s -w \
-        	-X github.com/${GH_ACCOUNT}/${GH_PROJECT}/version.Version=${_BUILD_VERSION}  \
+		-X github.com/${GH_ACCOUNT}/${GH_PROJECT}/version.Version=${_BUILD_VERSION}  \
 		-X github.com/${GH_ACCOUNT}/${GH_PROJECT}/version.buildDate=${_BUILD_DATE}"
 
+PORTSCOUT=	skipv:latest
 SUB_FILES=	pkg-message
 PLIST_FILES=	${GO_TARGET:C/.\/cmd/bin/}
 _DOCS=		CONTRIBUTING.md README.md code_of_conduct.md doc/commands.md \


More information about the dev-commits-ports-main mailing list