Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2026 13:09:13 +0000
From:      Ronald Klop <ronald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1791121ab8b6 - main - net/jicmp,net/jicmp6: deprecate and set expire date
Message-ID:  <69f0b179.306b2.36985cb8@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ronald:

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

commit 1791121ab8b63fbf8c0e28e4fcedcbf8c978d520
Author:     Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2026-04-28 13:01:58 +0000
Commit:     Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2026-04-28 13:09:01 +0000

    net/jicmp,net/jicmp6: deprecate and set expire date
    
    - several years behind on upstream
    - does not compile with jdk11+
    - no users in the ports tree
    - if you volunteer as maintainer we can retrieve this port from the attic
    
    Approved-by:    no maintainer
---
 net/jicmp/Makefile  | 5 ++++-
 net/jicmp6/Makefile | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/net/jicmp/Makefile b/net/jicmp/Makefile
index 767f9cf79f06..62a4170ff1e2 100644
--- a/net/jicmp/Makefile
+++ b/net/jicmp/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	jicmp
 PORTVERSION=	1.4.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net java
 MASTER_SITES=	SF/opennms/JICMP/stable-1.4/
 
@@ -8,6 +8,9 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Java native interface (JNI) to ICMP (ping)
 WWW=		https://www.opennms.org/index.php/Jicmp
 
+DEPRECATED=	several years behind on upstream, no maintainer, moved to https://github.com/OpenNMS/jicmp
+EXPIRATION_DATE=	2026-07-28
+
 WRKSRC=		${WRKDIR}/jicmp-${PORTVERSION}
 
 USES=		java libtool
diff --git a/net/jicmp6/Makefile b/net/jicmp6/Makefile
index 19d678c13f4f..6a1ac4cb2b45 100644
--- a/net/jicmp6/Makefile
+++ b/net/jicmp6/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	jicmp6
 PORTVERSION=	1.2.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net java
 MASTER_SITES=	SF/opennms/JICMP6/stable-1.2
 
@@ -8,6 +8,9 @@ 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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f0b179.306b2.36985cb8>