git: 70ff20610d9d - main - graphics/librasterlite: Deprecate port and set expiration date to 2021-12-31

From: Loïc Bartoletti <lbartoletti_at_FreeBSD.org>
Date: Sat, 06 Nov 2021 13:10:33 UTC
The branch main has been updated by lbartoletti:

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

commit 70ff20610d9d2444d97f0f9555f8bc2df6e384a3
Author:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
AuthorDate: 2021-11-06 12:46:09 +0000
Commit:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
CommitDate: 2021-11-06 12:48:08 +0000

    graphics/librasterlite: Deprecate port and set expiration date to 2021-12-31
    
    PR:             258313
---
 graphics/librasterlite/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/graphics/librasterlite/Makefile b/graphics/librasterlite/Makefile
index e4ce898c91de..009588732707 100644
--- a/graphics/librasterlite/Makefile
+++ b/graphics/librasterlite/Makefile
@@ -12,6 +12,9 @@ COMMENT=	Library that stores and retrieves raster coverages using a SpatiaLite
 LICENSE=	MPL11 GPLv2 LGPL21
 LICENSE_COMB=	dual
 
+DEPRECATED=	Deprecated in favour of graphics/librasterlite2
+EXPIRATION_DATE=2021-12-31
+
 LIB_DEPENDS=	libspatialite.so:databases/spatialite \
 		libgeotiff.so:graphics/libgeotiff \
 		libjbig.so:graphics/jbigkit \