diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-05-18 13:31:07 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-05-18 14:18:32 +0200 |
commit | 8ee65f81a0b54e1cb3e03f94604004c84bc6d42e (patch) | |
tree | 02249e892108fe5ad0b5875022ff2238f7b21eb4 | |
parent | devel/libflatarray: Mark BROKEN, deprecate and set expiration date to 2025-06-30 (diff) |
devel/cgilib: Deprecate and set expiration date to 2025-06-30
Last upstream release in 2009, last upstream activity in 2017
and no consumers in tree
PR: 286563
Approved by: maintainer timeout, 2+ weeks
-rw-r--r-- | devel/cgilib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/cgilib/Makefile b/devel/cgilib/Makefile index d85c7efb22a0..bbd0afdcca76 100644 --- a/devel/cgilib/Makefile +++ b/devel/cgilib/Makefile @@ -11,6 +11,9 @@ WWW= https://www.infodrom.org/projects/cgilib/ LICENSE= GPLv2 +DEPRECATED= Last upstream release in 2009, last upstream activity in 2017 and no consumers in tree +EXPIRATION_DATE=2025-06-30 + USES= uidfix USE_LDCONFIG= yes |