Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2026 11:59:33 +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: 139da2fe2524 - main - databases/jrrd: belatedly bump portrevision for deprecation
Message-ID:  <699c4125.3ce52.3afbf7b0@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=139da2fe25245bd63f40f0fdb7cab2080059127f

commit 139da2fe25245bd63f40f0fdb7cab2080059127f
Author:     Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2026-02-23 11:56:08 +0000
Commit:     Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2026-02-23 11:56:08 +0000

    databases/jrrd: belatedly bump portrevision for deprecation
    
    Extend the expiration_date with a month to give (unexpected) users
    some more time to give feedback.
    
    Approved-by:    no maintainer
---
 databases/jrrd/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/databases/jrrd/Makefile b/databases/jrrd/Makefile
index 58361138c15e..37f7732f31cb 100644
--- a/databases/jrrd/Makefile
+++ b/databases/jrrd/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	jrrd
 PORTVERSION=	1.1.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases java
 MASTER_SITES=	SF/opennms/JRRD/stable-1.0
 
@@ -8,8 +8,8 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Java native interface (JNI) to RRDtool
 WWW=		https://www.opennms.org/index.php/Jrrd
 
-DEPRECATED=	only builds with Java 8, unmaintained, no dependencies in the ports tree
-EXPIRATION_DATE=	2026-04-13
+DEPRECATED=	only builds with Java 8, unmaintained, no dependencies in the ports tree, an alternative is https://github.com/OpenNMS/jrrd2
+EXPIRATION_DATE=	2026-05-13
 
 LIB_DEPENDS=	librrd.so:databases/rrdtool
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699c4125.3ce52.3afbf7b0>