git: 60b912c7471c - main - devel/configkit: Deprecate and set expiration date to 2024-04-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Apr 2024 20:47:08 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=60b912c7471c16d66a4ef18318a14ba6a0c56845 commit 60b912c7471c16d66a4ef18318a14ba6a0c56845 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-04-02 20:28:27 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-04-02 20:30:30 +0000 devel/configkit: Deprecate and set expiration date to 2024-04-30 Depends on deprecated port devel/libphk If you still use this port feel free to take over maintainership before expiration date Approved by: bofh (discussed with maintainer) --- devel/configkit/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/configkit/Makefile b/devel/configkit/Makefile index c5b5da792cd7..2a4ec3ee6412 100644 --- a/devel/configkit/Makefile +++ b/devel/configkit/Makefile @@ -9,6 +9,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Somewhat prototypical facility for generating CLI interfaces WWW= http://phk.freebsd.dk/phkrel/ +DEPRECATED= Depends on deprecated port devel/libphk +EXPIRATION_DATE=2024-04-30 + BUILD_DEPENDS= ${LOCALBASE}/lib/libphk.a:devel/libphk USES= uidfix