diff options
Diffstat (limited to 'security/rubygem-openssl-cmac')
| -rw-r--r-- | security/rubygem-openssl-cmac/Makefile | 3 | ||||
| -rw-r--r-- | security/rubygem-openssl-cmac/files/patch-gemspec | 10 |
2 files changed, 12 insertions, 1 deletions
diff --git a/security/rubygem-openssl-cmac/Makefile b/security/rubygem-openssl-cmac/Makefile index 42b63866830e..39b14194ace1 100644 --- a/security/rubygem-openssl-cmac/Makefile +++ b/security/rubygem-openssl-cmac/Makefile @@ -1,5 +1,6 @@ PORTNAME= openssl-cmac PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -10,7 +11,7 @@ WWW= https://github.com/SmallLars/openssl-cmac 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 diff --git a/security/rubygem-openssl-cmac/files/patch-gemspec b/security/rubygem-openssl-cmac/files/patch-gemspec new file mode 100644 index 000000000000..cee7f6932efa --- /dev/null +++ b/security/rubygem-openssl-cmac/files/patch-gemspec @@ -0,0 +1,10 @@ +--- openssl-cmac.gemspec.orig 2025-12-18 12:47:47 UTC ++++ openssl-cmac.gemspec +@@ -24,6 +24,6 @@ Gem::Specification.new do |s| + + s.specification_version = 4 + +- s.add_runtime_dependency(%q<openssl>.freeze, ["~> 3.0".freeze]) ++ s.add_runtime_dependency(%q<openssl>.freeze, [">= 3.0".freeze]) + end + |
