git: 397b9c2e7315 - main - net/jsch: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Feb 2026 11:08:05 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=397b9c2e731527fcb2cf42c24f27d98ae8c91ab0
commit 397b9c2e731527fcb2cf42c24f27d98ae8c91ab0
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-02-01 11:08:01 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-02-01 11:08:01 +0000
net/jsch: Remove expired port
2026-01-31 net/jsch: Upstream website does not exist. No ports depend on this. It does not compile on jdk21. See also: https://github.com/mwiede/jsch
---
MOVED | 1 +
net/Makefile | 1 -
net/jsch/Makefile | 24 ------------------------
net/jsch/distinfo | 3 ---
net/jsch/pkg-descr | 12 ------------
5 files changed, 1 insertion(+), 40 deletions(-)
diff --git a/MOVED b/MOVED
index 77ddc49cea60..6e464d93c8b0 100644
--- a/MOVED
+++ b/MOVED
@@ -5103,3 +5103,4 @@ x11-fonts/symbola||2026-02-01|Has expired: Unfetchable
biology/snpeff||2026-02-01|Has expired: Unfetchable
games/freeminer-default||2026-02-01|Has expired: depends on deprecated games/freeminer
games/freeminer||2026-02-01|Has expired: dead upstream
+net/jsch||2026-02-01|Has expired: Upstream website does not exist. No ports depend on this. It does not compile on jdk21. See also: https://github.com/mwiede/jsch
diff --git a/net/Makefile b/net/Makefile
index 9b8fc3e9e753..baf348a4e4e0 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -307,7 +307,6 @@
SUBDIR += jose
SUBDIR += jotta-cli
SUBDIR += jrdesktop
- SUBDIR += jsch
SUBDIR += jumpgate
SUBDIR += jwhois
SUBDIR += k6
diff --git a/net/jsch/Makefile b/net/jsch/Makefile
deleted file mode 100644
index 1b85e1f29154..000000000000
--- a/net/jsch/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME= jsch
-PORTVERSION= 0.1.55
-PORTREVISION= 2
-CATEGORIES= net java security
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Pure Java implementation of SSH2
-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
-
-PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}.jar
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/dist/lib/*.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
-
-.include <bsd.port.mk>
diff --git a/net/jsch/distinfo b/net/jsch/distinfo
deleted file mode 100644
index 0454e29d3de5..000000000000
--- a/net/jsch/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1610919107
-SHA256 (jsch-0.1.55.zip) = 063bf66e163f43b7d7897ac14efe1e80ed094d4016afe1181fe2285e3797bed3
-SIZE (jsch-0.1.55.zip) = 369664
diff --git a/net/jsch/pkg-descr b/net/jsch/pkg-descr
deleted file mode 100644
index eb2da713b940..000000000000
--- a/net/jsch/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Sch is a pure Java implementation of SSH2. JSch allows you to connect
-to an sshd server and use port forwarding, X11 forwarding, file
-transfer, etc., and you can integrate its functionality into your
-own Java programs. JSch is licensed under BSD style license.
-
-- Why JSch?
-Our intension in developing this stuff is to enable users of our
-pure java X servers, WiredX and WeirdX, to enjoy secure X sessions.
-Our efforts have mostly targeted the SSH2 protocol in relation to
-X window system and X11 forwarding. Of course, we are also interested
-in adding other functionality - port forward, file transfer, terminal
-emulation, etc.