git: 82170711ac9b - main - textproc/vgrep: Add PORTSCOUT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Nov 2021 15:16:40 UTC
The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=82170711ac9b56a03db28fd974072bda887c4645 commit 82170711ac9b56a03db28fd974072bda887c4645 Author: Lewis Cook <lcook@FreeBSD.org> AuthorDate: 2021-11-05 15:16:06 +0000 Commit: Lewis Cook <lcook@FreeBSD.org> CommitDate: 2021-11-05 15:16:28 +0000 textproc/vgrep: Add PORTSCOUT --- textproc/vgrep/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/textproc/vgrep/Makefile b/textproc/vgrep/Makefile index 320ae37b0faf..a2f4d2f84df2 100644 --- a/textproc/vgrep/Makefile +++ b/textproc/vgrep/Makefile @@ -31,6 +31,7 @@ GO_BUILDFLAGS= -ldflags "\ -s -w \ -X main.version=${_BUILD_VERSION}" +PORTSCOUT= skipv:16.09,16.09.1 PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md