git: 79ac112ca94d - main - lang/elm: Deprecate

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Thu, 19 Mar 2026 19:21:08 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=79ac112ca94da159724dee297f95f48acddf0369

commit 79ac112ca94da159724dee297f95f48acddf0369
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-03-19 19:20:47 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-03-19 19:21:02 +0000

    lang/elm: Deprecate
---
 lang/elm/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lang/elm/Makefile b/lang/elm/Makefile
index 767ed722e7b3..35c63b8ec817 100644
--- a/lang/elm/Makefile
+++ b/lang/elm/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	elm
 PORTVERSION=	0.19.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	lang
 MASTER_SITES=	LOCAL/arrowd/:package_list
 DISTFILES=	elm-compiler-bootstrap-${PORTVERSION}${EXTRACT_SUFX}:package_list
@@ -9,6 +9,9 @@ MAINTAINER=	haskell@FreeBSD.org
 COMMENT=	Delightful language for reliable webapps
 WWW=		https://elm-lang.org/
 
+DEPRECATED=	Depends on a deprecated compiler's version
+EXPIRATION_DATE=2026-04-31
+
 LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	ghc-9.2.8:lang/ghc92