git: 4e8a4b1bec5f - main - net/s5cmd: Declare PORTSCOUT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Apr 2022 19:54:43 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e8a4b1bec5f28d70153327e8fa7dff38dfc4f6f commit 4e8a4b1bec5f28d70153327e8fa7dff38dfc4f6f Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2022-04-25 19:53:17 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2022-04-25 19:54:38 +0000 net/s5cmd: Declare PORTSCOUT portscout thinks 2.0.0-beta < v2.0.0-beta Ignore version checks for the time being. --- net/s5cmd/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/s5cmd/Makefile b/net/s5cmd/Makefile index d31ac257fba9..310a33fe80cd 100644 --- a/net/s5cmd/Makefile +++ b/net/s5cmd/Makefile @@ -17,6 +17,9 @@ GH_ACCOUNT= peak GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} +# portscout thinks 2.0.0-beta < v2.0.0-beta +PORTSCOUT= ignore:1 + PLIST_FILES= bin/s5cmd .include <bsd.port.mk>