git: 0dc91a5b3993 - main - textproc/cl-meta: Mark BROKEN, deprecate and set expiration date to 2024-12-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Nov 2024 18:30:41 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=0dc91a5b3993cf41038a45b47067ed3622ec217d commit 0dc91a5b3993cf41038a45b47067ed3622ec217d Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-11-16 10:22:16 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-11-16 18:29:09 +0000 textproc/cl-meta: Mark BROKEN, deprecate and set expiration date to 2024-12-31 Upstream is gone and port is unfetchable PR: 282288 Approved by: portmgr (maintainer timeout, 2+ weeks) --- textproc/cl-meta/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/textproc/cl-meta/Makefile b/textproc/cl-meta/Makefile index aa060be25450..9d484ad8e9bb 100644 --- a/textproc/cl-meta/Makefile +++ b/textproc/cl-meta/Makefile @@ -13,6 +13,10 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= Parser generator for Common Lisp WWW= http://home.pipeline.com/~hbaker1/Prag-Parse.html +BROKEN= Unfetchable +DEPRECATED= Upstream is gone +EXPIRATION_DATE=2024-12-31 + WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes