git: 7dbec273c869 - main - lang/ferite: DEPRECATE and set EXPIRATION_DATE to 2024-10-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Oct 2024 12:43:13 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=7dbec273c869eab1ef4cbc26eff570ffdaca6b46 commit 7dbec273c869eab1ef4cbc26eff570ffdaca6b46 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-10-06 12:38:16 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-10-06 12:42:48 +0000 lang/ferite: DEPRECATE and set EXPIRATION_DATE to 2024-10-31 Upstream is dead and last release in 2009. Current version in tree was released in 2005 unmaintained for years --- lang/ferite/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/ferite/Makefile b/lang/ferite/Makefile index d2d4401e9787..b49f180358be 100644 --- a/lang/ferite/Makefile +++ b/lang/ferite/Makefile @@ -11,6 +11,9 @@ WWW= https://sourceforge.net/projects/ferite/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Abandonware and outdated, last release in 2009 (current version in 2005) +EXPIRATION_DATE=2024-10-31 + LIB_DEPENDS= libpcre.so:devel/pcre \ libxml2.so:textproc/libxml2