From 5826cd79219380da80d0425f4654f1f09a6bc3bf Mon Sep 17 00:00:00 2001 From: Paul Guyot Date: Wed, 17 Jun 2026 07:45:38 +0200 Subject: [PATCH] py-antlr4-python3-runtime: disable livecheck for -49 subports, adopt Signed-off-by: Paul Guyot --- python/py-antlr4-python3-runtime/Portfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/py-antlr4-python3-runtime/Portfile b/python/py-antlr4-python3-runtime/Portfile index 3fed1b305f3..d429bccbf0f 100644 --- a/python/py-antlr4-python3-runtime/Portfile +++ b/python/py-antlr4-python3-runtime/Portfile @@ -12,7 +12,7 @@ categories-append lang license BSD platforms {darwin any} supported_archs noarch -maintainers nomaintainer +maintainers {pguyot @pguyot} openmaintainer description ANTLR4 runtime for Python 3 long_description {*}${description} @@ -43,5 +43,7 @@ foreach python_version ${python.versions} { conflicts py${python_version}-antlr4-python3-runtime python.rootname antlr4-python3-runtime + + livecheck.type none } }