git: 5a99d1c0374e - main - net/jsch: deprecate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Dec 2025 00:02:33 UTC
The branch main has been updated by ronald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5a99d1c0374efcf52a67557a162c0a34fc4145fa
commit 5a99d1c0374efcf52a67557a162c0a34fc4145fa
Author: Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2025-12-04 23:59:34 +0000
Commit: Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2025-12-05 00:02:25 +0000
net/jsch: deprecate
Upstream website does not exist. No ports depend on this. It does not compile on jdk21.
See also: https://github.com/mwiede/jsch for a fork.
Oh, and no maintainer.
PR: 272855
---
net/jsch/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/net/jsch/Makefile b/net/jsch/Makefile
index caefd8819e79..1b85e1f29154 100644
--- a/net/jsch/Makefile
+++ b/net/jsch/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jsch
PORTVERSION= 0.1.55
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net java security
MASTER_SITES= SF
@@ -10,6 +10,9 @@ WWW= http://www.jcraft.com/jsch
LICENSE= BSD3CLAUSE
+DEPRECATED= Upstream website does not exist. No ports depend on this. It does not compile on jdk21. See also: https://github.com/mwiede/jsch
+EXPIRATION_DATE= 2026-01-31
+
USES= cpe java:ant,run zip
CPE_VENDOR= jcraft