Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Mar 2024 15:33:08 GMT
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: a5a85dbdfa9a - main - lang/qscheme: Mark DEPRECATED
Message-ID:  <202403101533.42AFX8a9001764@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit a5a85dbdfa9a5762a2ec87c74d46a845910187d9
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-03-10 15:25:58 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-03-10 15:32:56 +0000

    lang/qscheme: Mark DEPRECATED
    
    - Last upstream release was in 2000
    - There are more modern alternatives like CHEZ, Guile
    - Set EXPIRATION_DATE 2024-04-10
    
    If someone needs this port please feel free to take over the MAINTAINER
    and reset the DEPRECATION.
---
 lang/qscheme/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile
index cd91e7fb45fe..0a0e4070edf6 100644
--- a/lang/qscheme/Makefile
+++ b/lang/qscheme/Makefile
@@ -10,6 +10,9 @@ WWW=		https://www.sof.ch/dan/qscheme/index-e.html
 
 LICENSE=	GPLv2
 
+DEPRECATED=	Unmaintained and there are more modern alternatives
+EXPIRATION_DATE=2024-04-10
+
 LIB_DEPENDS=	libavcall.so:devel/libffcall \
 		libgmp.so:math/gmp \
 		libpcre.so:devel/pcre



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403101533.42AFX8a9001764>