git: 9f5bcb4d282f - main - science/svmlight: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Mar 2024 11:30:11 UTC
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