Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jan 2024 15:14:25 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f3e509d1e1a5 - main - java/netcomponents: Mark DEPRECATED
Message-ID:  <202401191514.40JFEPLB090617@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit f3e509d1e1a56be4f51e78f3157be01736f31784
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-19 11:24:26 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-19 15:14:11 +0000

    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
---
 java/netcomponents/Makefile | 12 +++++++++---
 1 file 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401191514.40JFEPLB090617>