git: 602e5caa42ac - main - net/opal: Deprecate and set expiration date to 2023-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 19:32:22 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=602e5caa42aca6f637cec5b82aeba75c37d33070 commit 602e5caa42aca6f637cec5b82aeba75c37d33070 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-05-27 18:19:55 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-05-27 19:32:16 +0000 net/opal: Deprecate and set expiration date to 2023-06-30 Current version is about 10y old and unsupported upstream. No one has stepped up to maintain opal so set expiration date. PR: 270325 Approved by: gnome (maintainer timeout, 2+ months) --- net/opal/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/opal/Makefile b/net/opal/Makefile index dae43f0ab491..3020c76e1584 100644 --- a/net/opal/Makefile +++ b/net/opal/Makefile @@ -10,6 +10,9 @@ WWW= http://opalvoip.org/ LICENSE= MPL10 +DEPRECATED= Very outdated, current version in tree was released back in 2013 and upstream is still active +EXPIRATION_DATE=2023-06-30 + LIB_DEPENDS= libpt.so:devel/ptlib USES= compiler:c11 gmake pathfix pkgconfig tar:xz