git: e2af16c420c1 - main - lang/openethereum: mark as DEPRECATED, not maintained anymore
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Feb 2023 08:17:56 UTC
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