Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2022 19:54:43 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4e8a4b1bec5f - main - net/s5cmd: Declare PORTSCOUT
Message-ID:  <202204251954.23PJshiD078521@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204251954.23PJshiD078521>