git: 5c60797105ae - main - lang/spidermonkey115: mark DEPRECATED, without expiration date for now

From: Charlie Li <vishwin_at_FreeBSD.org>
Date: Thu, 27 Nov 2025 17:44:33 UTC
The branch main has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c60797105ae061b250625cae92970ce98113836

commit 5c60797105ae061b250625cae92970ce98113836
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2025-11-27 17:41:27 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2025-11-27 17:44:27 +0000

    lang/spidermonkey115: mark DEPRECATED, without expiration date for now
    
    Upcoming games/0ad release moves to lang/spidermonkey128; allow
    until the former port can be updated before setting a date.
---
 lang/spidermonkey115/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lang/spidermonkey115/Makefile b/lang/spidermonkey115/Makefile
index bf45bc0d8273..12c269a6e04d 100644
--- a/lang/spidermonkey115/Makefile
+++ b/lang/spidermonkey115/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	spidermonkey
 DISTVERSION=	115.30.0
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	MOZILLA/firefox/releases/${DISTVERSION}esr/source \
 		MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build1/source
@@ -17,6 +18,8 @@ WWW=		https://spidermonkey.dev/
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	EOL upstream except to support older Windows
+
 BUILD_DEPENDS=	gm4:devel/m4 \
 		${RUST_DEFAULT}>=1.81:lang/${RUST_DEFAULT} \
 		rust-cbindgen>=0.26.0:devel/rust-cbindgen