git: 1cccec3cf474 - main - security/rubygem-safety_net_attestation: Change RUN_DEPENDS from rubygem-jwt to rubygem-jwt2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Sep 2025 11:00:31 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1cccec3cf474990556323bc135c8d0bd802a0978
commit 1cccec3cf474990556323bc135c8d0bd802a0978
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-30 10:48:44 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-30 10:51:33 +0000
security/rubygem-safety_net_attestation: Change RUN_DEPENDS from rubygem-jwt to rubygem-jwt2
- Bump PORTREVISION for dependency change
---
security/rubygem-safety_net_attestation/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/security/rubygem-safety_net_attestation/Makefile b/security/rubygem-safety_net_attestation/Makefile
index 70faa56c99a7..72fca26ac950 100644
--- a/security/rubygem-safety_net_attestation/Makefile
+++ b/security/rubygem-safety_net_attestation/Makefile
@@ -1,5 +1,6 @@
PORTNAME= safety_net_attestation
PORTVERSION= 0.4.0
+PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
@@ -9,7 +10,7 @@ WWW= https://github.com/bdewater/safety_net_attestation
LICENSE= MIT
-RUN_DEPENDS= rubygem-jwt>=2.0<3:www/rubygem-jwt
+RUN_DEPENDS= rubygem-jwt2>=2.0<3:www/rubygem-jwt2
USES= gem