1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

security/rubygem-origami: fix depends with recent ruby

This commit is contained in:
Antoine Brodin 2024-10-27 12:02:21 +00:00
parent f76ad1b92f
commit a2fdf66e54
2 changed files with 15 additions and 1 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= origami
PORTVERSION= 2.1.0
PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
@ -10,7 +11,9 @@ WWW= https://github.com/gdelugre/origami
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
RUN_DEPENDS= rubygem-colorize>=0.7:devel/rubygem-colorize
RUN_DEPENDS= rubygem-colorize>=0.7:devel/rubygem-colorize \
rubygem-matrix>=0:math/rubygem-matrix \
rubygem-rexml>=0:textproc/rubygem-rexml
NO_ARCH= yes

View File

@ -0,0 +1,11 @@
--- origami.gemspec.orig 2024-10-27 10:40:09 UTC
+++ origami.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.specification_version = 4
- s.add_runtime_dependency(%q<colorize>.freeze, ["~> 0.7".freeze])
+ s.add_runtime_dependency(%q<colorize>.freeze, [">= 0.7".freeze])
s.add_development_dependency(%q<minitest>.freeze, ["~> 5.0".freeze])
end