git: 2e0cef17d117 - main - devel/liblas12: Mark deprecated, scheduled for removal 2022-06-20

From: Rainer Hurling <rhurlin_at_FreeBSD.org>
Date: Sun, 17 Apr 2022 13:06:18 UTC
The branch main has been updated by rhurlin:

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

commit 2e0cef17d11793643c7973abab6751064d419605
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2022-04-17 12:47:20 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2022-04-17 13:04:04 +0000

    devel/liblas12: Mark deprecated, scheduled for removal 2022-06-20
    
    Its only user was math/saga, which has now moved to math/pdal.
---
 devel/liblas12/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/devel/liblas12/Makefile b/devel/liblas12/Makefile
index 716d36a9e86a..9b0ec29abf62 100644
--- a/devel/liblas12/Makefile
+++ b/devel/liblas12/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	liblas12
 PORTVERSION=	1.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	rhurlin@FreeBSD.org
@@ -12,6 +12,9 @@ LICENSE=	BSD3CLAUSE BSL MIT
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+DEPRECATED=	Previously only required by math/saga (now superseeded by math/pdal)
+EXPIRATION_DATE=2022-06-20
+
 USES=		autoreconf dos2unix gmake libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes