git: 5db870ad9932 - main - textproc/unoconv: Deprecate and set expiration date to 2025-04-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Mar 2025 12:19:30 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5db870ad9932e55c729dbc69042edf152f2cbf27
commit 5db870ad9932e55c729dbc69042edf152f2cbf27
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-03-15 18:13:15 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-03-16 12:13:36 +0000
textproc/unoconv: Deprecate and set expiration date to 2025-04-30
Deprecated upstream in 2021, upstream recommends migrating to
Unoserver (not ported)
Reference(s):
https://github.com/unoconv/unoconv
https://github.com/unoconv/unoserver/
---
textproc/unoconv/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/textproc/unoconv/Makefile b/textproc/unoconv/Makefile
index 13d2a6098178..bf11271242ca 100644
--- a/textproc/unoconv/Makefile
+++ b/textproc/unoconv/Makefile
@@ -15,6 +15,9 @@ WWW= http://dag.wieers.com/home-made/unoconv/
LICENSE= GPLv2
+DEPRECATED= Deprecated upstream in 2021
+EXPIRATION_DATE=2025-04-30
+
RUN_DEPENDS= xsltproc:textproc/libxslt
USES= python