Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Sep 2022 10:31:42 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c2ebe4d8a409 - main - lang/ponyc: Deprecate and set expiration date to 2022-12-31
Message-ID:  <202209271031.28RAVg7G066968@gitrepo.freebsd.org>

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

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

commit c2ebe4d8a409c4983d883adfe69356db0a92edb1
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-09-27 10:25:52 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-09-27 10:30:37 +0000

    lang/ponyc: Deprecate and set expiration date to 2022-12-31
    
    Current version is very outdated and unsupported upstream.
    It also depends on end of life devel/llvm70
---
 lang/ponyc/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lang/ponyc/Makefile b/lang/ponyc/Makefile
index 1eee1cb410f6..54f20a64eb5d 100644
--- a/lang/ponyc/Makefile
+++ b/lang/ponyc/Makefile
@@ -9,6 +9,9 @@ WWW=		https://www.ponylang.org/
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Very outdated and unsupported upstream, depends on end of life devel/llvm70
+EXPIRATION_DATE=2022-12-31
+
 ONLY_FOR_ARCHS=		aarch64 amd64
 ONLY_FOR_ARCHS_REASON=	undefined reference to __atomic_compare_exchange_8
 



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