Date: Mon, 20 Feb 2023 08:17:56 GMT From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e2af16c420c1 - main - lang/openethereum: mark as DEPRECATED, not maintained anymore Message-ID: <202302200817.31K8HuaO063008@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ale: URL: https://cgit.FreeBSD.org/ports/commit/?id=e2af16c420c15130e718b7484b9695e0d70225e3 commit e2af16c420c15130e718b7484b9695e0d70225e3 Author: Alex Dupre <ale@FreeBSD.org> AuthorDate: 2023-02-20 08:17:09 +0000 Commit: Alex Dupre <ale@FreeBSD.org> CommitDate: 2023-02-20 08:17:52 +0000 lang/openethereum: mark as DEPRECATED, not maintained anymore --- net-p2p/openethereum/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-p2p/openethereum/Makefile b/net-p2p/openethereum/Makefile index c62ef6e8d5d8..4eee5c17de00 100644 --- a/net-p2p/openethereum/Makefile +++ b/net-p2p/openethereum/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/openethereum/openethereum/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= yes +EXPIRATION_DATE=2023-03-15 + USES= cargo USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302200817.31K8HuaO063008>