git: d8618145d9d7 - main - java/infobus: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Dec 2024 07:08:17 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d8618145d9d73f61ec1a4dd85b88e9a886845f5d
commit d8618145d9d73f61ec1a4dd85b88e9a886845f5d
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-12-25 06:17:31 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-12-25 06:43:22 +0000
java/infobus: Mark DEPRECATED
- Java InfoBus is an outdated API and is no longer actively developed or
maintained
- Modern Java development practices and frameworks have replaced the
functionality provided by InfoBus
- No known consumers or upstream support exist for this library
- Upstream distfiles are no longer available as Sun stopped developing
this long before their merger with Oracle
- Set EXPIRATION_DATE 2025-01-24
Approved by: portmgr (blanket)
---
java/infobus/Makefile | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/java/infobus/Makefile b/java/infobus/Makefile
index e1e87cb3cb2c..fb3d59476733 100644
--- a/java/infobus/Makefile
+++ b/java/infobus/Makefile
@@ -14,17 +14,21 @@ LICENSE_NAME= infobus
LICENSE_TEXT= See the license
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
-OPTIONS_DEFINE= DOCS EXAMPLES
+DEPRECATED= Outdated API and is no longer actively developed or maintained
+EXPIRATION_DATE=2025-01-25
USES= zip
USE_JAVA= YES
-NO_WRKSUBDIR= yes
NO_BUILD= yes
+NO_WRKSUBDIR= yes
+
PORTDOCS= *
PORTEXAMPLES= *
+OPTIONS_DEFINE= DOCS EXAMPLES
+
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE= You must manually fetch the distribution from http://java.sun.com/products/archive/javabeans/infobus/downloads.html and place it in ${DISTDIR} then run make again