git: 9cdbd08b789b - main - graphics/stamp: deprecate, expire at end of year

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Sun, 28 Sep 2025 09:31:15 UTC
The branch main has been updated by fuz:

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

commit 9cdbd08b789b4de981a7325ed2afa6f94be786ed
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2025-09-27 15:20:53 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-09-28 09:29:35 +0000

    graphics/stamp: deprecate, expire at end of year
    
    Event:          EuroBSDcon 2025
---
 graphics/stamp/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/graphics/stamp/Makefile b/graphics/stamp/Makefile
index 3c6bd268b946..0e30673fc275 100644
--- a/graphics/stamp/Makefile
+++ b/graphics/stamp/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	stamp
 PORTVERSION=	2.0.8
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 
@@ -11,6 +11,9 @@ WWW=		https://stamp.sourceforge.net/
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	historical tool, use imagemagick instead
+EXPIRATION_DATE=	2025-12-31
+
 USES=		jpeg localbase
 GNU_CONFIGURE=	yes