Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2024 12:55:51 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aa60e570076e - main - devel/llvm10: Mark DEPRECATED
Message-ID:  <202401151255.40FCtpdX056912@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit aa60e570076e43e6e7d64af4810d1677c0c19ac7
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-15 11:17:34 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-15 12:55:42 +0000

    devel/llvm10: Mark DEPRECATED
    
    - No longer supported by upstream and no other cinsumers left
    - Set EXPIRATION_DATE 2024-03-31
    
    Approved by:    portmgr (blanket)
---
 devel/llvm10/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/llvm10/Makefile b/devel/llvm10/Makefile
index dbdf39b9f2db..ebff7bd80021 100644
--- a/devel/llvm10/Makefile
+++ b/devel/llvm10/Makefile
@@ -19,6 +19,9 @@ LICENSE_NAME_LLVM2=	Apache License 2.0 with LLVM Exceptions
 LICENSE_PERMS_LLVM2=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 LICENSE:=	${LICENSE:NARM}
 
+DEPRECATED=	No longer supported by upstream
+EXPIRATION_DATE=	2024-03-31
+
 LLVM_RELEASE=	${DISTVERSION:C/rc.*//}
 LLVM_MAJOR=	${LLVM_RELEASE:C/\.[0-9]\.[0-9]$//}
 LLVM_SUFFIX=	${LLVM_MAJOR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401151255.40FCtpdX056912>