diff --git a/security/rubygem-openssl-ccm/Makefile b/security/rubygem-openssl-ccm/Makefile index 615466c3d016..3ebafaebf291 100644 --- a/security/rubygem-openssl-ccm/Makefile +++ b/security/rubygem-openssl-ccm/Makefile @@ -1,19 +1,20 @@ PORTNAME= openssl-ccm PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Implementation of RFC 3610 - Counter with CBC-MAC (CCM) WWW= https://github.com/SmallLars/openssl-ccm LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-openssl>=3.0<4:security/rubygem-openssl +RUN_DEPENDS= rubygem-openssl>=3.0:security/rubygem-openssl USES= gem NO_ARCH= yes .include diff --git a/security/rubygem-openssl-ccm/files/patch-gemspec b/security/rubygem-openssl-ccm/files/patch-gemspec new file mode 100644 index 000000000000..eab39d40b2de --- /dev/null +++ b/security/rubygem-openssl-ccm/files/patch-gemspec @@ -0,0 +1,10 @@ +--- openssl-ccm.gemspec.orig 2025-12-18 12:39:52 UTC ++++ openssl-ccm.gemspec +@@ -24,6 +24,6 @@ Gem::Specification.new do |s| + + s.specification_version = 4 + +- s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) ++ s.add_runtime_dependency(%q.freeze, [">= 3.0".freeze]) + end +