git: 288a1365923b - main - graphics-peps: Deprecate

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Tue, 10 Dec 2024 17:13:24 UTC
The branch main has been updated by fernape:

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

commit 288a1365923b2dd17ba01acd732cd4f483c38c0a
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2024-12-10 06:31:52 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-12-10 17:12:37 +0000

    graphics-peps: Deprecate
    
    Ancient port with upstream gone.
    Dependency of deprecated textproc/docproj-legacy
    
    PR:             282043
    Reported by:    diizzy@FreeBSD.org
---
 graphics/peps/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/graphics/peps/Makefile b/graphics/peps/Makefile
index dc53c320ef08..c4797c69e84e 100644
--- a/graphics/peps/Makefile
+++ b/graphics/peps/Makefile
@@ -11,6 +11,9 @@ WWW=		http://peps.redprince.net/peps/
 
 LICENSE=	BSD2CLAUSE
 
+DEPRECATED=	Ancient port, upstream gone
+EXPIRATION_DATE=	2025-01-31
+
 USES=		ghostscript:run
 MAKE_ENV=	GSPATH="${LOCALBASE}/bin/gs" GZPATH="/usr/bin/gzip" \
 		ETC="${PREFIX}/etc"