git: 06ceef80649d - main - security/rubygem-webpush: 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:21 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=06ceef80649dbb1114ad596896a3158782b3db12
commit 06ceef80649dbb1114ad596896a3158782b3db12
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-30 10:48:11 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-30 10:51:31 +0000
security/rubygem-webpush: Change RUN_DEPENDS from rubygem-jwt to rubygem-jwt2
- Bump PORTREVISION for dependency change
---
security/rubygem-webpush/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/security/rubygem-webpush/Makefile b/security/rubygem-webpush/Makefile
index c2b87611eccb..5c075e5de79f 100644
--- a/security/rubygem-webpush/Makefile
+++ b/security/rubygem-webpush/Makefile
@@ -1,5 +1,6 @@
PORTNAME= webpush
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
@@ -11,7 +12,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-hkdf0>=0.2<1:security/rubygem-hkdf0 \
- rubygem-jwt>=2.0<3:www/rubygem-jwt
+ rubygem-jwt2>=2.0<3:www/rubygem-jwt2
USES= gem