summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-19 12:24:26 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-19 16:14:11 +0100
commitf3e509d1e1a56be4f51e78f3157be01736f31784 (patch)
tree9d3d5aa0d62557e0e00a975a2f96e7fbf540a7ad /java
parentdeskutils/py-taskw: Add support for Python 3.9 (diff)
java/netcomponents: Mark DEPRECATED
- Upstream last release was in 2000 - Upstream unmaintained - Upstream advises to use net/apache-commons-net - Update WWW - Set EXPIRATION_DATE 2024-03-31
Diffstat (limited to 'java')
-rw-r--r--java/netcomponents/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/java/netcomponents/Makefile b/java/netcomponents/Makefile
index 317ea9e68645..d4f0fb2959ba 100644
--- a/java/netcomponents/Makefile
+++ b/java/netcomponents/Makefile
@@ -7,7 +7,7 @@ DISTNAME= NetComponents-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Java library with common network protocol implementations
-WWW= http://www.savarese.org/oro/downloads/index.html #NetComponents
+WWW= https://www.savarese.org/oro/index.html
# Converted from RESTRICTED
LICENSE= NetComponents
@@ -15,12 +15,18 @@ LICENSE_NAME= NetComponents
LICENSE_TEXT= May not redistribute except as part of a new software product
LICENSE_PERMS= auto-accept
-PLIST_FILES= %%JAVAJARDIR%%/${JARFILE}
+DEPRECATED= Last upstream release was in 2000 and upstream unmaintained consider using net/apache-commons-net
+EXPIRATION_DATE= 2024-03-31
+
USES= zip
USE_JAVA= yes
-WRKSRC= ${WRKDIR}/NetComponents-1.3.8a
+
NO_BUILD= yes
+WRKSRC= ${WRKDIR}/NetComponents-1.3.8a
+
+PLIST_FILES= %%JAVAJARDIR%%/${JARFILE}
+
JARFILE= NetComponents.jar
.include <bsd.port.pre.mk>