Date: Sat, 04 Apr 2026 11:43:17 +0000 From: Fernando Apeste=?utf-8?Q?gu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 199ea2e3b76d - main - security/autofirma: Use LTS Java 21 Message-ID: <69d0f955.20829.5c6b9f37@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=199ea2e3b76de405735ad1a62daa23b5b0ecf096 commit 199ea2e3b76de405735ad1a62daa23b5b0ecf096 Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2026-04-04 11:40:52 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2026-04-04 11:43:04 +0000 security/autofirma: Use LTS Java 21 PR: 294222 Reported by: ronald@ --- security/autofirma/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/autofirma/Makefile b/security/autofirma/Makefile index e998885da8a9..e53154fb400c 100644 --- a/security/autofirma/Makefile +++ b/security/autofirma/Makefile @@ -1,6 +1,6 @@ PORTNAME= autofirma DISTVERSION= 1.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= https://firmaelectronica.gob.es/content/dam/firmaelectronica/descargas-software/autofirma19/ DISTNAME= Autofirma_Linux_Debian @@ -17,7 +17,7 @@ EXTRACT_DEPENDS= zip:archivers/zip LIB_DEPENDS= libnss3.so:security/nss USES= desktop-file-utils java zip -JAVA_VERSION= 24 +JAVA_VERSION= 21 JAVA_VENDOR= openjdk DATADIR= ${JAVASHAREDIR}/${PORTNAME}home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d0f955.20829.5c6b9f37>
