aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Hurling <rhurlin@FreeBSD.org>2022-04-17 12:47:20 +0000
committerRainer Hurling <rhurlin@FreeBSD.org>2022-04-17 13:04:04 +0000
commit2e0cef17d11793643c7973abab6751064d419605 (patch)
treedbe0d02f9581378fe39b1057bd1712edc3f820ee
parent11f6bac2160fcff67138ff6c3ae6f09bcebcab2f (diff)
downloadports-2e0cef17d11793643c7973abab6751064d419605.tar.gz
ports-2e0cef17d11793643c7973abab6751064d419605.zip
devel/liblas12: Mark deprecated, scheduled for removal 2022-06-20
Its only user was math/saga, which has now moved to math/pdal.
-rw-r--r--devel/liblas12/Makefile5
1 files changed, 4 insertions, 1 deletions
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