git: 671d6d834713 - main - textproc/rtf2html: Deprecate abandonware
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Apr 2023 08:59:51 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=671d6d834713ea6924b1c8c211e5ab41618f8f78 commit 671d6d834713ea6924b1c8c211e5ab41618f8f78 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2023-04-25 08:58:53 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2023-04-25 08:59:49 +0000 textproc/rtf2html: Deprecate abandonware --- textproc/rtf2html/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/textproc/rtf2html/Makefile b/textproc/rtf2html/Makefile index 2731f647368b..c06257ebcc90 100644 --- a/textproc/rtf2html/Makefile +++ b/textproc/rtf2html/Makefile @@ -7,6 +7,9 @@ MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Simple rtf2html converter +DEPRECATED= Abandonware, please use something modern like markdown +EXPIRATION_DATE=2023-05-25 + LICENSE= BSD2CLAUSE CONFLICTS_INSTALL= p5-RTF-Parser