git: cca1ba838dbc - main - graphics/tiffgt: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 14 Sep 2023 11:10:38 UTC
The branch main has been updated by bofh:

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

commit cca1ba838dbcd863e220104f4b3107a2a9d66a2d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-14 10:48:48 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-14 11:10:20 +0000

    graphics/tiffgt: Mark DEPRECATED
    
    - There has been a newer version 4.6.0 released and it explicitly
      mentions the following:
      This version removes a big number of utilities that have suffered from
      lack of maintenance over the years and were the source of various
      reported security issues. See "Removed functionality" below for the
      list of removed utilities. Starting with libtiff v4.6.0, their source
      code, at this time, will still be available in the source
      distribution, but they will no longer be built by default, and issues
      related to them will no longer be accepted in the libtiff bug tracker.
      The only remaining supported TIFF tools are tiffinfo, tiffdump,
      tiffcp, tiffset and tiffsplit.
      Based on this I am marking this DEPRECATED
    - Set to EXPIRE on 2023-10-13
    - Add PORTSCOUT to skip  version check
---
 graphics/tiffgt/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/graphics/tiffgt/Makefile b/graphics/tiffgt/Makefile
index e9ae9304b19d..69c77c314fe0 100644
--- a/graphics/tiffgt/Makefile
+++ b/graphics/tiffgt/Makefile
@@ -12,6 +12,9 @@ WWW=		http://www.simplesystems.org/libtiff/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+DEPRECATED=		Upstream support stopped
+EXPIRATION_DATE=	2023-10-14
+
 LIB_DEPENDS=	libjbig.so:graphics/jbigkit \
 		libtiff.so:graphics/tiff \
 		libzstd.so:archivers/zstd
@@ -29,6 +32,8 @@ CONFIGURE_ARGS+=	--with-jpeg-include-dir=${LOCALBASE}/include \
 			--with-jpeg-lib-dir=${LOCALBASE}/lib \
 			--with-x
 
+PORTSCOUT=	skipv:1
+
 PLIST_FILES=	bin/tiffgt \
 		man/man1/tiffgt.1.gz