git: d722b4a5671f - main - editors/libreoffice6: unbreak build (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Sat, 19 Feb 2022 20:53:15 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d722b4a5671fe3bc7dc9f108a719f3c97907b8e5

commit d722b4a5671fe3bc7dc9f108a719f3c97907b8e5
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-02-19 20:49:50 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-02-19 20:53:11 +0000

    editors/libreoffice6: unbreak build (+)
    
    Drop dependency on graphics/libgltf, it is staled from historic times.
    
    While here, mark port as deperecated before 2022Q2.
    LibreOffice 6.x is unmaitained upstream, consider users switch to
    main LibreOffice 7.x release branch.
---
 editors/libreoffice6/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/editors/libreoffice6/Makefile b/editors/libreoffice6/Makefile
index 40b9e20a870c..d850a94ff070 100644
--- a/editors/libreoffice6/Makefile
+++ b/editors/libreoffice6/Makefile
@@ -1,5 +1,5 @@
 
-PORTREVISION=	19
+PORTREVISION=	20
 
 .include "${.CURDIR}/Makefile.common"
 
@@ -14,6 +14,9 @@ PKGNAMESUFFIX=	6
 
 COMMENT=	Full integrated office productivity suite
 
+DEPRECATED=	Unsupported upstream. Please consider using editors/libreoffice instead
+EXPIRATION_DATE=2022-03-31
+
 BUILD_DEPENDS=	p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
 		zip:archivers/zip \
 		${LOCALBASE}/include/sqlext.h:databases/unixODBC \
@@ -40,7 +43,6 @@ LIB_DEPENDS=	libapr-1.so:devel/apr1 \
 		libcdr-0.1.so:graphics/libcdr01 \
 		libepoxy.so:graphics/libepoxy \
 		libfreehand-0.1.so:graphics/libfreehand \
-		libgltf-0.0.so:graphics/libgltf \
 		libwpg-0.3.so:graphics/libwpg03 \
 		libzmf-0.0.so:graphics/libzmf \
 		libpng.so:graphics/png \