diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2022-04-17 12:47:20 +0000 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2022-04-17 13:04:04 +0000 |
commit | 2e0cef17d11793643c7973abab6751064d419605 (patch) | |
tree | dbe0d02f9581378fe39b1057bd1712edc3f820ee | |
parent | 11f6bac2160fcff67138ff6c3ae6f09bcebcab2f (diff) | |
download | ports-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/Makefile | 5 |
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 |