git: 08d4c06a009a - main - www/tomcat-native: Limit portscout to version 1.x

From: Michael Osipov <michaelo_at_FreeBSD.org>
Date: Sun, 06 Sep 2026 20:42:37 UTC
The branch main has been updated by michaelo:

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

commit 08d4c06a009ac03b6b9f04ac7cb2be657886f43a
Author:     Michael Osipov <michaelo@FreeBSD.org>
AuthorDate: 2026-09-06 20:42:03 +0000
Commit:     Michael Osipov <michaelo@FreeBSD.org>
CommitDate: 2026-09-06 20:42:03 +0000

    www/tomcat-native: Limit portscout to version 1.x
---
 www/tomcat-native/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/tomcat-native/Makefile b/www/tomcat-native/Makefile
index 929740bb4b09..0f5ceb8ea57c 100644
--- a/www/tomcat-native/Makefile
+++ b/www/tomcat-native/Makefile
@@ -10,6 +10,8 @@ WWW=		https://tomcat.apache.org/native-${PORTVERSION:R}-doc/
 
 LICENSE=	APACHE20
 
+PORTSCOUT=	limit:^1\.
+
 LIB_DEPENDS=	libapr-1.so:devel/apr1
 
 USES=		java libtool ssl