git: 8142a39dcdbf - main - Revert "devel/rubygem-dry-types-gitlab: Allow build with rubygem-bigdecimal 4.0.0+"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jan 2026 07:12:15 UTC
The branch main has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8142a39dcdbf90cedf3c799b527bcff9626e8a2c
commit 8142a39dcdbf90cedf3c799b527bcff9626e8a2c
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2025-12-31 12:04:26 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2026-01-02 06:52:45 +0000
Revert "devel/rubygem-dry-types-gitlab: Allow build with rubygem-bigdecimal 4.0.0+"
This reverts commit 9c7ec30e93f9d4bcf7dd7b213b582ac05138e31f.
---
devel/rubygem-dry-types-gitlab/Makefile | 3 +--
devel/rubygem-dry-types-gitlab/files/patch-gemspec | 11 -----------
2 files changed, 1 insertion(+), 13 deletions(-)
diff --git a/devel/rubygem-dry-types-gitlab/Makefile b/devel/rubygem-dry-types-gitlab/Makefile
index 80e79cb45a7f..4cba7b27beb7 100644
--- a/devel/rubygem-dry-types-gitlab/Makefile
+++ b/devel/rubygem-dry-types-gitlab/Makefile
@@ -1,6 +1,5 @@
PORTNAME= dry-types
PORTVERSION= 1.8.3
-PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
@@ -12,7 +11,7 @@ WWW= https://github.com/dry-rb/dry-types
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-bigdecimal>=3.0:math/rubygem-bigdecimal \
+RUN_DEPENDS= rubygem-bigdecimal>=3.0<4:math/rubygem-bigdecimal \
rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \
rubygem-dry-core-gitlab>=1.0<2:devel/rubygem-dry-core-gitlab \
rubygem-dry-inflector>=1.0<2:devel/rubygem-dry-inflector \
diff --git a/devel/rubygem-dry-types-gitlab/files/patch-gemspec b/devel/rubygem-dry-types-gitlab/files/patch-gemspec
deleted file mode 100644
index d56f6c275274..000000000000
--- a/devel/rubygem-dry-types-gitlab/files/patch-gemspec
+++ /dev/null
@@ -1,11 +0,0 @@
---- dry-types.gemspec.orig 2025-12-29 04:09:19 UTC
-+++ dry-types.gemspec
-@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
-
- s.specification_version = 4
-
-- s.add_runtime_dependency(%q<bigdecimal>.freeze, ["~> 3.0".freeze])
-+ s.add_runtime_dependency(%q<bigdecimal>.freeze, [">= 3.0".freeze])
- s.add_runtime_dependency(%q<concurrent-ruby>.freeze, ["~> 1.0".freeze])
- s.add_runtime_dependency(%q<dry-core>.freeze, ["~> 1.0".freeze])
- s.add_runtime_dependency(%q<dry-inflector>.freeze, ["~> 1.0".freeze])