git: 83297371fe2f - main - security/rubygem-openssl-ccm: Fix gemspec for rubygem-openssl 4.0.0 update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Dec 2025 11:22:00 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=83297371fe2f685f4af4f879666f997f869adaf4
commit 83297371fe2f685f4af4f879666f997f869adaf4
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-19 11:14:05 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-19 11:14:05 +0000
security/rubygem-openssl-ccm: Fix gemspec for rubygem-openssl 4.0.0 update
- Bump PORTREVISION for package change
---
security/rubygem-openssl-ccm/Makefile | 3 ++-
security/rubygem-openssl-ccm/files/patch-gemspec | 10 ++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
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,5 +1,6 @@
PORTNAME= openssl-ccm
PORTVERSION= 1.3.0
+PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
@@ -10,7 +11,7 @@ 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
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<openssl>.freeze, ["~> 3.0".freeze])
++ s.add_runtime_dependency(%q<openssl>.freeze, [">= 3.0".freeze])
+ end
+