Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2026 09:46:42 +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: bb9eef529f64 - main - java/apache-commons-dbcp: unpin openjdk8
Message-ID:  <69d8c702.18519.45c2dfb3@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=bb9eef529f64a73c482bcb4274fe1d8c0fddd332

commit bb9eef529f64a73c482bcb4274fe1d8c0fddd332
Author:     Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2026-04-09 12:07:12 +0000
Commit:     Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2026-04-10 09:45:58 +0000

    java/apache-commons-dbcp: unpin openjdk8
    
    builds fine and all dependencies also use JAVA_DEFAULT (openjdk25)
    
    PR:     294355
    Approved-by:    maintainer (Alex Dupre)
---
 java/apache-commons-dbcp/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/java/apache-commons-dbcp/Makefile b/java/apache-commons-dbcp/Makefile
index b95a4ad75b99..ea629edae4c7 100644
--- a/java/apache-commons-dbcp/Makefile
+++ b/java/apache-commons-dbcp/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	commons-dbcp
 PORTVERSION=	2.12.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	java databases
 MASTER_SITES=	https://archive.apache.org/dist/commons/dbcp/binaries/
 PKGNAMEPREFIX=	apache-
@@ -15,7 +15,6 @@ LICENSE=	APACHE20
 RUN_DEPENDS=	${JAVALIBDIR}/commons-pool.jar:java/apache-commons-pool
 
 USES=		java
-JAVA_VERSION=	8
 
 OPTIONS_DEFINE=	DOCS
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d8c702.18519.45c2dfb3>