git: 9b4deeaf9da0 - main - net/rubygem-net-protocol01: fix portscout on version 0.1.*
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Dec 2024 08:15:18 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=9b4deeaf9da05945f97c967372a964be12ce6410 commit 9b4deeaf9da05945f97c967372a964be12ce6410 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-12-16 07:52:18 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-12-16 07:52:18 +0000 net/rubygem-net-protocol01: fix portscout on version 0.1.* --- net/rubygem-net-protocol01/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/rubygem-net-protocol01/Makefile b/net/rubygem-net-protocol01/Makefile index 0e7b0b9c4909..cc75bb70a074 100644 --- a/net/rubygem-net-protocol01/Makefile +++ b/net/rubygem-net-protocol01/Makefile @@ -18,4 +18,6 @@ USES= gem NO_ARCH= yes +PORTSCOUT= limit:^0\.1\. + .include <bsd.port.mk>