git: d7fc327bb37f - main - net/jicmp6: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Tue, 28 Jul 2026 18:58:14 UTC
The branch main has been updated by rene:

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

commit d7fc327bb37f30f0ef2427e1eea452125ba67346
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-07-28 18:57:56 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-07-28 18:57:56 +0000

    net/jicmp6: Remove expired port
    
    2026-07-28 net/jicmp6: several years behind on upstream, no maintainer, moved to https://github.com/OpenNMS/jicmp6
---
 MOVED                                 |  1 +
 net/Makefile                          |  1 -
 net/jicmp6/Makefile                   | 24 ------------------------
 net/jicmp6/distinfo                   |  2 --
 net/jicmp6/files/patch-ICMPv6Socket.c | 13 -------------
 net/jicmp6/pkg-descr                  |  1 -
 6 files changed, 1 insertion(+), 41 deletions(-)

diff --git a/MOVED b/MOVED
index 4ed70ad16221..e1cde6787df7 100644
--- a/MOVED
+++ b/MOVED
@@ -5510,3 +5510,4 @@ databases/mysql-connector-java51|databases/mysql-connector-j|2026-07-24|Has expi
 devel/log4j|devel/apache-log4j2|2026-07-24|Has expired: EOL since 2015, superseded by devel/apache-log4j2; https://news.apache.org/foundation/entry/apache_logging_services_project_announces
 devel/apache-commons-configuration||2026-07-26|Has expired: 'The 1.x codebase no longer receives updates. Denial of service issues...', no maintainer, no users in the ports tree, https://commons.apache.org/proper/commons-configuration/#Commons_Configuration_1.x_and_2.x
 databases/sqlitestudio|databases/letos|2026-07-26|Project renamed upstream
+net/jicmp6||2026-07-28|Has expired: several years behind on upstream, no maintainer, moved to https://github.com/OpenNMS/jicmp6
diff --git a/net/Makefile b/net/Makefile
index 959147aa1767..7e3d3eafc1d7 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -308,7 +308,6 @@
     SUBDIR += jcifs
     SUBDIR += jgroups
     SUBDIR += jicmp
-    SUBDIR += jicmp6
     SUBDIR += jose
     SUBDIR += jotta-cli
     SUBDIR += jrdesktop
diff --git a/net/jicmp6/Makefile b/net/jicmp6/Makefile
deleted file mode 100644
index 6a1ac4cb2b45..000000000000
--- a/net/jicmp6/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME=	jicmp6
-PORTVERSION=	1.2.3
-PORTREVISION=	3
-CATEGORIES=	net java
-MASTER_SITES=	SF/opennms/JICMP6/stable-1.2
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Java native interface (JNI) to ICMPv6
-WWW=		https://www.opennms.org/wiki/Jicmp
-
-DEPRECATED=     several years behind on upstream, no maintainer, moved to https://github.com/OpenNMS/jicmp6
-EXPIRATION_DATE=        2026-07-28
-
-USES=		java libtool
-JAVA_VERSION=	8
-JAVA_VENDOR=	openjdk
-
-GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	JAVA_HOME=${JAVA_HOME}
-
-PLIST_FILES=	lib/libjicmp6.so \
-		share/java/jicmp6.jar
-
-.include <bsd.port.mk>
diff --git a/net/jicmp6/distinfo b/net/jicmp6/distinfo
deleted file mode 100644
index c75ea4d25d85..000000000000
--- a/net/jicmp6/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (jicmp6-1.2.3.tar.gz) = fd7bb78a8d6e0312e987ef44b4f592f0bf5c789cb309a89018d3754353800dd3
-SIZE (jicmp6-1.2.3.tar.gz) = 311968
diff --git a/net/jicmp6/files/patch-ICMPv6Socket.c b/net/jicmp6/files/patch-ICMPv6Socket.c
deleted file mode 100644
index 0579275dcdf1..000000000000
--- a/net/jicmp6/files/patch-ICMPv6Socket.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- ICMPv6Socket.c.orig	2011-07-29 19:48:35.000000000 +0100
-+++ ICMPv6Socket.c	2012-06-14 17:39:18.640973879 +0100
-@@ -57,6 +57,10 @@ Tab Size = 8
- #include "ICMPv6Socket.h"
- #include <jni.h>
-
-+#include <sys/socket.h>
-+#include <netinet/in.h>
-+#include <netinet/icmp6.h>
-+
- #ifdef IP_MAXPACKET
- #define MAX_PACKET IP_MAXPACKET
- #else
diff --git a/net/jicmp6/pkg-descr b/net/jicmp6/pkg-descr
deleted file mode 100644
index 665430a9f03f..000000000000
--- a/net/jicmp6/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Java native interface (JNI) to ICMPv6.