Commit 4188e91c authored by Rene Ladan's avatar Rene Ladan
Browse files

net/jicmp: Remove expired port

2026-07-28 net/jicmp: several years behind on upstream, no maintainer, moved to https://github.com/OpenNMS/jicmp
parent d7fc327b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5511,3 +5511,4 @@ devel/log4j|devel/apache-log4j2|2026-07-24|Has expired: EOL since 2015, supersed
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
net/jicmp||2026-07-28|Has expired: several years behind on upstream, no maintainer, moved to https://github.com/OpenNMS/jicmp
+0 −1
Original line number Diff line number Diff line
@@ -307,7 +307,6 @@
    SUBDIR += java-beepcore
    SUBDIR += jcifs
    SUBDIR += jgroups
    SUBDIR += jicmp
    SUBDIR += jose
    SUBDIR += jotta-cli
    SUBDIR += jrdesktop

net/jicmp/Makefile

deleted100644 → 0
+0 −33
Original line number Diff line number Diff line
PORTNAME=	jicmp
PORTVERSION=	1.4.4
PORTREVISION=	3
CATEGORIES=	net java
MASTER_SITES=	SF/opennms/JICMP/stable-1.4/

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
JAVA_VERSION=	8
JAVA_VENDOR=	openjdk
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	JAVA_HOME=${JAVA_HOME}

INSTALL_TARGET=	install-strip

pre-everything::
	@${ECHO_MSG}	""
	@${ECHO_MSG}	"Installation settings:"
	@${ECHO_MSG}	"   Location of JDK:          ${JAVA_HOME}"
	@${ECHO_MSG}	"   Location of Java port:    ${JAVA_PORT}"
	@${ECHO_MSG}	""

.include <bsd.port.mk>

net/jicmp/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (jicmp-1.4.4.tar.gz) = 61a0544e2f22ef1b8059bd94846a8845a6619deb2cc3e733d5cbe2c3fabffe77
SIZE (jicmp-1.4.4.tar.gz) = 340119

net/jicmp/files/patch-Makefile.in

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
--- Makefile.in.orig	2010-02-08 13:43:46.000000000 -0600
+++ Makefile.in	2010-10-02 18:09:59.000000000 -0500
@@ -272,3 +272,3 @@
 CLEANFILES = org_*.h jicmp.jar
-jardir = $(datadir)/java
+jardir = $(datadir)/java/classes
 jar_DATA = jicmp.jar
Loading