Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2024 11:30:11 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: 9f5bcb4d282f - main - science/svmlight: Mark DEPRECATED
Message-ID:  <202403141130.42EBUB0A016674@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=9f5bcb4d282f11612696b7260d6f3de4aca121ce

commit 9f5bcb4d282f11612696b7260d6f3de4aca121ce
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-03-14 10:41:51 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-03-14 11:29:59 +0000

    science/svmlight: Mark DEPRECATED
    
    - Last upstream release was in 2008 and there are more modern tools for
      machine learning
    - Set EXPIRATION_DATE 2024-04-14
    
    If someone needs this port feel free to undeprecate and takeover
    maintainership.
---
 science/svmlight/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/science/svmlight/Makefile b/science/svmlight/Makefile
index ddefdbc382dd..3d8276f13c75 100644
--- a/science/svmlight/Makefile
+++ b/science/svmlight/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	svmlight
 PORTVERSION=	6.02
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	science
 MASTER_SITES=	https://osmot.cs.cornell.edu/svm_light/v${PORTVERSION}/
 DISTNAME=	svm_light
@@ -14,6 +14,9 @@ LICENSE_NAME=	SVM-Light license
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 LICENSE_PERMS=	# none
 
+DEPRECATED=	Unmaintained, last upstream release in 2008 and there are more modern alternatives
+EXPIRATION_DATE=2024-04-14
+
 USES=		gmake
 USE_LDCONFIG=	yes
 



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