Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Mar 2026 14:44:39 +0000
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e86da76e7545 - main - math/xgraph: Mark DEPRECATED
Message-ID:  <69a6f3d7.2674f.4fafb15b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

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

commit e86da76e7545d50eca247db5e24a9a43ed8eccc5
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-03-03 08:57:17 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-03-03 14:43:58 +0000

    math/xgraph: Mark DEPRECATED
    
    - Unmaintained software
    - Last release was in last century
    - Set EXPIRATION_DATE 2026-04-30
    
    If someone needs this port feel free to undeprecate and takeover
    maintainership.
---
 math/xgraph/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/math/xgraph/Makefile b/math/xgraph/Makefile
index 1aceb5743f3d..f0d0942a614d 100644
--- a/math/xgraph/Makefile
+++ b/math/xgraph/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xgraph
 PORTVERSION=	11.3.2.20000910
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math print
 MASTER_SITES=	ftp://ftp.cs.utoronto.ca/pub/radford/
 DISTNAME=	xgraph-11
@@ -8,6 +8,9 @@ DISTNAME=	xgraph-11
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Program that helps you plot graphs
 
+DEPRECATED=	Obsolete software, unmaintained upstream
+EXPIRATION_DATE=	2026-04-30
+
 LICENSE=	XGRAPH
 LICENSE_NAME=	xgraph license
 LICENSE_FILE=	${WRKSRC}/COPYING


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a6f3d7.2674f.4fafb15b>